Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 89566 invoked from network); 5 Feb 2003 17:13:41 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 5 Feb 2003 17:13:41 -0000 Received: (qmail 16557 invoked by uid 97); 5 Feb 2003 17:15:11 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 16550 invoked from network); 5 Feb 2003 17:15:11 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 5 Feb 2003 17:15:11 -0000 Received: (qmail 88152 invoked by uid 500); 5 Feb 2003 17:13:25 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 88139 invoked from network); 5 Feb 2003 17:13:25 -0000 Received: from outbound01.telus.net (HELO priv-edtnes61.telusplanet.net) (199.185.220.220) by daedalus.apache.org with SMTP; 5 Feb 2003 17:13:25 -0000 Received: from loki.sbdconsultants.com ([142.173.197.111]) by priv-edtnes61.telusplanet.net (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with ESMTP id <20030205171327.KXPJ7527.priv-edtnes61.telusplanet.net@loki.sbdconsultants.com> for ; Wed, 5 Feb 2003 10:13:27 -0700 Message-Id: <5.2.0.9.0.20030205100839.00ac3458@10.0.0.100> X-Sender: sdockery@10.0.0.100 X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Wed, 05 Feb 2003 10:13:31 -0700 To: "Tomcat Users List" From: Sean Dockery Subject: Re: localhost:8080 connection refused In-Reply-To: <043f01c2cd32$d68cb640$f523000a@corp.motionind.com> References: <00a701c2cb84$6eae8d50$280a0a0a@lojas24horas.com.br> <03a801c2cd2a$869d4710$f523000a@corp.motionind.com> <1044462627.2741.191.camel@bill.collaborativefusion.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I remember an issue with Tomcat (circa 3.3) not being able to load an Oracle JDBC driver which was packaged in a .zip file. Our solution was to change the Oracle driver package extension from .zip to .jar. By the way, does anyone know if the class path case sensitive on Windows? Would foo.ZIP be different from foo.zip, for example? At 10:22 2003-02-05 -0600, you wrote: >After having a look at Catalina.out, here are a few errors: > >java.util.zip.ZipException: error in opening zip file > at java.util.zip.ZipFile.open(Native Method) > at java.util.zip.ZipFile.(ZipFile.java:112) > at java.util.jar.JarFile.(JarFile.java:117) > at java.util.jar.JarFile.(JarFile.java:55) > at >org.apache.catalina.loader.StandardClassLoader.addRepositoryInternal(Standar >dClassLoader.java:1082) > at >org.apache.catalina.loader.StandardClassLoader.(StandardClassLoader.ja >va:200) > at >org.apache.catalina.startup.ClassLoaderFactory.createClassLoader(ClassLoader >Factory.java:202) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:140) >Bootstrap: Class loader creation threw exception >java.lang.IllegalArgumentException: addRepositoryInternal: >java.util.zip.ZipException: error in opening zip file > at >org.apache.catalina.loader.StandardClassLoader.addRepositoryInternal(Standar >dClassLoader.java:1110) > at >org.apache.catalina.loader.StandardClassLoader.(StandardClassLoader.ja >va:200) > at >org.apache.catalina.startup.ClassLoaderFactory.createClassLoader(ClassLoader >Factory.java:202) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:140) > >The block above repeats for each time I start Tomcat. It doesn't look too >promising. > >---- Original Message ----- >From: "Bill" >To: "Tomcat Users List" >Sent: Wednesday, February 05, 2003 10:30 AM >Subject: Re: localhost:8080 connection refused > > > > David > > > > Default RH installations have a firewall, did you not install the > > firewall or adjust it to accept connections on port 8080? Just a > > thought... > > > > Also, you havent included any log entries....is there nothing in the > > logs? > > > > -b > > > > > > On Wed, 2003-02-05 at 10:22, David Nelson wrote: > > > I have heard similar posts but after trying everything I can get my >hands > > > on, Tomcat is still refusing to work I get a connection refused. > > > > > > Here are a few system details and what I've done. > > > OS RH 8.0 > > > Tomcat 4.1.18 > > > Apache 2.0.44 > > > mod_jk-2.0.43.so > > > java2 1.4 (tested manually and works) > > > $JAVA_HOME and $CATALINA_HOME are set > > > > > > httpd.conf has > > > LoadModule jk_module modules/mod_jk-2.0.43.so > > > Include /user/local/tomcat/conf/auto/mod_jk.conf > > > > > > incidentally, the mod_jk.conf is not being generated. > > > > > > Inside Tomcat's server.xml > > > > > > > > modJk="/usr/local/apache2/modules/mod_jk-2.0.43.so" /> > > > .... > > > > > > > > autoDeploy="true"> > > > > > append="true" > > > forwardAll="false" > > > modJk="/usr/local/apache2/modules/mod_jk-2.0.43.so" /> > > > .... > > > > > > Any ideas what I'm missing? > > > > > > Thanks for any help. > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > > > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > > > > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org >For additional commands, e-mail: tomcat-user-help@jakarta.apache.org Sean Dockery sean@sbdconsultants.com Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org