|
The problem was that the doc-base has not been
defined using an absolute path:
not working:
<Context path="/dolores"
docBase="../Dolores/webapps/dolores" debug="1" reloadable="true"
>
</Context> working:
<Context path="/dolores"
docBase="H:/Programme/IBM/VAJ/ide/project_resources/Dolores/webapps/dolores"
debug="1" reloadable="true" >
</Context> Environment: Windows 2000, Tomcat running under the
Apache Tomcat Test Environment in VAJ 3.5
|
- Tomcat question: webapp can't serve anything but jsp-files Nikolaus Rumm
- Nikolaus Rumm

