What is a good method of preventing one or more ALM apps from starting up?
Accepted answer
I have been looking at this, but did not find a straightforward solution
One thing you can do, though not very elegant, is to rename the WEB-INF directory (ie /server/tomcar/webapps/rm/WEB-INF) to something else (NOSTART-WEB-INF) which will prevent RRC/RDNG from starting. Renaming it back to WEB-INFO will enable it again after a recycle. As it does try to start the webapp, some resource will be used, but not the full app.
One thing you can do, though not very elegant, is to rename the WEB-INF directory (ie /server/tomcar/webapps/rm/WEB-INF) to something else (NOSTART-WEB-INF) which will prevent RRC/RDNG from starting. Renaming it back to WEB-INFO will enable it again after a recycle. As it does try to start the webapp, some resource will be used, but not the full app.
Comments
One other answer
Hi Bryan,
I assume that you are using an environment where all the CLM applications are running in a single application server, like Tomcat, and that you don't want the application at all.
You could de-register the application from the JTS and delete the .war file
Or are you asking for something else?
I assume that you are using an environment where all the CLM applications are running in a single application server, like Tomcat, and that you don't want the application at all.
You could de-register the application from the JTS and delete the .war file
Or are you asking for something else?