I had trouble starting Apache 1.3 on FreeBSd until I changed my server.xml :
<!-- Define an Apache-Connector Service -->
<Service name="Tomcat-Apache">
<Connector className="org.apache.catalina.connector.warp.WarpConnector"
port="8008" minProcessors="5" maxProcessors="75"
enableLookups="true" appBase="webapps"
acceptCount="10" debug="0"/>
<!-- Replace "localhost" with what your Apache "ServerName" is set
to -->
<Engine className="org.apache.catalina.connector.warp.WarpEngine"
name="localhost" debug="0">
^^^^^^
Only when I put my real servername instead of localhost did mine start
to work.
Like I said , this may not be your problem, just an idea.
Adrian
Sefton, Adam wrote:
>Sorry to resend this, but does anyone have any idea about it?
>
>I'm still hopelessly stuck ... I'm sure I'm doing something wrong, but I've got no
>idea what.
>
>Thanks,
>
>Adam
>
>-----Original Message-----
>From: Sefton, Adam
>Sent: 22 April 2002 16:07
>To: 'Tomcat Users List'
>Subject: Problems with Tomcat 4.0.3 and Apache 2. PLEASE HELP
>
>
>Sorry for bringing this up again ... but I am having real problems getting Apache to
>start once I've modified the httpd.conf file.
>
>I am running Win2K with Tomcat 4.0.3 and Apache 2, and I have followed a variety of
>instructions I found on this mailing list (thanks all).
>
>I have:
>
>-altered the httpd.conf file to contain the following:
> LoadModule webapp_module modules/mod_webapp.so
> WebAppConnection warpConnection warp localhost:8008
> WebAppDeploy examples warpConnection /examples/
>
>-added the modwebapp.so file to the {apachehome}/modules/ directory
>-added the libapr.dll to the C:\WINNT\system32 directory
>-modifed the tomcat server.xml file
>-added the coyote jar files as suggested at:
>http://jakarta.apache.org/builds/jakarta-tomcat-connectors/coyote/release/v1.0-b8/
>-added the coyote connector info into the server.xml file as directed
>
>Tomcat will start fine, on port 8080 as expected.
>
>When I try to start Apache from the Monitor, I get an dialog box displaying:
>"The Requested Operation has failed"
>with no more information. Also, no information is being written to error.log nor any
>other log file that I can find.
>
>If I comment out the three lines I entered into the httpd.conf file, then the server
>starts fine.
>
>Has anyone else had this problem, and do they know how to fix it or what I'm doing
>wrong
>
>Thanks for any help you can give me,
>
>Adam Sefton
>
>
>**********************************************************************
>This message may contain information which is confidential or privileged.
>If you are not the intended recipient, please advise the sender immediately
>by reply e-mail and delete this message and any attachments
>without retaining a copy.
>
>**********************************************************************
>
>
>--
>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]>