Hi,
Can I somehow restart my current context from the current app, or another one?
I found somenthing like ContextManager in catalina api, but it doesn't help. I found it in a tomcat's 3.2 internal api
I thought of accessing the tomcat manager to restart my app by calling
but it has authentication and I can not pass by. Another thing is to get somehow the context object and to have a tomcat core wrapper that can operate on it, but I didn't find much and believe me, I've been looking for a week now.
Can I somehow get that context from a JSP/servlet and stop it then start it? All this from another context.
I'm running Tomcat 5.5
Any help or hint is greatly appreciated
Can I somehow restart my current context from the current app, or another one?
I found somenthing like ContextManager in catalina api, but it doesn't help. I found it in a tomcat's 3.2 internal api
I thought of accessing the tomcat manager to restart my app by calling
but it has authentication and I can not pass by. Another thing is to get somehow the context object and to have a tomcat core wrapper that can operate on it, but I didn't find much and believe me, I've been looking for a week now.
Can I somehow get that context from a JSP/servlet and stop it then start it? All this from another context.
I'm running Tomcat 5.5
Any help or hint is greatly appreciated