My organization has 8 sites and 9 web applications per site. I guess I'm
a little different and am running multiple web applications and multiple
web sites. Having a JRun server per web application per web site would
give me upwards of 70 JRun servers, which would be totally unmanageable.
The management console is already over a minute to load (yes I've
deleted the dtd references from all my web.xml files) with only 8
servers. 

I think it could be argued about whether or not a seperate JVM for each
web app would protect the performance, but technically, I guess it could
have an effect.

I don't typically have different classpaths for different web apps, but
I could see how this could be helpful and I'm not doing data sources or
EJB, rolling my own.

Thanks for the answer,

Lloyd


Keen Haynes wrote:
> 
> Many organizations build sites that are comprised of multiple web
> applications.  By having multiple JRun server you can isolate these web
> applications.  This has the effect of giving each web application its own
> process, there by the performance of one does not impact the performance of
> another.  A second benefit is it allows you to define classpaths, data
> sources and EJBs at the server level (in effect for each web application).
> HTH
> 
> Keen
> 
> -----Original Message-----
> From: Lloyd H. Meinholz [mailto:[EMAIL PROTECTED]]
> Sent: Friday, March 09, 2001 7:26 AM
> To: JRun-Talk
> Subject: why multiple JRun's per Web server???
> 
> It's nice that you can connect multiple JRun servers to one Web server,
> but I can't think of a good reason to do that. What does having multiple
> JRun servers do for you? The only thing that I could think of is having
> the JRun servers on different hosts would be kind of simplistic load
> balancing.
> 
> Lloyd

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to