We also found that running a combined container is far superior in performance to separating jboss and tomcat. On TC 3.2.3 you are probably better off putting Apache in front of it and letting it serve the static content (.gif, .js, etc). We noticed a big increase in performance with Apache (we use mod_jk) serving these files over TC. We have mostly dynamic content and were surprised by the increase. Also, you can put jboss/tomcat on multiple servers and have apache load balance between them. We've been doing this for over a year on one server (Apache/Tomcat) and about 4 months on another (2 load balanced apache servers against 2 load balanced tomcat/jboss servers) with great success.
John Moore
-----Original Message-----
From: Hunter Hillegas [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 29, 2002 8:51 AM
To: Mark Gulbrandsen; JBoss User
Subject: Re: [JBoss-user] better to run Tomcat and JBOSS seperately?
It is my understanding that calls to remote interfaces, when run in the same
VM, used an optimized, emulated local path...
So, you can design against remote interfaces but still get lots of speed...
Otherwise everything would be done using RMI... Slow....
One of my apps uses local interfaces now, which is working well for us. If
we need more, the JBoss3 clustering will pick up the slack.
Hunter
> From: Mark Gulbrandsen <[EMAIL PROTECTED]>
> Date: Fri, 29 Mar 2002 09:28:47 -0700 (MST)
> To: <[EMAIL PROTECTED]>
> Subject: Re: [JBoss-user] better to run Tomcat and JBOSS seperately?
>
>
> Does jndi realize that its requests are all in-VM, or do you have to
> configure it using local interfaces rather than remote interfaces? I mean,
> do you have to write the client using the local home and local interface
> rather than the remote home and remote interface.
>
> Isn't using local interfaces tying you into a non-scalable architecture?
> Or are you thinking of clustering the jboss/tomcat nodes to achieve the
> scalability?
>
> Regards,
>
> Mark
>
> On Thu, 28 Mar 2002, Hunter Hillegas wrote:
>
>> The main advantage of having them integrated is SPEED. It is SO much faster
>> that way as communication between the web tier and the EJB tier doesnąt have
>> to go across the wire, it is all in-VM.
>>
>
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user