Opsætning af tomcat
Har netop downloaded 'tomcat-4.1.29' og skal til at installere og sætte den op, men jeg er helt grøn på dette område. Er der nogen der har et link til en pædagogisk guide omkring dette.Har prøvet at følge nedenstående uden succes...
Download the zip/tar.gz/whatever file from http://jakarta.apache.org/downloads/binindex.html.
Unzip the file into some directory (say foo). This should create a new subdirectory named "tomcat".
Change directory to "tomcat" and set a new environment variable (TOMCAT_HOME) to point to the root directory of your Tomcat hierarchy.
On Win32 you should type:
"set TOMCAT_HOME=foo\tomcat"
On UNIX you should type:
for bash/sh "TOMCAT_HOME=foo/tomcat ; export TOMCAT_HOME"
for tcsh "setenv TOMCAT_HOME foo/tomcat"
Set the environment variable JAVA_HOME to point to the root directory of your JDK hierarchy, then add the Java interpreter to your PATH environment variable
