You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/10/04 00:04:47 UTC

DO NOT REPLY [Bug 3953] New: - If context is listed in server.xml then webapp servlets are loaded twice....

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=3953>.
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=3953

If context is listed in server.xml then webapp servlets are loaded twice....

           Summary: If context is listed in server.xml then webapp servlets
                    are loaded twice....
           Product: Tomcat 4
           Version: 4.0 Final
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: rimovm@centercomp.com


It seems that if a context is listed in server.xml  Example:

<Context path="" docBase="rewards" debug="0" reloadable="true"/>

Then my servlets that get loaded on startup as defined in the web.xml for the 
webapp get loaded twice. 

Thanks for looking into this.

-Mike