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


[EMAIL PROTECTED] changed:

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




------- Additional Comments From [EMAIL PROTECTED]  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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to