RE: Apache - tomcat connection on Suse Lnux

2007-03-14 Thread dianelane
, 2007 1:56 PM To: Tomcat Users List Subject: Re: Apache - tomcat connection on Suse Lnux Looks like the error says it all. Tomcat can't find servlet-api.jar in common/lib. Check that it really exists there and isn't a symlink. Tomcat isn't known for tolerating symlinks all that well

Apache - tomcat connection on Suse Lnux

2007-03-13 Thread dianelane
) at java.util.jar.JarFile.init(JarFile.java:70) at org.apache.catalina.loader.StandardClassLoader.addRepositoryInternal(StandardClassLoader.java:944) ... 6 more Could you help me? thank you -- View this message in context: http://www.nabble.com/Apache---tomcat-connection-on-Suse-Lnux-tf3397240.html

Re: Apache - tomcat connection on Suse Lnux

2007-03-13 Thread David Smith
Looks like the error says it all. Tomcat can't find servlet-api.jar in common/lib. Check that it really exists there and isn't a symlink. Tomcat isn't known for tolerating symlinks all that well. --David dianelane wrote: On a Suse linu 10 server, with Apache2 I am trying to setup Tomcat5

RE: Apache - tomcat connection on Suse Lnux

2007-03-13 Thread Larry Isaacs
for a jar named servlet-api.jar. The packaged install wouldn't normally do that. Cheers, Larry -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 13, 2007 1:56 PM To: Tomcat Users List Subject: Re: Apache - tomcat connection on Suse Lnux Looks like