{"id":602,"date":"2010-11-12T17:49:29","date_gmt":"2010-11-12T17:49:29","guid":{"rendered":"http:\/\/maydanoz.arved.priv.at\/blog\/?p=602"},"modified":"2017-01-04T22:26:43","modified_gmt":"2017-01-04T21:26:43","slug":"jboss5_seam_on_","status":"publish","type":"post","link":"https:\/\/arved.priv.at\/weblog\/2010\/11\/12\/jboss5_seam_on_\/","title":{"rendered":"jboss5 + seam on FreeBSD"},"content":{"rendered":"<ol>\n<li>Install jboss5 port<\/li>\n<li>ln -sf \/var\/jboss5 \/usr\/local\/share\/jboss5\/server<\/li>\n<li>edit \/etc\/rc.conf:\n<pre>jboss5_enable=\"YES\"\r\njboss5_jvm_opts=\"-server -Xms128m -Xmx512m -XX:MaxPermSize=256m \\\r\n-Dorg.jboss.resolver.warning=true \\\r\n-Dsun.rmi.dgc.client.gcInterval=3600000 \\\r\n-Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.bind.address=0.0.0.0 \\\r\n-Djava.awt.headless=true\"\r\n<\/pre>\n<p>Notice the jboss.bind.address and java.awt.headless=true (to prevent annoying warnings about missing X11).<\/li>\n<li>Edit \/etc\/sysctl.conf:\n<pre>kern.ps_arg_cache_limit=1024\r\n<\/pre>\n<p>Necessary for the shutdown script to work<\/li>\n<li>Add\n<pre>jboss.home=\/usr\/local\/share\/jboss5<\/pre>\n<p>to seam&#8217;s build.properties<\/li>\n<li>&#8230;to be continued<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Install jboss5 port ln -sf \/var\/jboss5 \/usr\/local\/share\/jboss5\/server edit \/etc\/rc.conf: jboss5_enable=&#8221;YES&#8221; jboss5_jvm_opts=&#8221;-server -Xms128m -Xmx512m -XX:MaxPermSize=256m \\ -Dorg.jboss.resolver.warning=true \\ -Dsun.rmi.dgc.client.gcInterval=3600000 \\ -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.bind.address=0.0.0.0 \\ -Djava.awt.headless=true&#8221; Notice the jboss.bind.address and java.awt.headless=true (to prevent annoying warnings about missing X11). Edit \/etc\/sysctl.conf: kern.ps_arg_cache_limit=1024 Necessary for the shutdown script to work Add jboss.home=\/usr\/local\/share\/jboss5 to seam&#8217;s build.properties &#8230;to be continued<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-602","post","type-post","status-publish","format-standard","hentry","category-freebsd"],"_links":{"self":[{"href":"https:\/\/arved.priv.at\/weblog\/wp-json\/wp\/v2\/posts\/602","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/arved.priv.at\/weblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/arved.priv.at\/weblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/arved.priv.at\/weblog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/arved.priv.at\/weblog\/wp-json\/wp\/v2\/comments?post=602"}],"version-history":[{"count":1,"href":"https:\/\/arved.priv.at\/weblog\/wp-json\/wp\/v2\/posts\/602\/revisions"}],"predecessor-version":[{"id":623,"href":"https:\/\/arved.priv.at\/weblog\/wp-json\/wp\/v2\/posts\/602\/revisions\/623"}],"wp:attachment":[{"href":"https:\/\/arved.priv.at\/weblog\/wp-json\/wp\/v2\/media?parent=602"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/arved.priv.at\/weblog\/wp-json\/wp\/v2\/categories?post=602"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/arved.priv.at\/weblog\/wp-json\/wp\/v2\/tags?post=602"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}