Emmanuel Milou wrote:
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"/>
appBase == docBase is your problem. Move this to the users list if you need more help.
Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
