Installing JBoss On Solaris 9 (SunOS 5.9) Install and test JBoss as follows: unzip jboss-3.0.8_tomcat-4.1.24.zip mv jboss-3.0.8_tomcat-4.1.24 /usr/local cd /usr/local/ ln -s jboss-3.0.8_tomcat-4.1.24 jboss
export JBOSS_HOME=/usr/local/jboss * Set the JBOSS_HOME also in /etc/profile. JBOSS_HOME=/usr/local/jboss export JBOSS_HOME Create jboss user and group. groupadd jboss useradd -g jboss jboss chown -R jboss jboss chgrp -R jboss jboss chmod -R 775 jboss Now test run it: cd jboss/bin chmod ug+x *.* ./run.sh > /dev/null & Examine the log to see whether the server has completed the boot process tail -f /usr/jboss/server/default/log/server.log Use your browser on the server (if you have a desktop) or from remote hosts: http://localhost:8080/jmx-console or http://server.your.org:8080/jmx-console If JBoss is working OK, you should see the JMX console screen. Do not modify any values. Shutdown the JBoss Application Server before you install autostart scripts, as: cd /usr/jboss/bin ./shutdown.sh * Sometimes this fails to shutdown JBoss. In that case, you must find the PID and kill -HUP *PID*. You must examine whether the process has died by using ps -aef command. Install Autostart Script For autostart script, go to: http://wrapper.tanukisoftware.org/doc/english/integrate-simple-nix.html and get Linux/Unix instructions * Java Service Wrapper must be run as user "root". * Java Service Wrapper has not been tested by us on Solaris at this stage but should work. * Make sure, you set MySQL as its dependancy in the Java Service Wrapper config. * If the Java Service Wrapper dependancy does not work, try the following (assuming that you have named the script as jboss and copied it to /etc/init.d/): ln -s /etc/init.d/jboss /etc/rc0.d/K19jboss ln -s /etc/init.d/jboss /etc/rc1.d/K19jboss ln -s /etc/init.d/jboss /etc/rc2.d/S21jboss ln -s /etc/init.d/jboss /etc/rc3.d/S21jboss selengkapnya disini http://www.lamsinternational.com/documentation/manual_p.php?os=solaris -- .: Bram Andrian :. [Non-text portions of this message have been removed] ================> HAPUS IKLAN DIATAS DAN FOOTER INI JIKA ME-REPLY <================ Posting : [email protected] Archive : http://www.mail-archive.com/[email protected]/ www.mitek.unibraw.ac.id || himamitek.brawijaya.ac.id ************************************************************************************ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/mitek/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/mitek/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
