Re: webapp coredump

2002-06-21 Thread Sebastien Reboux

Thanks for your reply,

I do want to integrate both servers as my company believes that Apache
http server is better than Tomcat's, and we want to use apaches's mod_ssl
and user access mechanism, As 'standalone' I was just trying to
explain that Tomcat worked perfectly on its own.
Now it works, if someone can explain why it doesn't with 4.0.3+ .

Regards,

Seb

On Thu, 20 Jun 2002, Eddie Bush wrote:

 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]



-- 
Sebastien Reboux
BioInformaticien
Genoplante-Info


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Segmentation Fault/Document Contains No Data...

2002-06-21 Thread Sebastien Reboux

Hi,

I've spent the last two days having the same troubles, and all I could do
is get rid of 4.0.3 an go back to the 4.0.1 binary version ; I
compiled the 4.0.1 mod_webapp and it now works like a charm.
See Re: webapp coredump a few posts upper.

Good luck,

Seb.

On 20 Jun 2002, Keith Pemberton wrote:

 All Tomcat gurus,

  I was hoping that getting Tomcat4.0.3 and apache 1.3.22 working
 under Redhat would be a quick and easy setup.  I have spent the last
 month, though, just trying to get the examples to come up from
 http://mydomain.com/examples as opposed to
 http://mydomain.com:8180/examples.  Since I have installed using rpms,
 the server.xml file uses port 8180.  Tomcat has no problem running when
 I use the port at the end of my domain name.  I have yet to get apache
 to correctly send the request to Tomcat, though, by not calling the port
 number.  There are two common errors that I keep getting.  In the
 error_log for apache I keep getting a Segmentation Fault.  As well, when
 I try http://mydomain.com/examples I keep getting a popup dialog box
 saying that the document contains no data.  I am trying to use
 mod_webapp module.  Any suggestions would be greatly appreciated!  I
 have been pulling my hair out on this one.  Thanks!

 Keith




 --
 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]




Re: webapp coredump

2002-06-20 Thread Sebastien Reboux

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]