Hi!
I'm new here and hope you can help me a little.
I use two contexts:
<Context docBase="Base1" path="/Con1" reloadable="true"/>
<Context docBase="Base1" path="/Con2" reloadable="true"/>
Is it possible to start the tomcat in a way that we use just one context but we can somehow keep the other context? (maybe unvisible for the server)
Maybe symbolic linking?
(I don't know how to do this)
The problem with the two contexts is that the framework is started two times in this case and it makes my system crazy :-(
Thank you!