What is your webapp name in the first place? Also if you run it from the command line do you see output ?
What's the contents of $CATALINA_HOME/logs/catalina.out ?

Paul Campbell wrote:

I have an context entry in server.xml where I specify debug=9 and logging to unique log file:
This is the log file:

StandardContext[/equiv]: Starting
StandardContext[/equiv]: Processing start(), current available=false
StandardContext[/equiv]: Configuring default Resources
StandardContext[/equiv]: Configuring non-privileged default Loader
StandardContext[/equiv]: Configuring default Manager
StandardContext[/equiv]: Processing standard container startup
WebappLoader[/equiv]: Deploying class repositories to work directory /opt/jakarta-tomcat-4.1.12-LE-jdk14/work/Standalone/localhost/equiv
WebappLoader[/equiv]: Reloading checks are enabled for this Context
ContextConfig[/equiv]: ContextConfig: Processing START
StandardContext[/equiv]: Setting deployment descriptor public ID to '-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN'
ContextConfig[/equiv]: Missing application web.xml, using defaults only
ContextConfig[/equiv]: Accumulating TLD resource paths
ContextConfig[/equiv]: Scanning <taglib> elements in web.xml
ContextConfig[/equiv]: Scanning TLDs in /WEB-INF subdirectory
ContextConfig[/equiv]: Scanning JARs in /WEB-INF/lib subdirectory
ContextConfig[/equiv]: Pipline Configuration:
ContextConfig[/equiv]: org.apache.catalina.core.StandardContextValve/1.0
ContextConfig[/equiv]: ======================
NamingContextListener[/Standalone/localhost/equiv]: Creating JNDI naming context
NamingContextListener[/Standalone/localhost/equiv]: Resource parameters for UserTransaction = null
StandardManager[/equiv]: Seeding random number generator class java.security.SecureRandom
StandardManager[/equiv]: Seeding of random number generator has been completed
StandardContext[/equiv]: Posting standard context attributes
StandardContext[/equiv]: Configuring application event listeners
StandardContext[/equiv]: Sending application start events
StandardContext[/equiv]: Starting filters
StandardWrapper[/equiv:default]: Loading container servlet default
StandardWrapper[/equiv:invoker]: Loading container servlet invoker
StandardContext[/equiv]: Starting completed
At 10:01 PM 11/11/02, you wrote:

Do you see any errors in $CATALINA_HOME/logs/catalina.out or in the console (might be in the log files as well) ?


Paul Campbell wrote:


In the Application Developer at the page noted below, I find information about the behavior of a .war file.
http://localhost:8080/tomcat-docs/appdev/deployment.html
It says:
Copy the web application archive file into directory $CATALINA_HOME/webapps/. When Tomcat is started, it will automatically expand the web application archive file into its unpacked form, and execute the application that way. This approach would typically be used to install an additional application, provided by a third party vendor or by your internal development staff, into an existing Tomcat installation. NOTE - If you use this approach, and wish to update your application later, you must both replace the web application archive file AND delete the expanded directory that Tomcat created, and then restart Tomcat, in order to reflect your changes. -------------------------------------------------------------------------------

My war file does not seem to expand automatically.

Has the behavior changed in 4.1.12 ? What conditions might account for the failure of a war file built with ANT war task
to not expand?


--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>




--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>


--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>




--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to