well if you ask me I use the following architechture ....

For DEV / SIT / UAT
1. Web container  seperate tomcat  ( DEV / SIT / UAT using virtual host)
2. EJB container jboss 3.2 ( seperate instance )
3. Apache front to tomcat ... .

For production
1. Web container  seperate tomcat  ( 3 instance load balanced)
2. EJB container jboss 3.2 ( 2 seperate instances )
3. Messageing    jboss 3.2 ( 2 seperate instance )
4. Apache front to tomcat ... .    ( 1 virtual host )

However you need to tweak your code for this as code does not use the same
JVM. The architechture we use if for failover / contingency. This also
allows us to use diff sotfware ( if needed ) for diff component ..
for example we can say no to jboss 3.2 for messageing and get MQSeries ...



Regards
Guru
----- Original Message ----- 
From: "Kevin Kang (CS&S)" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <tomcat-user@jakarta.apache.org>
Sent: Tuesday, June 21, 2005 1:35 AM
Subject: RE: Is there a kind of EJB container in Tomcat?


Thanks.
I still have an issue about OpenEJB.
1. Is it an independent EJB Server for Tomcat? Is it necessary to
install in Tomcat as a module or something else?

Jboss is a good suggestion.

Best Regards
Kevin Kang
MSN: [EMAIL PROTECTED]
[EMAIL PROTECTED]
-----Original Message-----
From: Gurumoorthy [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 21, 2005 8:24 AM
To: Tomcat Users List
Subject: Re: Is there a kind of EJB container in Tomcat?

http://www.openejb.org/ for tomcat ...

but why dont you use jboss ?  it comes with tomcat
----- Original Message ----- 
From: "Kevin Kang (CS&S)" <[EMAIL PROTECTED]>
To: "Tomcat User Mailing List" <tomcat-user@jakarta.apache.org>
Sent: Tuesday, June 21, 2005 1:25 AM
Subject: Is there a kind of EJB container in Tomcat?


Hi, all



Who knows whether there is a kind of container for EJB development in
Tomcat, or any relative Tomcat sub-project in Apache org. thanks.



Best Regards

Kevin Kang

MSN: [EMAIL PROTECTED]

[EMAIL PROTECTED]





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


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


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

Reply via email to