I have machine with an installed tomcat 5.5 it serves various application from the default appbase.
I also have a bunch of directories which should get turned into WEBDAV applications, by configuring the common root as appbase, which of course is completely different from the appbase mentioned above
Neither of the directories should move.
So, is there a way to have a second appbase?
You can't have multiple appbase but there are multiple ways to get around this issue.
To use context fragment, you need to place a xml file in conf/Catalina/[host] directory. The file should contain something like this,
<Context docBase="/appbase2/app">
</Context>
The xml file name will be the context/app name.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With