Hi all, its my first tomcat install and I've installing jakarta-tomcat-3.2.3
from the bins. I'm installing tomcat as a standalone server. Ap
I'm following a script written by a co-worker that deals with installing
3.2.1.
I've followed every instruction ot the letter and I have the following two
problems-
First, as the final step of the script I am supposed to install our software
into the
/usr/local/jakarta-tomcat3.2.3/webapps/examples directory
however my install only has an examples.war file and no /examples directory
below /webapps. Are the directory structures in 3.2.1 and 3.2.3 different.
If so where should I put my jsp, if not what button do I push to get the
apparently missing directories?
Second to my knowledge I've set every PATH, CLASSPATH and _HOME but when I
start tomcat using /bin/startup.sh I get the following message
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/tomcat/startup/Tomcat
Any suggestions?