Hi,
Was looking for a way to restart LSCS Authoring without having to restart jboss because just restarting jboss brings up a 404 error on the teamsite side.
This was what I found:
http://www.info-system.eu/en/knowledge-exchange/37-java/87-jmx-console-restartStart JMXConsole:
http://teamsiteserver:8080/jmx-consoleunder
jboss.system
Click on
service=MainDeployer
(Usually it will be in 2/3 of the scroll.)
Look for listDeployedAsString().
and click on the
invoke button
Find your application (Ctrl+F) and look for lscs
org.jboss.deployment.DeploymentInfo@f4ccf838 { url=file:/D:/Interwoven/ApplicationContainer/server/default/deploy/iw-wcmweb.ear/lscs_xml_types.jar }
Go back to the view with list of methods "Back to MBean View"
Find redeploy() method that has ParamType as java.net.URL.
Paste the path(D:/Interwoven/ApplicationContainer/server/default/deploy/iw-wcmweb.ear/lscs_xml_types.jar) to url parameter.
Call the method.
Ready
Does that work for restarting the lscs auth without having to restart jboss?
Thanks,