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
modules folder. Best Regards. Woods -Original Message- From: yilmaz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 12:25 PM To: Tomcat Users List Subject: Re: LoadModule webapp_module modules/mod_webapp.so okey, Here is my httpd.conf file, can someone please help me find out

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
gt; To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, April 24, 2002 11:52 PM Subject: Re: LoadModule webapp_module modules/mod_webapp.so > > Also, make sure you have a "ServerName" directive in your httpd.conf if > you don't have it. > > Regards,

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
Aren;t you supposed to have a mod_jk.dll for Windows? I believe mod_jk.so is only for Unix systems. You should definitely read this: http://www.acg-gmbh.de/mod_jk/ Best Regards, Pascal yilmaz wrote: >Hi everyone, >i know everyone is already sick of reading problems about apache and tomcat.

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
the problem is with the above line of code. > Any suggestions ? > Thanks :) > - Original Message - > From: "Simon Stewart" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Wednesday, April 24, 2002 5:54 PM > Subject: Re: Loa

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread yilmaz
"Simon Stewart" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, April 24, 2002 5:54 PM Subject: Re: LoadModule webapp_module modules/mod_webapp.so > On Wed, Apr 24, 2002 at 04:34:42PM +0800, yilmaz wrote: > > Hi everyone, >

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread Simon Stewart
On Wed, Apr 24, 2002 at 04:34:42PM +0800, yilmaz wrote: > Hi everyone, > i know everyone is already sick of reading problems about apache and tomcat. I read >almost all related mails and articles (how-to's) on the internet , which didn't help. > i am working with tomcat 4.0-b7 on win 2000. > And