| Author |
Tomcat installation problem
|
kri shan
Ranch Hand
Joined: Apr 08, 2004
Posts: 1300
|
|
I Installed Tomcat 4.1.31 exe. then i did JAVA_HOME and TOMCT_HOME settings and all... When i run startup.bat , it shows the error The system cannot find the file -Dsun.io.useCanonCaches=false.
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
Do you have a full JDK (instead of just a jre) on your system? Is your JAVA_HOME environment variable definately pointing to it?
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
Rahul Singh Khokhar
Ranch Hand
Joined: Feb 23, 2005
Posts: 36
|
|
Hi Krishan, pls make sure you are providing the correct path in JAVA_HOME and CATALINA_HOME(not TOMCAT_HOME) system variables. Also you can test them individually: For Linux # echo $JAVA_HOME should return its value For Windows c:\> echo %JAVA_HOME% Similarly for CATALINA we are using Tomcat4.3.1 in our production environment for a long time now with no problems. regards, Rahul..
|
 |
 |
|
|
subject: Tomcat installation problem
|
|
|