Hello,
I installed
Tomcat 7.0.35 on two different macs running
java 1.6 : one on OS X 10.8.1 and the other 10.6.8 and i get the same issue on both.
I followed the
instructions from Wolf Paulus both times, except for the small GUI that i didn't install.
The only other thing i did was copy javax.servlet.jar in /Library/java/Extensions.
At first it works, i can see the home page on
http://localhost:8080 and browse the examples.
Then, when i reboot my mac and try to run startup.sh , i can see it being initialised with the following :
but then i can't access anything. Here is the output from Catalina.out
The only info i found regarding these messages has to do with using different versions of java on Tomcat and JVM. It doesn't seem relevant since i am on 1.6 which is the version required.
Does anyone have an idea what i am doing wrong ?
Thanks in advance