Hi, 
this is what I did....
First I did not have to touch server.xml    it can run both as a server port
8080 and also a servlet engine that connects to Apache (mod_webapp 8008) .
All you really need to do is add to that apache httpd.conf 

(find the LoadModule part of the file, close to the top of the file and add
this)
LoadModule webapp_module modules/mod_webapp.so
AddModule mod_webapp.c


(at the bottom of the file add this and you will be able to connect to the
tomcat examples)
WebAppConnection conn warp localhost:8008
WebAppDeploy examples conn /examples


now restart tomcat then Apache.
http:/localhost/examples/jsp/

try a few examples (i like numguess)
that is it for the basics...
good luck


-----Original Message-----
From: Ravi Reddy [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 07, 2001 7:09 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Subject: HELP ON TOMCAT WITH APACHE



Hi All,
I am a new member of this group.Currently, I am working on Tomcat 4.0 and
apache 1.3.22 on Win NT. I am not able to configure tomcat as a servlet
container. I have downloaded the web_app module and configured exactly. but
, it's of no use.
Can any one guide me in configuring it ?. if some one can send their
"httpd.conf " of apache and "server.xml" of  tomcat is Greatly appreciated!.

Regards ,
Ravi.


--

This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.



--
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]>

Reply via email to