I understand that 2.4.4 + Catalina doesn't support parsing the server.xml
file.
I am trying to setup a Context path that would normally be in the
server.xml. From what I have read I am thinking I should be able to do this
in the jboss.jcml. I took a shot at getting it to work (cuz I don't see any
dox on how-to).
Below is one of the things I tried. Can someone confirm that this is
possible and supply an example?
<mbean code="org.jboss.web.catalina.EmbeddedCatalinaServiceSX"
name="DefaultDomain:service=EmbeddedTomcat">
<attribute name="Port">80</attribute>
<attribute name="Config">
<Context path="/images"
docBase="/projects/XX/presentation/images"
crossContext="false"
debug="0"
reloadable="true">
</Context>
</attribute>
</mbean>
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user