i have a problem in installing tomcat web server. i followed the steps to instal but finally it throws me some error showing -Dsun.io.useCanonCaches=false the version of j2sdk_nb is already installed is that a problem for me. i want another copy of tomcat can anyone please help me thanks in advance
I am going to move this thread to the Tomcat forum. This topic for this forum is Servlets, and you will get better response to your question in the Tomcat forum, since you are trying to install Tomcat. Good Luck Mark
I've had the same problem myself. What it meant for me was that your JAVA_HOME environment variable is not correctly set, like i.e. c:\jdk1.4 either that or maybe you haven't defined your CATALINA_HOME path correctly for your tomcat? Hope this helps.
Franke Robinson
Greenhorn
Joined: Mar 12, 2004
Posts: 3
posted
0
I had the same problem also. It was because in my JAVA_HOME had c:\j2sdk1.4.2_02 with a ; after it. When I removed the ; it worked.
reddy kranthi
Greenhorn
Joined: Mar 12, 2004
Posts: 4
posted
0
hello frank, i have set catalina_home= c:/tomcat and i've also set java_home c:/j2sdk_nb/j2sdk1.4.2 but it is still not working i can start tomcat with ide . but i am not able to install another copy of tomcat is it a problem bcause of the old copy . could u please help me.
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12267
1
posted
0
1. I really hope you mean JAVA_HOME etc in upper case. 2. If the directory c:/j2sdk_nb/j2sdk1.4.2 does NOT HAVE a bin subdirectory you are using the wrong home. Seems to me we had somebody else with a similar problem really recently. 3. Are you setting the environment variables for the whole system or just one command prompt window. Bill
Dear brogden, thanks for showing intrest on my problem what u mean was exactly right ie all u assumed are in capital letter case only and i have set environmental variables for the whole system i expect and appricate ur extended help
reddy kranthi
Greenhorn
Joined: Mar 12, 2004
Posts: 4
posted
0
thanks for ur replies now it is working i reinstalled and took the necessary mesures which u people suggested me and now it is working thanks to all