You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org> on 2005/12/11 01:16:11 UTC

[jira] Closed: (GERONIMO-1040) Tomcat and Jetty config files are missing CORBA GBeans

     [ http://issues.apache.org/jira/browse/GERONIMO-1040?page=all ]
     
Aaron Mulder closed GERONIMO-1040:
----------------------------------

    Fix Version: 1.0
     Resolution: Invalid
      Assign To: Aaron Mulder

The structure of the assembly has been changed.  Currently, the ORB configuraiton is in the "j2ee-corba" config module.

> 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
>   Components: CORBA
>     Versions: 1.0
>  Environment: 1.0-M5 and 1.0
>     Reporter: Donald Woods
>     Assignee: Aaron Mulder
>      Fix For: 1.0
>  Attachments: Geronimo-1040.patch
>
> 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