You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2007/10/24 22:00:03 UTC

svn commit: r587988 - /geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/apache/jk/results.jsp

Author: gawor
Date: Wed Oct 24 13:00:02 2007
New Revision: 587988

URL: http://svn.apache.org/viewvc?rev=587988&view=rev
Log:
generate better mod_jk config files (GERONIMO-2680)

Modified:
    geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/apache/jk/results.jsp

Modified: geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/apache/jk/results.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/apache/jk/results.jsp?rev=587988&r1=587987&r2=587988&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/apache/jk/results.jsp (original)
+++ geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/apache/jk/results.jsp Wed Oct 24 13:00:02 2007
@@ -39,7 +39,7 @@
             Nothing further needs to be done here.</p>
     </c:when>
     <c:otherwise>
-        <p>An AJP lisstner was added on port ${ajpPort}.  Nothing further needs to be done here.</p>
+        <p>An AJP listener was added on port ${ajpPort}.  Nothing further needs to be done here.</p>
     </c:otherwise>
 </c:choose>
 
@@ -101,7 +101,7 @@
 
 <c:choose>
   <c:when test="${fn:startsWith(model.os, 'SuSE')}">
-       <p>For SuSE, this should be saved to a file in the Apache conf.d dir, e.g.
+       <p>For SuSE, this should be saved to a file in the Apache conf.d directory, e.g.
          write this content to <tt>/etc/apache2/conf.d/geronimo-jk.conf</tt></p>
   </c:when>
   <c:otherwise>
@@ -116,7 +116,7 @@
     JkLogFile ${model.logFilePath}
     JkLogLevel error
 <c:forEach var="web" items="${model.webApps}"><c:if test="${web.enabled}">
-    JkMount ${web.contextRoot} ajp13<c:if test="${web.serveStaticContent}">
+    JkMount ${web.contextRoot}/* geronimo_ajp13<c:if test="${web.serveStaticContent}">
     Alias ${web.contextRoot} "${web.webAppDir}"
     &lt;Directory "${web.webAppDir}"&gt;
         Options Indexes FollowSymLinks