Archive :
  May 2006
  June 2006
  July 2006
  July 2007
  August 2007
  April 2008
  June 2008
  December 2008
  January 2009
  March 2009
  June 2009
  January 2010
|
Enabling Apache Tomcat on Solaris 10
Apache Tomcat is already installed with Solaris 10. Following steps can be used to enable the Tomcat server (assuming C-shell):
1. setenv CATALINA_BASE /var/apache/tomcat 2. setenv JAVA_HOME /usr/java 3. cd /var/apache/tomcat/conf 4. cp server.xml-example server.xml 5. cd /usr/apache/tomcat 6. ./bin/startup.sh
Apache tomcat should now be running at port 8080 and can be tested by entering http://localhost:8080/ in the browser.
posted by Amandeep 1/08/2009 09:33:00 PM | PERMALINK
 
 
|
|