|
-
Oct 31st, 2004, 07:16 PM
#1
Thread Starter
Dazed Member
Set path to Tomcat servlet container?
According to the Tomat docs Catalina is the name of the servlet container which needs its path to be set in the autoexec.bat file.
When i try to start up the server i get a message saying the CATALINA_HOME env variable is not defined correctly.
Does this look right?
Code:
SET BLASTER=A220 I7 D1 T2
SET SNDSCAPE=C:\WINDOWS
SET JAVA_HOME=C:\jdk1.4.2
SET PATH=%JAVA_HOME%\bin;%PATH%
SET CATALINA_HOME=C:\Jakarta\jakarta-tomcat-5.0.12
@SET CLASSPATH=C:\;C:\Java LF Graphics Repositoryjlfgr-1_0.jar;
C:\j2sdk1.4.1_05\jre\lib\ext\mysql-commector-java-3.0.14-production-bin.jar;
Last edited by Dilenger4; Nov 11th, 2004 at 08:07 PM.
-
Nov 4th, 2004, 07:03 PM
#2
Thread Starter
Dazed Member
All these are set via DOS. Everything is working fine so far. Does anyone know if these remain if the server is taken down then restarted?
Code:
C:\> set JAVA_HOME=C:\jdk1.4.2
C:\> set PATH=%JAVA_HOME%\bin;%PATH%
C:\Jakarta> set CATALINA_HOME=C:\Jakarta\jakarta-tomcat-5.0.28
-
Nov 5th, 2004, 05:25 AM
#3
They don't. Set them in Control Panel -> System -> Advanced -> Environment Variables.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Nov 5th, 2004, 08:55 AM
#4
Thread Starter
Dazed Member
Im stuck running Win98 for the time being until i can run OSx on this G5 ive been eyeing or mepis linux on another computer ive been looking at
-
Nov 5th, 2004, 05:15 PM
#5
Then put the set commands into autoexec.bat.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Nov 6th, 2004, 01:37 PM
#6
Thread Starter
Dazed Member
That's what i did in the first place. If i dont get it to work dosent matter. Ill just set it on the fly, get the server up and leave it up.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|