• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

tomcat 4.0 configuration

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am getting the following error message, when I start Tomcat 4.0 server from Tomcat's bin directory. I am using Win 98, 128 mb RAM and JDk 1.2.2
---------------------------------------------------
D:\tomcat\jakarta-tomcat-4.0-m5\bin>startup
Using CLASSPATH: ..\bin\bootstrap.jar;c:\jdk1.2.2\bin;\lib\tools.jar
Cannot find file 'c:\jdk1.2.2\bin;\bin\java' (or one of its
components). Check to ensure the path and filename are correct
and that all required libraries are available.
----------------------------------------------------
It looks like the error is related to JDK1.2.2 But I could't find out the problem.
The following is a part of my autoexec.bat file
----------------------------------------------------
path C:\WINDOWS;C:\WINDOWS\COMMAND;c:\jdk1.2.2\bin;
set CLASSPATH=c:\jdk1.2.2\lib\tools.jar;
set JAVA_HOME=c:\jdk1.2.2\bin;
I even tried set JAVA_HOME=c:\jdk1.2.2;

Please do help me
Thanks
Shailesh
[This message has been edited by shaileshnn (edited September 24, 2001).]
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by shaileshnn:
I am getting the following error message, when I start Tomcat 4.0 server from Tomcat's bin directory. I am using Win 98, 128 mb RAM and JDk 1.2.2


-------------
you must set TOMCAT_HOME=D:\tomcat\jakarta-tomcat-4.0-m5
try again.....
[This message has been edited by lichen chen (edited September 24, 2001).]
 
Ranch Hand
Posts: 273
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you are using tomcat4 Set CATALINA_HOME = Tomcat4 and JAVA_HOME=jdk1.3. Set your classpath C:\tomcat4\common\lib\servlet.jar. I think your problem is JDK is not recognized. BK

Originally posted by shaileshnn:
I am getting the following error message, when I start Tomcat 4.0 server from Tomcat's bin directory. I am using Win 98, 128 mb RAM and JDk 1.2.2


 
Pay attention! Tiny ad!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic