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

http://issues.apache.org/bugzilla/show_bug.cgi?id=28470

Closed wars don't load classes correctly.

           Summary: Closed wars don't load classes correctly.
           Product: Tomcat 5
           Version: 5.0.19
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: Other
         Component: Webapps:Manager
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The problem i'm experiencing is this.

org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 
'/index.vm'

org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 
'/index.vm'
at org.apache.velocity.runtime.resource.ResourceManagerImpl.
loadResource(ResourceManagerImpl.java:501)


---

I've deployed a war through the manager interface.  It deploys fine, picks up 
the xml file with my context in it, datasource etc.
First time i go to a page i get the above error.

I have unpackWARs set to false because i want to be able to reload my war 
without undeploying (I believe this possible).
This is the Host tag in the server.xml
    <Host name="localhost" debug="0" appBase="webapps"
       unpackWARs="false" autoDeploy="false"
       xmlValidation="false" xmlNamespaceAware="false">

Questions.
- Am i doing something wrong
- Is there another way i can get my war to redeploy (without having to undeploy 
redeploy)?

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

Reply via email to