http://www.jboss.org/jbossas/docs/
Installation on Linux is almost the same as on Windows: 1) set JAVA_HOME to a JDK (you need a Sun JDK, the Java that comes with Linux distros is not sufficient to run JBossAS) 2) unzip the JBossAS binary zip file 3) Make the *.sh file in the bin directory executable To run as a service on Linux, I was going to refer you to http://wiki.jboss.org/wiki/StartJBossOnBootWithLinux, but that seems way to complicated. Instead, use the jboss_init*.sh files as templates for the script to place into /etc/init.d. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164551#4164551 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164551 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
