Hi,

I am using tomcat 4.0 m5 with apache web server 1.3.14. I checked the jsp
and servlet examples shipped with tomcat but didn't work. 
Then I was looking through the tomcat's configuration file server.xml and I
found that I need to add some lines in the httpd.conf of the web server in
order to tell the web server which http port is used to listen for any
(servelt&jsp) request by tomcat (kind of glue between the two). By default
this port in server.xml was set to 8008 under the "tomcat-apache" <service>
<connector> tag. The comment in the server.xml showed 3 additional lines
that I have to add in httpd.conf. The first line will load an intermediate
module the second line specifies the tomcat's port number 8008 and the third
will mount the examples web application. Now, if I am correct so far, under
windows nt I need a mod_webapp.dll whose source file I found in the src
folder (in the same folder I also found mod_webapp.so for unix). So finally
I think I need to get or build a mod_webapp.dll in order to link the web
server and the servlet-jsp container. Can you provide me that dll file or
should I build it or you have another suggestion?

Please send any respond to this email or [EMAIL PROTECTED]
thank you, in advance
Laszlo Szakacs

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

Reply via email to