Hi, I installed tomcat in my linux box and it worked fine. But when I installed tomcat 3.2.1 on Solaris Intel platform servlets works fine but the jsp's don't work and the work directory of tomcat keeps on growing in size. Did anyone also faced the same problem? Is there a solution for this problem? Thanks, Faisal
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 11862
posted
0
If JSP don't work it is usually because you don't have tools.jar where Tomcat can see it.
William may be right. It's hard to say without a specific exception or error message. It's also common for users to have very old JDKs on their Solaris boxen, because Solaris comes with a JDK installed. If you have java 1.1.6 or 1.1.7 or even an early 1.2 I would recommend upgrading ASAP. The old JVMs in these JDKs don't handle multithreaded, network heavy apps very well. ------------------ Scott Stirling Author of Java Server Pages Application Development
Scott Stirling<BR>Author of <A HREF="http://www.amazon.com/exec/obidos/ASIN/067231939X/ref=ase_electricporkchop/107-2476442-4883722" TARGET=_blank rel="nofollow">Java Server Pages Application Development</A>