Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread yilmaz
onnections defined (they are canceled , uncommented), but still apache can't be get started. - Original Message - From: "John Burgess" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, April 25, 2002 12:44 AM Subject: RE:

RE: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread Wu Lu
I also got trouble on LoadModule webapp_module modules/mod_webapp.so When use Apache -t to text configuration, it reported : Cannot load C:/Program Files/Apache Group/Apache2/modules/mod_webapp.so into Server: The specified module could not be found. But the file mod_webapp.so is under the

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread Simon Stewart
John, this is apache 2: you don't need the AddModule. That got left behind from Apache 1.3.x On Wed, Apr 24, 2002 at 05:44:14PM +0100, John Burgess wrote: > One thing I've noticed is that you have two WebAppConnection lines, both > defining the same name of connection -- either remove one or give

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread Simon Stewart
You attempt to define the warpConnection twice, once to localhost, once to a remote machine. This is mistake, and you can get round it by simply renaming one of the warpConnections ("warpConnection2" if you're feeling unadventurous :) Does that help? Have you also tried the "LoadModule" line and

RE: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread John Burgess
AddModule Best Wishes John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600 -Original Message- From: yilmaz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 5:25 PM To: Tomcat Users List Subject: Re: LoadModule webapp_module modules/mod_webapp.so okey, Here is my

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread yilmaz
o: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, April 25, 2002 12:07 AM Subject: Re: LoadModule webapp_module modules/mod_webapp.so > Above any WebApp* directives. In apache 2, also include the port > number. I've got: > > ServerName localhost:80 >

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread yilmaz
i do have it. Another thing without "LoadModule webapp_module modules/mod_webapp.so" everything works fine, i mean if i comment it out, it works. But how do i have to integrate apache2 with tomcat4 - Original Message - From: "Dan K." <[EMAIL PROTECTED]&

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread yilmaz
he.exe" -t -f "C:\Program > Files\Apache Group\Apache2\conf\httpd.conf" -d "C:\Program Files\Apache > Group\Apache2\." > > -Original Message- > From: yilmaz [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 24, 2002 11:11 AM > To: Tomcat Users

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread yilmaz
- Original Message - From: "Pascal Forget" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, April 24, 2002 11:26 PM Subject: Re: LoadModule webapp_module modules/mod_webapp.so > Aren;t you supposed to have a mod_jk.dll for Windows

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread Simon Stewart
Above any WebApp* directives. In apache 2, also include the port number. I've got: ServerName localhost:80 in my httpd.conf On Wed, Apr 24, 2002 at 11:52:45AM -0400, Dan K. wrote: > > Also, make sure you have a "ServerName" directive in your httpd.conf if > you don't have it. > > Regards, > D

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread Dan K.
Original Message - > > From: "Simon Stewart" <[EMAIL PROTECTED]> > > To: "Tomcat Users List" <[EMAIL PROTECTED]> > > Sent: Wednesday, April 24, 2002 10:28 PM > > Subject: Re: LoadModule webapp_module modules/mod_webapp.so > > >

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread Simon Stewart
what do you think the problem can be? > thanks :) > - Original Message - > From: "Simon Stewart" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Wednesday, April 24, 2002 10:28 PM > Subject: Re: LoadModule webapp_mod

RE: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread Wu Lu
t; -d "C:\Program Files\Apache Group\Apache2\." -Original Message- From: yilmaz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 11:11 AM To: Tomcat Users List Subject: Re: LoadModule webapp_module modules/mod_webapp.so Hi Simon, I tried apache -t istead (i saw it from

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread Pascal Forget
rectory. >The tomact and apache both work fine without problem. >When i add >LoadModule webapp_module modules/mod_webapp.so >in my httpd.conf file, i can't get apache started. It says "the requested operation >has failed". >Is there any syntax error, or somet

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread yilmaz
what do you think the problem can be? thanks :) - Original Message - From: "Simon Stewart" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, April 24, 2002 10:28 PM Subject: Re: LoadModule webapp_module modules/mod_webapp.so &

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread Simon Stewart
apachectl configtest ultimately runs "httpd -t", so you could try "httpd.exe -t" on win32. You might also try reversing the direction of the file seperator in Windows: LoadModule webapp_module modules\mod_webapp.so I'm never tried Apache on Win32, but this should help.

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread yilmaz
onfig is okey, except when i add "LoadModule webapp_module modules/mod_webapp.so" into the httpd.config file (as it is instructed) , and restart the apache, it can't start. Obviously the problem is with the above line of code. Any suggestions ? Thanks :) - Original Message - From:

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread Simon Stewart
-b7 on win 2000. > And using apcahe 2. > according to the instructions on the articles downloaded mod_webapp.so and put it >under modules/ directory. > The tomact and apache both work fine without problem. > When i add > LoadModule webapp_module modules/mod_webapp.so > in my

LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread yilmaz
e articles downloaded mod_webapp.so and put it under modules/ directory. The tomact and apache both work fine without problem. When i add LoadModule webapp_module modules/mod_webapp.so in my httpd.conf file, i can't get apache started. It says "the requested operation has failed".