I downloaded jakarta-tomcat-5.0.19 on a Solaris 8 machine. I unzipped/untarred the file, and then went into /jakarta-tomcat-5.0.19/bin, exported JAVA_HOME to /usr/java1.2
I then gave the ./startup.sh command. It showed me the following
Using CATALINA_BASE: /home/rangask/jakarta-tomcat-5.0.19
Using CATALINA_HOME: /home/rangask/jakarta-tomcat-5.0.19
Using CATALINA_TMPDIR: /home/rangask/jakarta-tomcat-5.0.19/temp
Using JAVA_HOME: /usr/java1.2
But when I open my browser and type
http://localhost:8080/examples I get a 'Page Not Displayed' error. Any ideas?
Thanks,