You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Devendra Badhani <de...@pspl.co.in> on 2000/04/18 05:55:21 UTC

Help : Tomcat installation on Win NT

Hi,

  I'm having problems in getting Tomcat work with Apache web server on NT.
I downloaded the builds and extracted the zip file and updated the include
parameter in httpd.conf to point to Tomcat
Earlier it was
  # Include the configuration files needed for mod_jserv
  include "D:\Program Files\Apache Group\Apache JServ\conf\mod_jserv.conf"
I changed it to :
  include "D:\Program Files\Apache
Group\tomcat\jakarta-tomcat\conf\tomcat-apache.conf"

Now when I run Apache server it shows
--------
Apache/1.3.9 (Win32) tomcat/1.0 running...
-------
  But I can't run any of the JSP's.

  The mod_Jserv.log file shows the following :
[17/04/2000 14:33:11:870] (EMERGENCY) ajp12: can not connect to host
127.0.0.1:8007
[17/04/2000 14:33:11:870] (EMERGENCY) ajp12: connection fail
[17/04/2000 14:33:11:870] (ERROR) an error returned handling request via
protocol "ajpv12"

  Is there anything else to be done to get Tomcat up?
  Any help will be greatly appreciated.

thanks
Deven


Odp: Help : Tomcat installation on Win NT

Posted by Grzegorz Rola <gr...@poczta.fm>.
From: Devendra Badhani <de...@pspl.co.in>
To: <to...@jakarta.apache.org>
Cc: <SE...@JAVA.SUN.COM>
Sent: Tuesday, April 18, 2000 5:55 AM
Subject: Help : Tomcat installation on Win NT


> Hi,
>
>   I'm having problems in getting Tomcat work with Apache web server on NT.
> I downloaded the builds and extracted the zip file and updated the include
> parameter in httpd.conf to point to Tomcat
> Earlier it was
>   # Include the configuration files needed for mod_jserv
>   include "D:\Program Files\Apache Group\Apache JServ\conf\mod_jserv.conf"
> I changed it to :
>   include "D:\Program Files\Apache
> Group\tomcat\jakarta-tomcat\conf\tomcat-apache.conf"
>
> Now when I run Apache server it shows
> --------
> Apache/1.3.9 (Win32) tomcat/1.0 running...
> -------
>   But I can't run any of the JSP's.
>
>   The mod_Jserv.log file shows the following :
> [17/04/2000 14:33:11:870] (EMERGENCY) ajp12: can not connect to host
> 127.0.0.1:8007
> [17/04/2000 14:33:11:870] (EMERGENCY) ajp12: connection fail
> [17/04/2000 14:33:11:870] (ERROR) an error returned handling request via
> protocol "ajpv12"
>
>   Is there anything else to be done to get Tomcat up?
>   Any help will be greatly appreciated.

You must run tomcat: path_to_tomcat\bin\startup.bat

Grzegorz

>
> thanks
> Deven
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>
>