You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ramesh Ankam <Ra...@pwgsc.gc.ca> on 2001/04/03 21:45:34 UTC

Apache-Tomcat Intergation?

Hi Guys, 

I know this is not appropriate group to post this.. thanks for help

 I am new to Apache and Tomcat. I have downloaded and sucessfully installed
Apache 1.3.19 and Tomcat 3.2.1 they run perfectly fine
 independently. I would like to intergrate Apache with Tomcat to serve
Static pages and JSP and Servlets using Tomcat. 

 1) I have added Include
D:/Tomcat/jakarta-tomcat-3.2.1/conf/tomcat-apache.conf file to httpd.conf
file of Apache distribution. 
 2) Downloaded ApacheModuleJServ.dll and added to libexec directory and
modules directory of Apache Installation? 
 3) I started Tomcat first and then Apache, they started successfully and
was able to test servlets fine from Tomcat, but I cannot able to do the
 same using Apache URL
(http://localhost/examples/servlet/HelloWorldExample)? 

 The servlet runs fine if I use Tomcat URL
http://localhost:8080/examples/servlet/HelloWorldExample? 

 What would be the best way to test and know that Integration has been
successful? 

 thanks for help, 
 RaMESH 



RE: Apache-Tomcat Intergation?

Posted by Filip Hanik <ma...@filip.net>.
use mod_jk instead, they have pretty good documentation

and it is a lot easier to use

Filip

~
Namaste - I bow to the divine in you
~
Filip Hanik
Software Architect
filip@filip.net
www.filip.net 

> -----Original Message-----
> From: Ramesh Ankam [mailto:Ramesh.Ankam@pwgsc.gc.ca]
> Sent: Tuesday, April 03, 2001 12:46 PM
> To: 'tomcat-user@jakarta.apache.org'
> Subject: Apache-Tomcat Intergation?
> 
> 
> Hi Guys, 
> 
> I know this is not appropriate group to post this.. thanks for help
> 
>  I am new to Apache and Tomcat. I have downloaded and sucessfully 
> installed
> Apache 1.3.19 and Tomcat 3.2.1 they run perfectly fine
>  independently. I would like to intergrate Apache with Tomcat to serve
> Static pages and JSP and Servlets using Tomcat. 
> 
>  1) I have added Include
> D:/Tomcat/jakarta-tomcat-3.2.1/conf/tomcat-apache.conf file to httpd.conf
> file of Apache distribution. 
>  2) Downloaded ApacheModuleJServ.dll and added to libexec directory and
> modules directory of Apache Installation? 
>  3) I started Tomcat first and then Apache, they started successfully and
> was able to test servlets fine from Tomcat, but I cannot able to do the
>  same using Apache URL
> (http://localhost/examples/servlet/HelloWorldExample)? 
> 
>  The servlet runs fine if I use Tomcat URL
> http://localhost:8080/examples/servlet/HelloWorldExample? 
> 
>  What would be the best way to test and know that Integration has been
> successful? 
> 
>  thanks for help, 
>  RaMESH 
> 
> 
>