Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 80473 invoked from network); 5 Feb 2003 21:02:54 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 5 Feb 2003 21:02:54 -0000 Received: (qmail 24455 invoked by uid 97); 5 Feb 2003 21:04:27 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 24448 invoked from network); 5 Feb 2003 21:04:26 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 5 Feb 2003 21:04:26 -0000 Received: (qmail 79085 invoked by uid 500); 5 Feb 2003 21:02:40 -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 79074 invoked from network); 5 Feb 2003 21:02:40 -0000 Received: from mail.pmh.com (HELO pmh-mail.fh.pmh.com) (209.119.86.10) by daedalus.apache.org with SMTP; 5 Feb 2003 21:02:40 -0000 Received: by mail.pmh.com with Internet Mail Service (5.5.2653.19) id <1LXKVAPS>; Wed, 5 Feb 2003 16:02:49 -0500 Message-ID: <83F0258A9996D311B14200A0C98F173602F22DE2@aas-internet.aas.com> From: "Turner, John" To: 'Tomcat Users List' Subject: RE: localhost:8080 connection refused Date: Wed, 5 Feb 2003 15:57:12 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Good point. I forgot about that thread. John -----Original Message----- From: Sean Dockery [mailto:sean@sbdconsultants.com] Sent: Wednesday, February 05, 2003 12:14 PM To: Tomcat Users List Subject: Re: localhost:8080 connection refused 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(St >andar >dClassLoader.java:1082) > at >org.apache.catalina.loader.StandardClassLoader.(StandardClassLoader.j a >va:200) > at >org.apache.catalina.startup.ClassLoaderFactory.createClassLoader(ClassLoade r >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(Standa r >dClassLoader.java:1110) > at >org.apache.catalina.loader.StandardClassLoader.(StandardClassLoader.j a >va:200) > at >org.apache.catalina.startup.ClassLoaderFactory.createClassLoader(ClassLoade r >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"> > > > > > className="org.apache.ajp.Tomcat4.config.ApacheConfig" > > > 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 --- Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.449 / Virus Database: 251 - Release Date: 1/27/2003 --- Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.449 / Virus Database: 251 - Release Date: 1/27/2003 --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org