{"id":105,"date":"2012-10-14T18:38:19","date_gmt":"2012-10-15T01:38:19","guid":{"rendered":"http:\/\/brie.com\/brian\/blog\/?p=105"},"modified":"2012-10-14T18:38:34","modified_gmt":"2012-10-15T01:38:34","slug":"running-jboss-application-server","status":"publish","type":"post","link":"https:\/\/brie.com\/brian\/blog\/?p=105","title":{"rendered":"Running JBoss Application Server"},"content":{"rendered":"<p>This is about the JBoss Application Server, commonly known as <strong>JBoss AS<\/strong>. I have some posts that need the JBoss application server. If you visit the JBoss website, you will notice many projects that fall under it. Make sure you look for the application server.<\/p>\n<p>Download JBoss AS server from the download site. <a href=\"http:\/\/www.jboss.org\">http:\/\/www.jboss.org<\/a><\/p>\n<p>GNU\/Linux<br \/>\n<a href=\"http:\/\/download.jboss.org\/jbossas\/7.1\/jboss-as-7.1.1.Final\/jboss-as-7.1.1.Final.tar.gz\">http:\/\/download.jboss.org\/jbossas\/7.1\/jboss-as-7.1.1.Final\/jboss-as-7.1.1.Final.tar.gz<\/a><\/p>\n<p>or<\/p>\n<p>Windows<br \/>\n<a href=\"http:\/\/download.jboss.org\/jbossas\/7.1\/jboss-as-7.1.1.Final\/jboss-as-7.1.1.Final.zip\">http:\/\/download.jboss.org\/jbossas\/7.1\/jboss-as-7.1.1.Final\/jboss-as-7.1.1.Final.zip<\/a><\/p>\n<p>Unzip or untar it.<\/p>\n<p>GNU\/Linux<\/p>\n<pre>some_path$ tar zxf jboss-as-7.1.1.Final.tar.gz<\/pre>\n<p>Windows<\/p>\n<pre>c:\\some_path&gt; unzip jboss-as-7.1.1.Final.zip<\/pre>\n<p>Note the path where you started it. If you are using Maven from a different window, set the JBOSS_HOME to it in a different console. Replace &lt;some_path&gt; with the actual value.<\/p>\n<p>Linux<\/p>\n<pre> set JBOSS_HOME=&lt;some_path&gt;<\/pre>\n<p>Windows<\/p>\n<pre> $ export JBOSS_HOME=&lt;some_path&gt;<\/pre>\n<p>After downloading it, change to the bin directory and start it as follows:<\/p>\n<p>GNU\/Linux<\/p>\n<pre>$ cd bin\r\n$ .\/standalone<\/pre>\n<p>Windows<\/p>\n<pre>c:\\some_path&gt; cd bin\r\nc:\\some_path\\bin&gt; standalone.bat<\/pre>\n<p>JBoss AS should start. Go to your web browser and check it out. <a href=\"http:\/\/localhost:8080\">http:\/\/localhost:8080<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This is about the JBoss Application Server, commonly known as JBoss AS. I have some posts that need the JBoss application server. If you visit the JBoss website, you will notice many projects that fall under it. Make sure you &hellip; <a href=\"https:\/\/brie.com\/brian\/blog\/?p=105\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[],"class_list":["post-105","post","type-post","status-publish","format-standard","hentry","category-java"],"_links":{"self":[{"href":"https:\/\/brie.com\/brian\/blog\/index.php?rest_route=\/wp\/v2\/posts\/105","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/brie.com\/brian\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/brie.com\/brian\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/brie.com\/brian\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/brie.com\/brian\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=105"}],"version-history":[{"count":3,"href":"https:\/\/brie.com\/brian\/blog\/index.php?rest_route=\/wp\/v2\/posts\/105\/revisions"}],"predecessor-version":[{"id":108,"href":"https:\/\/brie.com\/brian\/blog\/index.php?rest_route=\/wp\/v2\/posts\/105\/revisions\/108"}],"wp:attachment":[{"href":"https:\/\/brie.com\/brian\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=105"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/brie.com\/brian\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=105"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/brie.com\/brian\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=105"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}