Have you setup the web application connections in the apache
configurations? If not, then add these lines, as an example, at the end of
the httpd.conf:
WebAppConnection conn warp localhost:8008
WebAppDeploy examples conn /examples
WebAppInfo /webapp-info
Restart apache (after starting tomcat) from the command prompt.
I think mod_webapp looks for the web application connection statements and
since it cannot find it, throws the error. (I could be wrong in assessing
the problem here)
RS
"Bill Tantzen" <[EMAIL PROTECTED]> on 03/12/2002 08:59:48 AM
Please respond to "Tomcat Users List" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
cc:
Subject: RE: apache won't start
-> -----Original Message-----
-> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
-> Sent: Tuesday, March 12, 2002 8:30 AM
-> To: Tomcat Users List
-> Subject: Re: apache won't start
->
->
->
-> Maybe you could you try starting Apache from the command prompt
-> (instead of
-> as a service) and check the error that is thrown.
Here is what I get from the command line:
C:\Program Files\Apache Group\Apache>apache -k start
Apache/1.3.23 (Win32) running...
However, it is *not* running, and here is the error log:
C:\Program Files\Apache Group\Apache>type logs\error.log
[Tue Mar 12 08:54:28 2002] [crit] (2)No such file or directory:
make_sock:
failed to get a socket for port 80
But nothing else is running on port 80 -- and apache runs just fine without
the LoadModule directive for mod_webapp.
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>