hi,
Could you teach me how to run jsp in iis5??
May be my config have some misstake.

I have isntall tomcat5 and
can go to http://localhost:8080

isapi_redirector.dll added to isapi

added regedit by this file

iis_redirect.reg
[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi
Redirector\1.0]
"extension_uri"="/jakarta/isapi_redirector.dll"
"log_file"="C:\\TOMCAT\\dist\\logs\\iis_redirect.log"
"log_level"="emerg"
"worker_file"="C:\\tomcat\\dist\\conf\\worker.properties"
"worker_mount_file"="C:\\tomcat\\dist\\conf\\uriworkermap.properties"


worker.properties

worker.ajp13.type=ajp13

worker.ajp13.lbfactor=1
worker.loadbalancer.type=lb
worker.loadbalancer.balanced_workers=ajp13
worker.tomcat_home=C:\tomcat\dist
worker.java_home=C:\j2sdk1.4.1_03
ps=\
worker.list=ajp13
worker.ajp13.port=8009
worker.ajp13.host=localhost


uriworkermap.properties
/examples/*=ajp13



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

Reply via email to