Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

How to install Web Server ?

  Asked By: Ketan    Date: Aug 10    Category: Java    Views: 591
  

I want to test my JSP programs and Servlets for that I have tried installing Tom
cat.

When I try to start it I get this error.

CATALINA_HOME variable is not correctly initialized.

What am I supposed to do ?

Share: 

 

4 Answers Found

 
Answer #1    Answered By: Hariz Burki     Answered On: Aug 10

you need to set the class path variable  CATALINA_HOME to the install  dirctory of
tomcat. the procees is diffrent for window and Linux.

 
Answer #2    Answered By: Bien Nguyen     Answered On: Aug 10

In Win2K

My Computer => Properties => Advanced ==> Environment Variables

add: CATALINA_HOME = c:\Tomcat (assuming this is where you installed it)
add: JAVA_HOME = c:\jdk1.3 (ditto)

In Win98

autoexec.bat

add SET CATALINA_HOME = c:\Tomcat
add SET JAVA_HOME = c:\jdk1.3

 
Answer #3    Answered By: Freddie Evans     Answered On: Aug 10
 
Answer #4    Answered By: Jonah Brown     Answered On: Aug 10

I assume u r using Tomcat Integrated App and Web server

Set JAVA_HOME variable  in the classpath of ur machine
to point to default Java installed directory

U will not get this error  message again

 
Didn't find what you were looking for? Find more on How to install Web Server ? Or get search suggestion and latest updates.




Tagged: