environment variable på tomcat
HejJeg sidder her og er ved at sætte et miljø på på en windows maskine. Den skal bla. indeholde \"tomcat 4\" og \"MySQL\". Under opsætningen tomcat bliver jeg mødt med nedenstående. Nu har jeg ikke lige arbejdet så meget med DOS, men er det et eller andet med at jeg skal sætte en linie ind i autoexec.bat, som når man sætter Java JDK op ?
Hvad er det for en \"environment variable\" jeg skal sætte op og hvordan gør jeg ?
-Quercus
(2) Start Up Tomcat 4.0
There are two techniques by which Tomcat 4.0 can be started:
* Via an environment variable:
- Set an environment variable CATALINA_HOME to the path of the directory
into which you have installed Tomcat 4.0.
- Execute the shell command:
%CATALINA_HOME%\\bin\\startup (Windows)
$CATALINA_HOME/bin/startup.sh (Unix)
* By modifying your current working directory:
- Execute the following shell commands:
cd %CATALINA_HOME%\\bin (Windows)
startup (Windows)
cd $CATALINA_HOME/bin (Unix)
./startup.sh (Unix)
After startup, the default web applications included with Tomcat 4.0 will be
available by browsing:
http://localhost:8080/
