aspose file tools
The moose likes Tomcat and the fly likes Tomcat  installation problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Tomcat  installation problem" Watch "Tomcat  installation problem" New topic
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..
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Tomcat installation problem
 
Similar Threads
Absolute path for jsp
Error reading resource Hibernate
This weeks giveaway
Should I make my servlet sleep?
SSL + Servlet