Hi all,
I am trying to serve the html contents of a static folder and I don't want to bundle this content as a war. I have read in the documentation (JbossBook_321.pdf page 483) that Tomcat 1.4 bundled in this distribution does not recognize the conf/server.xml file but there are some supported tags from server.xml that can be configured in jbossweb-tomcat41.sar/META-INF/jboss-service.xml
I am interested in the tag that I was using in Jboss 2.4.x to expose the static content but I see that this tag is not supported or I don't know how to use it...
If you have any idea about this, let me know pls.
florin
Nevermind, I found the answer. The solution is to use the tag nested in the tag in the jbossweb-tomcat41.sar/META-INF/jboss-service.xml
The syntax is the same as Tomcat uses in conf/server.xml
I hope this helps.
florin