What are the different ways to add tomcat contexts (when using embedded tomcat) and where to I find documentation about *how* to do it?
 
I'm using embedded tomcat with jboss and want to add a context that allows "normal" tomcat operation of .jsp and html files--I just want to specify a directory where I can drop html and jsp pages. I'm sure I'll adding servlet contexts will be important soon also.
 
It looks like this can only be done through JMX since the server.xml file is by-passed. How are contexts added through jmx? Is there an xml file to edit? I saw some interesting pages when surfing the jmx port (8082 I think) but have no idea how to add a context there.
Erik

Reply via email to