Hi

Please can anyone help me about this problem.

I have just installed TOMCAT 3.2.1 (standalone) on WIN200 and it works.
I have setup tomcat as a JSP engine for IIS. 
But now I would like to make tomcat as a SERVLET engine for IIS.

System:
WIN 2000
IIS 5.0
TOMCAT 3.2.1
C:\INETPUB\WWWROOT\MYAPP\ is place where application files are situated 

A part of Servlet.xml file which I added is this:
-----------------------------
<Context path="/" 
                  docBase="C:/InetPub/wwwroot" 
                  crossContext="false"
                  debug="0" 
                  reloadable="true" > 
</Context>
------------------------------

I have used automatically generated file uriworkermap.properties-auto.
The part of that file is:
-----------------------------
#
# Default worker to be used through our mappings
#
default.worker=ajp12

#
# Root context mounts for Tomcat
#
/servlet/*=$(default.worker)
/*.jsp=$(default.worker)
-------------------------------

JSP files are executed by tomcat  correctly but servlet not.Why?
How to run servlet from IIS?



Thanks in advance!

Boris
Ecsat-Split
Croatia





Reply via email to