Re: Struts app to be passed a parameter (of some kind)

2004-11-11 Thread Craig McClanahan
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 part

Re: Struts app to be passed a parameter (of some kind)

2004-11-11 Thread John Vincent
Craig McClanahan <[EMAIL PROTECTED]> 11/11/2004 03:27 PM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To Struts Users Mailing List <[EMAIL PROTECTED]> cc Subject Re: Struts app to be passed a parameter (of some kind) What app server ar

Re: Struts app to be passed a parameter (of some kind)

2004-11-11 Thread Craig McClanahan
"Struts Users Mailing List" <[EMAIL PROTECTED]> > > To > Struts Users Mailing List <[EMAIL PROTECTED]> > cc > > Subject > Re: Struts app to be passed a parameter (of some kind) > > > > > On Thu, 11 Nov 2004 08:14:12 -0500, John Vincent &g

Re: Struts app to be passed a parameter (of some kind)

2004-11-11 Thread John Vincent
for the same Struts app. Craig McClanahan <[EMAIL PROTECTED]> 11/11/2004 09:33 AM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To Struts Users Mailing List <[EMAIL PROTECTED]> cc Subject Re: Struts app to be passed a parameter (of some kin

Re: Struts app to be passed a parameter (of some kind)

2004-11-11 Thread Craig McClanahan
On Thu, 11 Nov 2004 08:14:12 -0500, John Vincent <[EMAIL PROTECTED]> wrote: > Need one Struts app, but must have multiple URLs. > > Thus > http://www.jv.com/company1 > http://www.jv.com/company2 Why not just configure your servlet container to treat both context paths as the same app? For examp