Warning, I haven't tried much of this, and may not be 100% accurate.

On 2002.09.27 12:01:57 -0400 Jason Westra wrote:
> Hi!
> 
> I want to keep all deployed apps in a single location on our network and
> start up multiple (non-clustered) JBoss instances that deploy the apps
> from
> HTTP URLs.  I know this is *possible* with JBoss however...
> 
> 1. Is it recommended?

definitely

> If not, why?
> If so, what are some "gotchas" to look out for, tune, etc.?
> 
> 2. Does it work well with expanded web apps, or should I only use
> archived
> .wars?

I don't know, but I'd like to:-)
> 3. What affect does the URL deployment scanner time have on this type of
> deployment?

AFAIK the scanners really only work on local file systems.  If true, this
means you will have to have your application repository on one of the jboss
machines or deploy more explicitly.  I think you can either list the app
urls explicitly in the scanner config or (what I'd probably do) write an
ant script using the jmx task to explicitly deploy the apps.

I think you can use the farm service without clustering to deploy to one
jboss instance explicitly and have the deployments mirrored on the other
servers automatically.

> 4. I have no need for session replication, fail-over, just
> load-balancing.
> Any recommendations on sticky IP routing software with Apache to ensure
> requests are routed/load-balanced across the separate JBoss-Tomcat
> servers?

I seem to recall Greg talking about writing some kind of load balancer for
jetty so you wouldn't need apache or anything else, but I don't know
whether this is finished.

david jencks
> 
> Jason
> 
> 
> 
> -------------------------------------------------------
> 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
> 
> 


-------------------------------------------------------
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

Reply via email to