Erik Lotspeich wrote:
> 
> Brian,
> 
> I used --enable-shared=max and --enable-shared=most configure flags for
> Apache.  Nothing too special.
> 
> For webapp, I gave the following options:
> 
> --with-tomcat
> --with-apr
> --with-apxs
> --enable-debug

And if you remove the --enable-debug option?
The nice would to have a core try: "ulimit -c unlimited" make sure that the User
in httpd.conf is able to write where you start the httpd. Then use gdb to find
where the process cores.

> 
> I compiled webapp as a DSO.
> 
> My Apache configuration is as follows:
> 
> # Insert code for mod_webapp
> LoadModule webapp_module libexec/mod_webapp.so
> AddModule mod_webapp.c
> 
> <IfModule mod_webapp.c>
>     WebAppConnection conn      warp  localhost:8008
>     WebAppDeploy     examples  conn  /examples
> </IfModule>
> 
> I don't think that a WebAppInfo directive will make any difference since
> Apache won't even start, but I can give it a try.
> 
> Thaks,
> 
> Erik.
> 
> On 25 Feb 2002, Brian P. Millett wrote:
> 
> > On Mon, 2002-02-25 at 12:54, Erik Lotspeich wrote:
> > > On Sat, 23 Feb 2002, Brian Millett wrote:
> > >
> > > > > Linux 2.4, glibc 2.1, JDK 1.3.1, Jakarta-tomcat 4.0.2, Apache 1.3.20, APR
> > > > > 20011211172103, mod_webapp 4.0.2.
> > > > >
> > >
> > > I compiled both webapp and Apache from source.  The error logs say
> > > nothing!  The whole application (including Apache) crashes before Apache
> > > can print anything.
> > >
> > Ok, what commands (configure args, etc) did you use to compile apache &
> > webapp?  Did you compile it as a DSO?
> >
> > You can put into the mod_webapp configurations a line:
> >
> > WebAppInfo  /webapp-info
> >
> > that will be like the apache server-info url.
> >
> 
> k
> 
> --
> 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]>

Reply via email to