IntelliJ Java IDE
The moose likes Tomcat and the fly likes Problem with Tomcat: says CATALINA_HOME not defined correctly. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Problem with Tomcat: says CATALINA_HOME not defined correctly." Watch "Problem with Tomcat: says CATALINA_HOME not defined correctly." New topic
Author

Problem with Tomcat: says CATALINA_HOME not defined correctly.

Mel Anisky
Greenhorn

Joined: Jan 27, 2012
Posts: 3
I can't get Tomcat to work. When I run

C:\Users\Mel\Java\tomcat\apache-tomcat-6.0.35\bin\startup.bat

I get the following error:

The CATALINA_HOME environment variable is not defined correctly.

I have CATALINA_HOME defined as %TOMCAT_HOME%
I have TOMCAT_HOME defined as C:\Users\Mel\Java\tomcat\apache-tomcat-6.0.35\

CLASSPATH is C:\Users\Mel\Java\tomcat\apache-tomcat-6.0.35\lib\servlet.jar

The directory for C:\Users\Mel\Java\tomcat\apache-tomcat-6.0.35\ definitely contains bin, and C:\Users\Mel\Java\tomcat\apache-tomcat-6.0.35\bin\ contains startup.bat

What am I doing wrong?

Jk Robbins
Ranch Hand

Joined: Dec 16, 2010
Posts: 159
Try removing that trailing backslash at the end of the path. Then from a command prompt, do a "set" to make sure the environment variable looks the way you expect it to.
Bear Bibeault
Author and opinionated walrus
Marshal

Joined: Jan 10, 2002
Posts: 50693

You shouldn't have CATALINA_HOME defined as anything! All you need to define is JAVA_HOME. The startup scripts take care of the rest.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Seetharaman Venkatasamy
Bartender

Joined: Jan 28, 2008
Posts: 4503

and Welcome to JavaRanch Mel Anisky !


Not everything that counts can be counted, and not everything that can be counted counts-Albert Einstein
 
 
subject: Problem with Tomcat: says CATALINA_HOME not defined correctly.
 
Threads others viewed
apache tomcat is arrogant...........huh
ben..............tomcat is not installing
"Head First Servlets & JSP" tomcat instructions
Tomcat installation problems!
startup.bat stops itself
developer file tools