DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5600>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5600

docbase=xxx.war - does not find web.xml

           Summary: docbase=xxx.war - does not find web.xml
           Product: Tomcat 4
           Version: 4.0.1 Final
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Webapps
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


If I create the following in server.xml:

<Context path="/Merch" docBase="Merch.war" 
         debug="0" privileged="false" reloadable="true"/>
If I remove the context entry, the war file is expanded, and all works fine. 
What I am trying to achieve, is the same as in 3.3 that the application is 
redeployed when the war file changes.

The log shows the following:
2001-12-28 12:03:18 WebappLoader[/Merch]: Deploying class repositories to work 
directory D:\jakarta-tomcat-4.0.1\work\localhost\Merch
2001-12-28 12:03:18 WebappLoader[/Merch]: Reloading checks are enabled for this 
Context
2001-12-28 12:03:18 StandardManager[/Merch]: Seeding random number generator 
class java.security.SecureRandom
2001-12-28 12:03:18 StandardManager[/Merch]: Seeding of random number generator 
has been completed
2001-12-28 12:03:19 ContextConfig[/Merch]: Missing application web.xml, using 
defaults only
2001-12-28 12:03:19 StandardWrapper[/Merch:default]: Loading container servlet 
default
2001-12-28 12:03:19 default: init
2001-12-28 12:03:19 StandardWrapper[/Merch:invoker]: Loading container servlet 
invoker
2001-12-28 12:03:19 invoker: init
2001-12-28 12:03:19 jsp: init
2001-12-28 12:03:19 Internal Error: File /WEB-INF/web.xml not found

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to