>
>
> The second context xml file, named secondInstance.xml (URL would be
> http://localhost:8080/secondInstance):
> <Context docBase="originalWebapp"> <!-- Define second instance resources if
> any --> </Context>
>

This don't work. It seems that with tomcat > 5.0 you can't point a context's
docBase to something INSIDE the appBase directory when using context files
in conf/[Engine name]/[Host name]/[context].xml . You must add them to
server.xml, which is discouraged.

-- 
Claudio Tassini

Reply via email to