This content has been marked as final.
Show 2 replies
-
1. 3837007
treespace May 20, 2004 2:33 AM (in response to f_crivellaro)bela wrote:
But I suggest to ship jbossweb-tomcat5.sar/META-INF/jboss-service.xml with its own TreeCache configuration (e.g. for session repl), and have SSO refer to it via ObjectName.
If you and Scott decide to have the config in jbossweb-tomcat5.sar/META-INF/jboss-service.xml, we need to give the service a less generic name. I suggest, jboss.cache:service=TreeCache,type=jboss.web
BTW, from painful experience I learned the more obvious "jboss.web:service=TreeCache" is no good. The Tomcat5 service's stop() method unregisters all MBeans under the jboss.web space (it assumes they are all Tomcat objects). So, when the ServiceController goes to stop the TreeCache service, it is no longer registered in the JMX server and an exception is thrown. -
2. Re: Reformulation: context definition in jboss/tomcat
f_crivellaro May 20, 2004 4:27 AM (in response to f_crivellaro)Excuse me...
I add the context in:
jboss/server/default/deploy/tomcat41-service.xml
F.