On Thu, 11 Nov 2004 17:16:14 -0500, John Vincent <[EMAIL PROTECTED]> wrote: > > On Tomcat, do you configure the app xml files? Or is it configured at the > server level?
Both are supported. For more info start at: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/index.html and, in particular, look at the <Context> element. This element can either be buried inside a server.xml file, or in a separate configuration file under the server's configuration directory, or included in the META-INF directory of a WAR. > > In other words, do I need to check the app server doc or the weblogic*.xml > or sun-*.xml files doc for the Struts app? None of this has anything at all to do with Struts ... it's going to be some sort of documentation on your app server if it is possible at all. > > John > Craig --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]