Title: Context Configuration for EmbeddedCatalinaServiceSX

I posted this in the forum but wanted to try here as well...
Sorry if this is already covered in another thread but I was not able to find one that really addressed my issue. I have a system that currently runs on the JBoss-2.4.4_Tomcat-4.0.1 bundle and I have upgraded the catalina to 4.0.3. This all runs great on W2K, Linux and Solaris, aren't JBoss and Java great!!! When I deploy my application ear it creates the context I need and every thing is fine. What I want/need to be able to do is to manipulate the configuration of that context like I can in tomcat to set things like "debug" and "reloadable", logging would be a plus as well. I have been able to add things to the service such as below without problems, but anything I do to try to change the context created has no effect. I'm at a loss for what to try next. Can what I'm trying to do even be done?

<mbean code="org.jboss.web.catalina.EmbeddedCatalinaServiceSX" name="DefaultDomain:service=EmbeddedTomcat">
<attribute name="Port">8090</attribute>
<attribute name="Config">
<Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
port="8009" minProcessors="5" maxProcessors="75" acceptCount="10" />
</attribute>
</mbean>

Any suggestions / advice on this would be greatly appreciated.

Leonard Crowe

Reply via email to