You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2007/03/21 13:33:21 UTC

svn commit: r520859 - in /tomcat/connectors/trunk/jk/native/iis: README installer/conf/uriworkermap.properties

Author: mturk
Date: Wed Mar 21 05:33:20 2007
New Revision: 520859

URL: http://svn.apache.org/viewvc?view=rev&rev=520859
Log:
Add Tomcat6 examples to the sample mappings file

Modified:
    tomcat/connectors/trunk/jk/native/iis/README
    tomcat/connectors/trunk/jk/native/iis/installer/conf/uriworkermap.properties

Modified: tomcat/connectors/trunk/jk/native/iis/README
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/iis/README?view=diff&rev=520859&r1=520858&r2=520859
==============================================================================
--- tomcat/connectors/trunk/jk/native/iis/README (original)
+++ tomcat/connectors/trunk/jk/native/iis/README Wed Mar 21 05:33:20 2007
@@ -37,8 +37,7 @@
    1. Change directory to the isapi redirector plugins source directory.
    
    2. Execute the following command:
-      MSDEV isapi.dsp /MAKE ALL
-      If msdev is not in your path, enter the full path to msdev.exe
+      nmake -f Makefile.x86
 
 This will build both release and debug versions of the redirector plugin.
 

Modified: tomcat/connectors/trunk/jk/native/iis/installer/conf/uriworkermap.properties
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/iis/installer/conf/uriworkermap.properties?view=diff&rev=520859&r1=520858&r2=520859
==============================================================================
--- tomcat/connectors/trunk/jk/native/iis/installer/conf/uriworkermap.properties (original)
+++ tomcat/connectors/trunk/jk/native/iis/installer/conf/uriworkermap.properties Wed Mar 21 05:33:20 2007
@@ -9,6 +9,7 @@
 /manager/*=wlb
 /jsp-examples/*=wlb
 /servlets-examples/*=wlb
+/examples/*=wlb
 
 # Optionally filter out all .jpeg files inside that context
 # For no mapping the url has to start with exclamation (!)



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