Hi,

I am using Win 2000, IIS 5.0 and Tomcat 3.2.1.  I m
attaching the .properties file and isapi_redirect.dll
that I downloaded from jakarta site(I saw your mail
asking for url for isapi_redirect.dll file).

check attachments

nitin
--- "G.Nagarajan" <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> If you are using Win 2000,
> Try to delete the key from registry
>
HKLM\System\CurrentControlSet|Services\W3SVC\Parameters\Filter
> Dlls and
> restart Win2000.
> 
> Can you post the .properties file and the entries in
> the registry? I will
> try them
> on my machine.
> 
> regards,
> Nagarajan.
> 
> 
> 
> -----Original Message-----
> From: nitin dubey [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 09, 2001 7:18 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Configuring tomcat and IIS - Nagarajan
> 
> 
> Hi,
> 
> First of all thanks for the reply.
> 
> I have these entries in the uriworkermap.properties
> and workermap.properties file.
> 
> When I call html by giving
> http://nitind/site/UpdateResumes.htm the following
> logs are made to isapi.log file.
> (I know this is a pretty long message and tedious to
> read, I have gone thru it but could'nt make out
> something fruitful.  Please have a look at it ...)
> 
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, email:
> [EMAIL PROTECTED]
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/

#
# Simple worker configuration file
#

# Mount the servlet context to the ajp12 worker
/servlet/*=ajp12

# Mount the examples context to the ajp12 worker
/examples/*=ajp12

# Advanced mount of the examples context
# /examples/*.jsp=ajp12
# /examples/servlet/*=ajp12
/context/*=worker_name

#
# Simple worker configuration file
#

worker.list=ajp12

worker.ajp12.port=8007
worker.ajp12.host=localhost

#
# Two workers definition
#
# worker.list=ajp12, ajp12second
#
#
# worker.ajp12second.host=otherhost
# worker.ajp12second.port=8007
# 
# worker.ajp12.host=localhost
# worker.ajp12.port=8007

isapi_redirect.zip

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

Reply via email to