Hans,

On 5/17/21 09:46, Hans Schou wrote:
Problem solved in server.xml.
<Host name="example.org" appBase="/mnt/fooapps/sptomcat/foopro">
<Context debug="0" docBase="/mnt/fooapps/sptomcat/foopro" path="/" 
reloadable="true"></Context>
</Host>
It was a misconfiguration. A developer found an old server.xml in the mailbox, 
which revealed the problem.
AppBase and DocBase should not be equal. They should look like this:
appBase="/mnt/fooapps/sptomcat"
docBase="/mnt/fooapps/sptomcat/foopro"

Lesson learned: Make a backup of your configuration files.

Better yet: revision control.

-chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to