I need to access RMI methods from a client front end.
For different reasons, I have JBoss running on the server side. This makes me thinking of using JBoss to expose the ...
We're having strange behaviour when connecting to JBoss RMI when our software is running inside Eclipse. When running the program from a web-start, it works fine, but when running it from ...
I'm having a bit of a problem with getting JBoss working across networks. As a quick overview, we have a development network (which I'll call DEV), and a client network (say.. ...
I don't have any service connector port setting for rmi in file /deploy/jboss-web.deployer/server.xml. I have an mbean for org.jboss.invocation.jrmp.server.JRMPInvoker in /conf/jboss-service.xml in which I have settings for ports, serveraddress, etc. How ...
If I have 3 machines with the following IP addresses : -
Machine 1 : - 10.10.10.20
Machine 2 :- 10.10.10.21
Machine 3 : - 10.10.10.22
If the jBoss server is started on Machine ...
Due to various RMI exploits out there and the fact that I don't use it anyway, I'd like to disable RMI on my JBoss server at least externally, but I'm not ...
I want to deploy a RMI using the Jboss RMI(or JNDI) port 1099. Every thing is working fine when Jboss server is not in picture(i.e using main program). For deployment on ...
I am thinking of developing a webapp that would have both Swing and JSP's as its main UI's. For the Swing Client, i was thinking of using RMI to communicate with the server doing the Business Logic. Now, i've searched many forums, and websites trying to figure out how to do a simple RMI client using Jboss as the RMI server ...
Hi.. we are using JBoss server in out project.JBOSS server will run in the one system and we have appication called NIO-SREVER it will listen Queue in another JBOSS. its working fine up to some days.After that our systems are hacked by some one so we closed some of the ports on the server where JBOSS is Running. now i am ...