I think I identified the cause of the delay: When loading a proxy class, rmi 
logging says that "http://AS2:"; is used as codebase.
But the hostname of the machine running JBoss 4 is 
"as2.sub1.sub2.sub3.test.com".

I started JBoss with the two parameters   
-Djava.rmi.server.hostname=as2.sub1.sub2.sub3.test.com     
-Djava.rmi.server.useLocalHostname=false
suggested at this site 
http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingJBossBehindAFirewall - but the 
slowdown doesn't disappear.
Moreover, when loading a proxy class "http://AS2:"; is still used.
I expected to see something like "http://as2.sub1.sub2.sub3.test.com:"; used as 
codebase.

Do I also have to set provider URL with jnp protocol?
What else could cause the trouble.

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

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


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to