You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by am...@apache.org on 2005/08/29 02:58:09 UTC

svn commit: r263977 - /geronimo/trunk/modules/assembly/src/var/config/config.xml

Author: ammulder
Date: Sun Aug 28 17:58:08 2005
New Revision: 263977

URL: http://svn.apache.org/viewcvs?rev=263977&view=rev
Log:
Fix some errors

Modified:
    geronimo/trunk/modules/assembly/src/var/config/config.xml

Modified: geronimo/trunk/modules/assembly/src/var/config/config.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/assembly/src/var/config/config.xml?rev=263977&r1=263976&r2=263977&view=diff
==============================================================================
--- geronimo/trunk/modules/assembly/src/var/config/config.xml (original)
+++ geronimo/trunk/modules/assembly/src/var/config/config.xml Sun Aug 28 17:58:08 2005
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <attributes>
-  <configuration name="org/apache/geronimo/Server">
+  <configuration name="org/apache/geronimo/RMINaming">
     <gbean name="RMIRegistry">
       <attribute name="port">${PlanNamingPort}</attribute>
     </gbean>
@@ -9,6 +9,8 @@
       <!-- Check whether this really works if host name is 0.0.0.0 -->
       <attribute name="namingProviderUrl">rmi://${PlanServerHostname}:${PlanNamingPort}</attribute>
     </gbean>
+  </configuration>
+  <configuration name="org/apache/geronimo/Server">
     <gbean name="JettyWebConnector">
       <attribute name="host">${PlanServerHostname}</attribute>
       <attribute name="port">${PlanHTTPPort}</attribute>
@@ -28,7 +30,7 @@
       <attribute name="port">${PlanAJPPort}</attribute>
       <attribute name="redirectPort">${PlanHTTPSPort}</attribute>
     </gbean>
-    <gbean name="TomcatSSLConnector">
+    <gbean name="TomcatWebSSLConnector">
       <attribute name="host">${PlanServerHostname}</attribute>
       <attribute name="port">${PlanHTTPSPort}</attribute>
     </gbean>