Hello,

We have been facing problems when using
struts with multiple enterprise applications.

It seems that struts supports only one 
struts application on same application server.

Application server we are using is BEA WebLogic 6.2 SP2.

Scenario is as described:
One enterprise application containing for EJB:s providing business logics.
Two enterprise applications containg two distinct user interfaces
for business logics.

We use same action servlet classes in both web applications,
inherited from Struts ActionServlet.

Web application context roots are of course different, but
relative URL's used are same for both web applications.
So web.xml and struts-config.xml are exact copies.

Both web applications have own physical copies of all jars used.

If I have understood right, two distinct enterprise applications should 
have no knowledge of each other, so there should be own instaces of struts
for each enterprise application.

What happens is that server returns responses (JSP generated pages),
like there would be only one web application.
Also JSP-page result returned is the one from that web application that has 
latest modifed JSP page.

It seems that application server does not distinct calls to different
web applications, but serves pages as if there would be only
one "mixed" web application.


Is this a struts or application server related issue?

I know that struts does not support multiple action servlets.

Has somebody faced similar problems or does someone know what this all is
about?

I can provide more details about if needed.


Kind regards,

Aki



______________________________________________________________________
Aki Salonen 
Wincor Nixdorf Oy 
System Analyst 
web: http://www.wincor-nixdorf.com 

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

Reply via email to