here is the part of my server.xml you wanted to check:
<Host name="myapp" debug="0" appBase="/var/www/myapp" unpackWARs="true">
<Alias>myapp</Alias>
<Context path="" docBase="" debug="5" reloadable="false"
swallowOutput="true" />
<Context path="/manager"
docBase="/usr/local/apache-tomcat-5.5.25/server/webapps/manager"
debug="0" privileged="true"/>
Mark Thomas wrote:
Emmanuel Milou wrote:
it used to work well with the same config on Tomcat5.5.
Could the problem occurs because of the changelog? or a bug in the
connector mod_jk?
appBase and docBase settings for the relevant host and webapp?
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Emmanuel Milou
Consultant en Logiciel Libre
Savoir-Faire Linux Inc.
[EMAIL PROTECTED]
514-276-5468 poste 136
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]