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 2006/09/22 14:02:45 UTC

DO NOT REPLY [Bug 40580] - Multiple ServletContext objects for same web-app in 5.5.17, only one is the real one. Okay in 5.5.12

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


markt@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From markt@apache.org  2006-09-22 12:02 -------
This is because you are using an invalid and unsupported configuration that only
ever worked by chance in previous versions. Fixes to various bugs now mean this
configuration doesn't work.

docBase should never be the same as appBase. You need to move the contents of
/opt/xl/web/jsp/intl to /opt/xl/web/jsp/intl/ROOT and change your configuration to:

<Host name="intl.development" debug="0" appBase="/opt/xl/web/jsp/intl"
       unpackWARs="false" autoDeploy="false" liveDeploy="false">
        <Context docBase="ROOT" debug="0" allowLinking="true" />
</Host>

I'd be interested in where you got this configuration from. Lots of people have
the same problem and I can't see anything in the Tomcat docs that says to do it
like this.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org