You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Apache Wiki <wi...@apache.org> on 2010/06/10 02:07:26 UTC

[Tomcat Wiki] Update of "Tomcat_and_IIS_Howto" by RafaelNunes

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification.

The "Tomcat_and_IIS_Howto" page has been changed by RafaelNunes.
http://wiki.apache.org/tomcat/Tomcat_and_IIS_Howto?action=diff&rev1=12&rev2=13

--------------------------------------------------

- Configuring Tomcat and IIS is documented at [[http://tomcat.apache.org/connectors-doc/webserver_howto/iis.html|the IIS Howto page]] . The instructions there work fine, but there is a [[http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/win32/jk-1.2.15/isapi_redirect.msi|setup program]] which allows you to skip steps 1 through 7 in the "Configuring the ISAPI Redirector" section of this page. Also, step 8 can be done using a VBScript file like this:
+ Configuring Tomcat and IIS is documented at [[http://tomcat.apache.org/connectors-doc/webserver_howto/iis.html|the IIS Howto page]] . The instructions there work fine, but there is a [[http://archive.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/win32/jk-1.2.15/isapi_redirect.msi|setup program]] which allows you to skip steps 1 through 7 in the "Configuring the ISAPI Redirector" section of this page. Also, step 8 can be done using a VBScript file like this:
  
  {{{
  'Taken from http://msdn.microsoft.com/library/en-us/iissdk/html/8fcd5343-07cb-49e9-a206-0c65a988dcca.asp?frame=true and
@@ -55, +55 @@

  You still need to do the other steps on the [[http://tomcat.apache.org/connectors-doc/webserver_howto/iis.html|IIS Howto page]], such as adding your contexts, etc.
  
  ----------
- 
  Added by SkyBristol on 4/11/2006
  
  The setup file included here and the script to add the ISAPI filter work just fine in IIS6, but there is one additional step needed. You must also allow access to the filter through the Web Service Extensions part of IIS. To do this graphically, do the following:
@@ -64, +63 @@

  
  Added by Tony.Britton on 12/11/2009:
  
- To add the Jakarta WSE programmatically, run the following line at a command prompt: 
+ To add the Jakarta WSE programmatically, run the following line at a command prompt:  (Change the File Path/File Name as appropriate)
- (Change the File Path/File Name as appropriate)
+ 
  {{{
  cscript.exe //NOLOGO iisext.vbs /AddFile "C:\Program Files\Apache Software Foundation\Jakarta Isapi Redirector\bin\isapi_redirect.dll" 1 jakarta 1 jakarta
  }}}
  ----------
- 
  Added by MaiPiu on 12 May 2006
  
  IIS and Tomcat: you found also in Other links see here UsefulLinks. Little notice: Using the present help, I made working IIS 6.0 , Jk, Tomcat 5.0 on Windows2003 server... (but in link before you found works also with jk2!)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org