I believe you should probably be using one of the http connectors if you're running Tomcat stand-alone. Unless I am mistaken, the mod_webapp connector is for integration with Apache.
HTH, Eddie ----- Original Message ----- From: "Sebastien Reboux" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, June 20, 2002 11:42 AM Subject: Re: webapp coredump > Re-Hi ! > > Finally it works :) > > I dont know the reason but I can give you my solution in case you > encounter the same troubles : do not use Tomcat version 4.0.4 nor 4.0.3, > it works with the 4.0.1 and the associated connectors. > Of course if anyone can give me an explanation... > > Bye. > > > On Thu, 20 Jun 2002, Sebastien Reboux wrote: > > > Hi ! > > > > I try to connect apache 1.3.24 running under solaris 2.7 with Tomcat 4.0.4 > > using mod_webapp 1.2.0-dev ; I would also use mod_ssl (2.8.8) to secure > > everything. > > I'm able to run apache standalone with both http and https, I compiled the > > appropriate mod_webapp.so (with -DEAPI to fit with the Apache compil > > options) and I can see the webapp-info page in http and https. Of course > > Tomcat runs Standalone. > > The problem comes when I try to run a jsp from apache via webapp : the url > > http(s)://myhost:myapacheport/examples/ produces a webapp 404 error and my > > apache error_log looks like this : > > > > [Thu Jun 20 14:58:55 2002] [notice] Apache/1.3.24 (Unix) > > mod_webapp/1.2.0-dev mod_ssl/2.8.8 OpenSSL/0.9.6c configured -- resuming > > normal operations > > [Thu Jun 20 14:58:55 2002] [notice] Accept mutex: fcntl (Default: fcntl) > > [Thu Jun 20 14:59:01 2002] [notice] child pid 18767 exit signal > > Segmentation Fault (11), possible coredump in /usr/local/genoplante/apache_1.3.24 > > > > The core is created each time I try to access a Deployed directory. > > > > However I sometimes find a "deploy application /examples" error in my > > apache logs either at startup and at runtime... > > > > Sometimes Netscape shows a dialog box with an I/O error or a Document > > contains no data error. > > > > Can anyone help me ? > > > > ...I already tried tomcat 4.0.3, pre compiled and self > > compiled mod_webapp/jk... > > > > > > -- > > Sebastien Reboux > > BioInformaticien > > Genoplante-Info > > > > > > -- > > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > > > -- > Sebastien Reboux > BioInformaticien > Genoplante-Info > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
