Well its fairly obvious to me that you should chose the latter: 1. Remote invocation of EJBs are hundreds if not thousands of times slower than direct method invocation (which jboss uses in the case of an integrated stack) -- Big performance difference. 2. Deployment is significantly simpler in the latter case 3. Hot-deployment works in JBoss....it works...less well or not at all in various versions of tomcat. 4. Server management is simplified with JBoss. You can use the JMX console to restart tomcat for instance. You can use "netboot" and cluster farming to centrally boot homogenous manageable servers.
-Andy On 9/12/03 7:37 AM, "NIELSEN JAN, Teliadk" <[EMAIL PROTECTED]> wrote: > Hi, > > I'm about to change our current platform into a JBOSS enviroment. > > But I'm not sure if I should choose JBOSS with a integrated Tomcat server or > if I shold place the tomcat on a seperate server. > > Which setup should I use > > Apache Frontend with clustering > 2 Tomcat servers > 2 JBOSS backend servers > > or > > Apache Frontend with clustering > 2 JBOSS backend servers with integrated tomcat. > > Is there any one that knows what to do? > > > Cheers > Jan > > > > > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user -- Andrew C. Oliver http://www.superlinksoftware.com/poi.jsp Custom enhancements and Commercial Implementation for Jakarta POI http://jakarta.apache.org/poi For Java and Excel, Got POI? The views expressed in this email are those of the author and are almost definitely not shared by the Apache Software Foundation, its board or its general membership. In fact they probably most definitively disagree with everything espoused in the above email. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
