User: reverbel
  Date: 02/03/15 04:32:46

  Modified:    src/etc/conf/default jboss-service.xml
  Log:
  Explicitly passing the essential JacORB parameters to the ORB.init()
  call. With this change, the iiop module does not need you to have a
  jacorb.properties file anymore.
  
  Revision  Changes    Path
  1.37      +2 -1      jboss/src/etc/conf/default/jboss-service.xml
  
  Index: jboss-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/jboss-service.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- jboss-service.xml 11 Mar 2002 01:34:17 -0000      1.36
  +++ jboss-service.xml 15 Mar 2002 12:32:46 -0000      1.37
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE server>
  -<!-- $Id: jboss-service.xml,v 1.36 2002/03/11 01:34:17 reverbel Exp $ -->
  +<!-- $Id: jboss-service.xml,v 1.37 2002/03/15 12:32:46 reverbel Exp $ -->
   
   <!-- ===================================================================== -->
   <!--                                                                       -->
  @@ -124,6 +124,7 @@
            name="jboss:service=CorbaORB">
       <attribute name="ORBClass">org.jacorb.orb.ORB</attribute>
       <attribute name="ORBSingletonClass">org.jacorb.orb.ORBSingleton</attribute>
  +    <attribute name="IIOPServerName">JBoss</attribute>
       <attribute name="IIOPPort">5000</attribute>
       <attribute 
name="PortableInterceptorInitializerClass">org.jboss.ejb.plugins.iiop.server.CodebaseInterceptorInitializer</attribute>
     </mbean>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to