You will need the JK (or JK2) connector to connect tomcat to apache :

http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html


A simple "tomcat apache howto" gogle search will give you lot's of infos.

You have to
1. (compile and) add mod_jk module to your apache httpd server
2. set the AJP connector in tomcat server.xml
3. configure a workers.properties file for your tomcat
4. write (or auto-generate) the mod_jk.conf


You may need to add some directives to httpd.conf to handle tomcat URLs with 
jsessionid :

RewriteEngine on
RewriteRule ^([^;]*);jsessionid=.$ /tomcat/webapps$1

Notice my apache server has been compiled with rewrite module enabled. You may need to 
add loadmodule directive for a
lodable module.

Nico.



> Hi group,
>
> Could anybody tell me how to integrate apache webserver with tomcat.
> Or can u give me the websites address.
> Pls urgent
> awaiting ur reply
>
> Thanks
> Ganesh
>
>
> ---------------------------------
> Do you Yahoo!?
> Yahoo! Mail - You care about security. So do we.



Our name has changed.  Please update your address book to the following format: 
"[EMAIL PROTECTED]".

This message contains information that may be privileged or confidential and is the 
property of the Capgemini Group. It is intended only for the person to whom it is 
addressed. If you are not the intended recipient,  you are not authorized to read, 
print, retain, copy, disseminate,  distribute, or use this message or any part 
thereof. If you receive this  message in error, please notify the sender immediately 
and delete all  copies of this message.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to