You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Craig R. McClanahan" <Cr...@eng.sun.com> on 2000/04/06 03:45:21 UTC

Re: JSP with load balancing

(Zen, my browser had no idea what to do with your character encoding
when I tried replying, so I had to do this separately.)

(1) Does Tomcat support load balancing like jserv?

Yes, in fact it's essentially identical to JServ's approach, because it
uses the same Apache module (mod_jserv) to implement it.

(2) Can I use JSP with load balancing?

Yes.  JSPs and servlets can both be used in load balanced applications.

(3) Where can I put the JSP files?  How to set the property files?

The best sources for this type of information are the User's Guide and
Application Developer's Guide that are in the current Tomcat 3.1 source
repository.  The easiest way to acquire them is to download the most
recent nightly build of Tomcat from:

    http://jakarta.apache.org/builds/tomcat/nightly

and look in the "tomcat/doc/uguide" and "tomcat/doc/appdev" directories.

Craig McClanahan