Helllo,

i've this piece of code:
final int NUM_MSGS = 1;
try {
System.setProperty("org.omg.CORBA.ORBInitialHost", "192.168.2.26");
System.setProperty("org.omg.CORBA.ORBInitialPort", "3720");
System.setProperty("com.sun.CORBA.connection.ORBSocketFactory", 
"com.sun.enterprise.iiop.IIOPSSLSocketFactory");
jndiContext = new InitialContext();
} catch (NamingException e) {
System.out.println("Could not create JNDI " + "context: " +
e.toString());
System.exit(1);
}
and i want run this to jboss, because this code it's for sun app server, and 
works fine. But i read a lot of messages on forums, find on google, review 
examples of jboss directory, read the documentation, and can't find any way of 
made what this thing work?? where can i find the port for connect??? anyone 
knows where can i read or view any example please.

thanks for your time.

Arturo.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921219#3921219

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921219


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to