[EJB/JBoss] - Re: Accessing Applet behind NAT firewall [EJB application]
by SandeepDJboss
Guys -
now i am completely using RMI over HTTP solution implemented using the following URL
http://wiki.jboss.org/wiki/EJBOverHTTPWithLegacyInvoker
But the problem still persists
The problem is that I want to have diffrent customers using my application. If they connect directly to the IP then ther is no problem. But some of them do Client Side NAT.
It is very important for me to have Client Connect URL to be determind/ Changed at the Applet VM level.
I want to change this value depending upon what client is connecting whether NAT or direct.
Hardcoding the InvokerURL does not work for me as I have mulitple clients connect to it.
I need a solution which will allow me to form the URL's from the client end using NAT IP at the runtime; if this can be done the same JBOSS instance can be used by all clients - thos who NAT and those who do not NAT as well.
Please suggest a way out if you have come across similar issue where you need to support many clients out of the same domain and some of them NAT the IP's on client side.
Any help on this will be very much appreciated !!
Thank you
Sandeep
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146995#4146995
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146995
17 years, 12 months
[JNDI/Naming/Network] - RMI over HTTP -- Invoker URL at runtime ?
by SandeepDJboss
Hi Everyone,
I have used http-invkoer.sar to use the RMI over HTTP for EJB communication.
http://wiki.jboss.org/wiki/EJBOverHTTPWithLegacyInvoker
The problem is that I want to have diffrent customers using my application. If they connect directly to the IP then ther is no problem. But some of them do Client Side NAT.
It is very important for me to have Client Connect URL to be determind/ Changed at the Applet VM level.
I want to change this value depending upon what client is connecting whether NAT or direct.
Hardcoding the InvokerURL does not work for me as I have mulitple clients connect to it.
I need a solution which will allow me to form the URL's from the client end using NAT IP at the runtime; if this can be done the same JBOSS instance can be used by all clients - thos who NAT and those who do not NAT as well.
Please suggest a way out if you have come across similar issue where you need to support many clients out of the same domain and some of them NAT the IP's on client side.
Any help on this will be very much appreciated !!
Thank you
Sandeep
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146993#4146993
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146993
17 years, 12 months
[Installation, Configuration & DEPLOYMENT] - help : WARN [UDP] failed to join /224.0.0.75:7500
by j-root
Dearz ,
i'm facing a problem when i startup jboss 4.2.2 over RHEL , i'm getting this warnings :
11:34:24,351 INFO [Server] Starting JBoss (MX MicroKernel)...
11:34:24,352 INFO [Server] Release ID: JBoss [Trinity] 4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)
11:34:24,354 INFO [Server] Home Dir: /JB/jboss-4.2.2
11:34:24,354 INFO [Server] Home URL: file:/JB/jboss-4.2.2/
11:34:24,355 INFO [Server] Patch URL: null
11:34:24,355 INFO [Server] Server Name: all
11:34:24,355 INFO [Server] Server Home Dir: /JB/jboss-4.2.2/server/all
11:34:24,356 INFO [Server] Server Home URL: file:/JB/jboss-4.2.2/server/all/
11:34:24,356 INFO [Server] Server Log Dir: /JB/jboss-4.2.2/server/all/log
11:34:24,356 INFO [Server] Server Temp Dir: /JB/jboss-4.2.2/server/all/tmp
11:34:24,357 INFO [Server] Root Deployment Filename: jboss-service.xml
11:34:24,742 INFO [ServerInfo] Java version: 1.6.0_06,Sun Microsystems Inc.
11:34:24,743 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 10.0-b22,Sun Microsystems Inc.
11:34:24,743 INFO [ServerInfo] OS-System: Linux 2.6.9-5.ELsmp,i386
11:34:25,354 INFO [Server] Core system initialized
11:34:28,624 INFO [WebService] Using RMI server codebase: http://127.0.0.1:8083/
11:34:28,627 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
11:34:29,227 INFO [TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc.
11:34:29,227 INFO [TransactionManagerService] Setting up property manager MBean and JMX layer
11:34:29,496 INFO [TransactionManagerService] Starting recovery manager
11:34:29,605 INFO [TransactionManagerService] Recovery manager started
11:34:29,605 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference
11:34:33,278 INFO [EJB3Deployer] Starting java:comp multiplexer
11:34:34,435 WARN [UDP] failed to join /224.0.0.75:7500 on eth0: java.net.SocketException: Address already in use
11:34:34,436 WARN [UDP] failed to join /224.0.0.75:7500 on bond0: java.net.SocketException: Address already in use
FYI , configured network bonding on the nw interfaces
i googled but no solution :-( .
ur help is appreciated .
j .
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146988#4146988
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146988
17 years, 12 months