IIS Redirect Logging

2008-09-08 Thread John Cuddihy
I can not get the redirect logging coming out?

I am using tomcat 5.5.26
I use redirect 1.2.26
I set up me registry using 
[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi 
Redirector]
@=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi 
Redirector\1.0]
@=""
"extension_uri"="/jakarta/isapi_redirect.dll"
"log_file"="C:\\Program Files\\Apache Software Foundation\\Jakarta Isapi 
Redirector\\log\\isapi_redirect.log"
"log_level"="info"
"worker_file"="C:\\Program Files\\Apache Software Foundation\\Jakarta Isapi 
Redirector\\conf\\workers.properties.minimal"
"worker_mount_file"="C:\\Program Files\\Apache Software Foundation\\Jakarta 
Isapi Redirector\\conf\\uriworkermap.properties"


Any ideas?

Thanks


  

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Multiple Websites on IIS using SSL

2008-08-20 Thread John Cuddihy
I was looking for some help here. I have 2 websites - unique URLs using SSL 
using IIS with asp.net with JRun to run servlet code.

I need to convert jrun to tomcat. 

I need to keep IIS and use ISAPI redirect. Using Tomcat with SSL - do I need to 
run 2 instances of tomcat for each unique URL and have a unique certificate per 
Tomcat instance? 
or can I
Run one instance of tomcat with one certificate that the 2 URLs can call 
servlets?

Just wondering before I use this?

Thanks
John


  

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]