File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes tomcat help needed!!!! Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "tomcat help needed!!!!" Watch "tomcat help needed!!!!" New topic
Author

tomcat help needed!!!!

Jane Lin
Greenhorn

Joined: Aug 03, 2001
Posts: 13
hi there
i have downloaded tomcat 3.2.1 and i have set the JAVA_HOME and TOMCAT_HOME already but when i try to startup tomcat they give me this statement : please point JAVA_HOME to the jdk installation directory. how do i solve this problem??
pls help me check if this is correct: JAVA_HOME = c:\jdk1.3.1
TOMCAT_HOME = c:\tomcat\bin i set this 2 in autoexec.bat file.
Thanks in advance
khurram mirza
Greenhorn

Joined: Jun 10, 2001
Posts: 25
hi,
the tomcat configuration should look like this:

set JAVA_HOME=c:\jdk1.3
set TOMCAT_HOME=c:\tomcat3
set classpath=.;c:\tomcat3\lib\servlet.jar;c:\tomcat3\lib\jasper.jar
tomcat_home should point to root directory not bin directory.

Madhav Lakkapragada
Ranch Hand

Joined: Jun 03, 2000
Posts: 5040

Jane:
foll. the advice above and then open a DOS window
and start tomcat. if you still face that problem,
then try to echo the JAVA_HOME variable and see if
the value set in your autoexec has been taken or not...
echo %JAVA_HOME%

let us know if you have other probs.
- sayta

Take a Minute, Donate an Hour, Change a Life
http://www.ashanet.org/workanhour/2006/?r=Javaranch_ML&a=81
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: tomcat help needed!!!!
 
Similar Threads
Need help in installing J2EE
Tomcat Problem...
tomcat installation on win98
out of environment error in the TOMCAT server(desperate to run my first JSP program)
tomcat installation problem