Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 76392 invoked from network); 5 Jan 2000 14:27:12 -0000 Received: from atlmail1.sagenetworks.com (209.235.64.34) by 63.211.145.10 with SMTP; 5 Jan 2000 14:27:12 -0000 Received: from washington [155.229.210.71] by atlmail1.sagenetworks.com (SMTPD32-4.07) id A24A180A00BA; Wed, 05 Jan 2000 09:16:42 EST Message-Id: <3.0.6.32.20000105092656.0095a540@mail.globalobjects.com> X-Sender: vishal%mail.globalobjects.com@mail.globalobjects.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Wed, 05 Jan 2000 09:26:56 -0500 To: tomcat-dev@jakarta.apache.org From: Vishal Gautam Subject: Re: Error in configuring tomcat 3.0 with apache 1.3.9... In-Reply-To: <38731C9A.528C0D4F@funmail.co.uk> References: <3.0.6.32.20000104163731.0096a360@mail.globalobjects.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" I have some more questions- 1. When I start the tomcat with startup.sh I get a ClassNotFound exception for startup class. I see tomcat has put webserver.jar in the classpath but It doesn't exist, could that be the reason? Do I have to download it separately, from where? 2. Do I need JServ installed on solaris also for running tomcat with apache, I think Patrick mentioned in another thread that JServ has the right mod_jserv.so? At 10:27 AM 1/5/00 +0000, you wrote: >Vishal Gautam wrote: > >> Hi Everybody, >> >> I am new to this news group, I was trying to configure Tomcat 3.0 with >> Apache 1.3.9 on Solaris 7. >> PROBLEM: Apache is running fine but when I request >> http://localhost/examples an internal server error is happening and >> >> I am getting following error in the mod_jserv.log file--- >> ajpv12:can not connect to host 127.0.0.1:8007 >> ajpv12: connection failed >> an Error returned handling request via protocol "ajpv12" >> >> The error_log file says following thing after I restart the apache >> "Apache 1.3.9 (Unix) tomcat/v 1.0 configured - resuming normal operation" >> >> QUESTIONS: >> 1.Why could this be happening? > >I have the same problem. I have noticed that the script startup.sh >executes the command "java org.apache.tomcat.shell.Startup", >which is the daemon that listens on port 8007. This command >exits with value 1 right after calling startup.sh, which means that >apache is complaining because the daemon is not there!!! > >Why is this command exiting with value 1????? > > Juan > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org >For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org > > >