Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

Based here I'm trying to setup Tomcat Server, I have successfully installed it and tested it. Then I stopped it as recommended in the tutorial. I'm setting up "New Server Runtime Environment" as you can see under Tomcat Installation Directory is a windows directory, anyone knows the Ubuntu directory equivalent for this? Thanks.

share|improve this question

2 Answers

There are three important directories for Tomcat:

  • /etc/tomcat6 for configuration

  • /etc/tomcat6 for runtime, called CATALINA_HOME

  • /usr/share/tomcat6-root for webapps

The alternative path to Tomcat, called CATALINA_BASE, is /var/lib/tomcat6

share|improve this answer

Assuming your are installing Tomcat 6, it will be at:

/usr/share/tomcat6

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.