[mapguide-commits] r9859 - trunk/MgDev/cmake/configs
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Fri Jun 18 03:41:29 PDT 2021
Author: jng
Date: 2021-06-18 03:41:28 -0700 (Fri, 18 Jun 2021)
New Revision: 9859
Modified:
trunk/MgDev/cmake/configs/tomcat.conf.in
Log:
#2839: Make sure javasamples is JkMount'ed as well
Modified: trunk/MgDev/cmake/configs/tomcat.conf.in
===================================================================
--- trunk/MgDev/cmake/configs/tomcat.conf.in 2021-06-18 10:40:26 UTC (rev 9858)
+++ trunk/MgDev/cmake/configs/tomcat.conf.in 2021-06-18 10:41:28 UTC (rev 9859)
@@ -20,4 +20,5 @@
JkRequestLogFormat "%w %V %T"
# Send everything for context /examples to worker named worker1 (ajp13)
JkMount /mapguide/mapviewerjava/* worker1
-JkMount /mapguide/javaviewersample/* worker1
\ No newline at end of file
+JkMount /mapguide/javaviewersample/* worker1
+JkMount /mapguide/javasamples/* worker1
\ No newline at end of file
More information about the mapguide-commits
mailing list