Tomcat and Jetty config files are missing CORBA GBeans
------------------------------------------------------

         Key: GERONIMO-1040
         URL: http://issues.apache.org/jira/browse/GERONIMO-1040
     Project: Geronimo
        Type: Bug
    Versions: 1.0    
 Environment: 1.0-M5 and 1.0
    Reporter: Donald Woods


The default config.xml file which includes both the Tomcat and Jetty containers 
loads the CORBA related GBeans, but the Tomcat and Jetty specific versions do 
not.  The following needs to be added to the config.tomcat.xml and 
config.jetty.xml files, so they more closely resemble the config.xml file being 
used today in M5 and trunk -

    <configuration name="org/apache/geronimo/ServerCORBA">
        <gbean name="NameServer">
            <attribute name="dbDir">var/cosnaming.db</attribute>
            <attribute name="port">${PlanCOSNamingPort}</attribute>
        </gbean>
        <gbean name="Server">
            <attribute name="args">-ORBInitRef, 
NameService=corbaloc::${PlanCOSNamingHost}:${PlanCOSNamingPort}/NameService</attribute>
        </gbean>
        <gbean name="UnprotectedServer">
            <attribute name="args">-ORBInitRef, 
NameService=corbaloc::${PlanCOSNamingHost}:${PlanCOSNamingPort}/NameService</attribute>
        </gbean>
    </configuration>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to