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.



Discussion
No comments for “Enabling Apache Tomcat on Solaris 10”