// you’re reading...

Software Development

Enabling Apache Tomcat on Solaris 10

90ba6e5c35924b011a32c75e3012d59b Bookmark to Delicious

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”

Post a comment