>
> - Our provider has uttered that running it on two machines (Solaris),
> one containing the apache web server, the other server hosting tomcat
> would be the way to do it. Since only a few popup's are HTML and all
> other pages have to be handled by Tomcat anyway (I would say more than
> 80% off all request are for JSP's), I am concerned if it really is a
> good idea to have apache forwarding all pages to a different computer.
> Since we HAVE to use our providers shared MySql, the database server was
> not part of my performance consideration.

having apache handle static content isn't a bad idea anyway.

> - Which version of Tomcat is recommended (4.0.4 or 4.1.8)?

4.0.4 is the current "production quality" release, but the 4.1.x (4.1.9
was just released) releases will probably give you better performance, as
well as running with the jdk1.4. Many folks on this list have reported
good things while running 4.1.x

If you are concerned with relatively heavy load, you may wish to consider
multiple Tomcat instances.

Regards,
Michael




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to