Hi Carlos,
    if you want to add another context to your webapps, you need to follow the instructions given into the tomcat-iis-howto.html document (search for the "Adding additional contexts" paragraph), i.e. :
 
1) add your context to the ISAPI redirector editing the uriworkermap.properties file as described in the document
2) restart IIS as described in the step 5 of my previous mail and it will (or at least it should :-) serve the new context
 
Clearly you must already have added the context to Tomcat (for the /admin context you don't nedd to do that, thus simply add the context to the ISAPI redirector).
 
Sal.
 
----- Original Message -----
Sent: Wednesday, March 21, 2001 10:44 AM
Subject: RE: configuring Tomcat on Windows 2000 and IIS

Hi,
 
This configuration works only with the examples app, but ¿how it could work with other apps?
 
e.g.: /admin
 
It is impossible run if the context is diferent to examples.
 
Thanks
-----Mensaje original-----
De: Salvatore Borrelli [mailto:[EMAIL PROTECTED]]
Enviado el: miércoles, 21 de marzo de 2001 10:16
Para: [EMAIL PROTECTED]
Asunto: Re: configuring Tomcat on Windows 2000 and IIS

Hi,
    these are the steps you should follow:
 
1. run the Internet Services Manager MMC (i.e. ...\winnt\system32\iis.msc)
2. open your IIS server icon, right click the Web Server to which you whish to add the ISAPI (e.g. Default Web Site), then choose Properties 
3. from the Web Site Properties dialog window, choose the "ISAPI Filters" property page and then click the Add button to open the Filter Properties dialog box
4. insert a name for the ISAPI Redirector filter (I inserted the name "jakarta", suggested in the Tomcat documentation), and the full path of the filter (which under my system is $TOMCAT_HOME\bin\win32\i386\isapi_redirect.dll), then press OK to add the redirector to IIS ISAPI filters
5. restart IIS (right click on the Web Server icon and choose Restart IIS from the popup-menu)
6. reopen the ISAPI Filters tab to check that the redirector status contains an up green arrow icon. If it does, you've done ...
 
Hope this helps,
Sal.
 
----- Original Message -----
From: Hwa-Su Kim
Sent: Wednesday, March 21, 2001 3:19 AM
Subject: configuring Tomcat on Windows 2000 and IIS

Hi,
 
I've been trying to configure the ISAPI Redirector on Windows 2000 server. I followed the instruction that comes with Tomcat, tomcat_install\doc\tomcat-iis-howto.html. My question is how do I add isapi_redirect.dll as a filter using the IIS management console (configuring the ISAPI Redirector - step 8). I've tried to add Filter DLLs using regedit, but I don't think it worked. How would I set this up in Windows 2000. Where can I see the green up-pointing arrow?
 
Thanks for your help.
 
Hwa-Su Kim


 

 

Reply via email to