I think you must use different name files for struts-config.xml. In the
configuration of the action servlet in web.xml, you can define the name of
the struts-config file.

Try it.


-----Mensaje original-----
De: Shay Cohen [mailto:[EMAIL PROTECTED]]
Enviado el: miércoles, 09 de octubre de 2002 10:54
Para: '[EMAIL PROTECTED]'
Asunto: Multiple struts

Hi,

Are there any limitations in deploying two or more struts application on
the
same web server ?

I tried this with the following configuration:

1.       added another servlet and servletmapping to the web.xml ( on
respond to *.do files and the other to *.do2 )
2.       used the same struts-config.xml for both
3.       used the same contrainer for both ( WAR file ).
4.       using struts 1.1 beta 1.


And as you can guest , without any luck, all redirection went to the
first
servlet/servletmapping regardless to the differentiations in
The url's extensions.
Thanks in advance
Shay


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to