Where does the tomcat5w application get its configuration information from?
The tomcat5 executable will start tomcat but tomcat5w will not(?) There are
no log files generated, nothing! I've checked to make sure java_home is set
up correctly, and it is. All my other java apps work fine. I get
Found my answer:
listing option in the web.xml file.
--
View this message in context:
http://www.nabble.com/Directories-under-tomcat-application-manager-tf1907358.html#a5220854
Sent from the Tomcat - User forum at Nabble.com.
---
Why is it under tomcat 5.5.17 that I can't review, look at, in the
application manager the directory structure under a web application? Is
there some security setting that I'm overlooking? I can go to the jsp or
html explicitly but can't see a directory listing.
--
View this message in context:
I'm trying to install a webapp in a different base directory other than
webapps under the tomcat base, using ant.
This worked perfectly under 4.1.31 but under 5.5.17 it wants to dump the
application in webapps. What have I forgotten or over looked?
The ant build file looks like this: