[75203] trunk/dports/java/tomcat6

blair at macports.org blair at macports.org
Mon Jan 17 18:48:05 PST 2011


Revision: 75203
          http://trac.macports.org/changeset/75203
Author:   blair at macports.org
Date:     2011-01-17 18:47:57 -0800 (Mon, 17 Jan 2011)
Log Message:
-----------
Fix a startup issue using tomcatctl running Snow Leopard 10.6.5 with
the latest Java update 1.6.0_22-b04-307.  Add "-jvm server" to
tomcatctl so that it starts.

Resolves #27298.

Modified Paths:
--------------
    trunk/dports/java/tomcat6/Portfile
    trunk/dports/java/tomcat6/files/tomcatctl

Modified: trunk/dports/java/tomcat6/Portfile
===================================================================
--- trunk/dports/java/tomcat6/Portfile	2011-01-18 02:45:49 UTC (rev 75202)
+++ trunk/dports/java/tomcat6/Portfile	2011-01-18 02:47:57 UTC (rev 75203)
@@ -5,6 +5,7 @@
 
 name                    tomcat6
 version                 6.0.29
+revision                1
 
 categories              java www
 maintainers             ricci blair openmaintainer

Modified: trunk/dports/java/tomcat6/files/tomcatctl
===================================================================
--- trunk/dports/java/tomcat6/files/tomcatctl	2011-01-18 02:45:49 UTC (rev 75202)
+++ trunk/dports/java/tomcat6/files/tomcatctl	2011-01-18 02:47:57 UTC (rev 75203)
@@ -123,6 +123,7 @@
             -Dcatalina.base="$CATALINA_BASE" \
             -Djava.io.tmpdir="$CATALINA_TMPDIR" \
             -Djava.endorsed.dirs="$JAVA_ENDORSED_DIRS" \
+            -jvm server \
             org.apache.catalina.startup.Bootstrap "$@" start
 
         # Wait for it to really start
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110117/927c8f6e/attachment.html>


More information about the macports-changes mailing list