help to changer a code to Struts

2004-11-19 Thread John Vincent
: was John Vincent/Towers Perrin received by

examples of struts 1.2

2004-11-19 Thread John Vincent
: was John Vincent/Towers Perrin received by

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

2004-11-11 Thread John Vincent
e you running? The setup to accomplish this is going to be specific to that app server, if it is possible at all. The example I gave, as I stated in the response, was specific to using Tomcat. Craig On Thu, 11 Nov 2004 11:03:45 -0500, John Vincent <[EMAIL PROTECTED]> wrote: > I am rathe

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

2004-11-11 Thread John Vincent
d) 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 pa

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

2004-11-11 Thread John Vincent
Need one Struts app, but must have multiple URLs. Thus http://www.jv.com/company1 http://www.jv.com/company2 actually start the same Struts app, say http://www.jv.com/myApp but must "pass" something into the Struts app so that it knows who, or rather, which URL invoked it. Thoughts: Wr