You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Kevin Wang <KW...@Partnerware.com> on 2000/09/13 21:54:39 UTC

Struts + Tomcat + Weblogic

If you want to use Struts but are stuck with Weblogic, like me, you might
want to try use both Tomcat and Weblogic. I've manged to do get Tomcat to
'serve EJB' with Weblogic pluged-in. 

I'm palnning to 
1. let Tomcat handle Struts, the JSPs, Servlets, and actionBeans
2. create Weblogic EJB clientBeans and serve them with 'Weblogic client
plug-in'
3. use Weblogic to serve as EJB container

I've managed to get 2 and 3 working properly, tested with a sample jsp. My
next step is to get Struts' actionBeans integrated with EJB clientBeans.

Kevin