[mapguide-commits] r6544 - in trunk/Installer/Support/Web: x64/configs/Apache2/conf x86/configs/Apache2/conf

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Mar 13 06:24:58 EDT 2012


Author: jng
Date: 2012-03-13 03:24:58 -0700 (Tue, 13 Mar 2012)
New Revision: 6544

Modified:
   trunk/Installer/Support/Web/x64/configs/Apache2/conf/tomcat.conf
   trunk/Installer/Support/Web/x86/configs/Apache2/conf/tomcat.conf
Log:
#1805: Fix tomcat config files to ensure bundled java samples (if installed) work out of the box.

Modified: trunk/Installer/Support/Web/x64/configs/Apache2/conf/tomcat.conf
===================================================================
--- trunk/Installer/Support/Web/x64/configs/Apache2/conf/tomcat.conf	2012-03-12 08:51:37 UTC (rev 6543)
+++ trunk/Installer/Support/Web/x64/configs/Apache2/conf/tomcat.conf	2012-03-13 10:24:58 UTC (rev 6544)
@@ -18,4 +18,7 @@
 # JkRequestLogFormat set the request format 
 JkRequestLogFormat     "%w %V %T"
 # Send everything for context /examples to worker named worker1 (ajp13)
-JkMount  /%MG_VIRTUAL_DIR%/mapviewerjava/* worker1
\ No newline at end of file
+JkMount  /%MG_VIRTUAL_DIR%/mapviewerjava/* worker1
+# Required for bundled java samples to work
+JkMount  /%MG_VIRTUAL_DIR%/javaviewersample/* worker1
+JkMount  /%MG_VIRTUAL_DIR%/javasamples/* worker1
\ No newline at end of file

Modified: trunk/Installer/Support/Web/x86/configs/Apache2/conf/tomcat.conf
===================================================================
--- trunk/Installer/Support/Web/x86/configs/Apache2/conf/tomcat.conf	2012-03-12 08:51:37 UTC (rev 6543)
+++ trunk/Installer/Support/Web/x86/configs/Apache2/conf/tomcat.conf	2012-03-13 10:24:58 UTC (rev 6544)
@@ -18,4 +18,7 @@
 # JkRequestLogFormat set the request format 
 JkRequestLogFormat     "%w %V %T"
 # Send everything for context /examples to worker named worker1 (ajp13)
-JkMount  /%MG_VIRTUAL_DIR%/mapviewerjava/* worker1
\ No newline at end of file
+JkMount  /%MG_VIRTUAL_DIR%/mapviewerjava/* worker1
+# Required for bundled java samples to work
+JkMount  /%MG_VIRTUAL_DIR%/javaviewersample/* worker1
+JkMount  /%MG_VIRTUAL_DIR%/javasamples/* worker1
\ No newline at end of file



More information about the mapguide-commits mailing list