1. expose RMI server in JBoss? stackoverflow.comI 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 ... |
2. StreamCorruptedException when connecting to JBoss RMI stackoverflow.comWe'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 ... |
3. JBoss UnknownHostException when on different network stackoverflow.comI'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.. ... |
4. How to disable weak-ciphers on rmi port on Jboss 4.2.3GA? stackoverflow.comI 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 ... |
5. How to configure jBoss(5.x or above) to accept incoming requests through another machine? stackoverflow.comIf 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 ... |
6. How do I disable RMI in JBoss? stackoverflow.comDue 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 ... |
7. RMI deployment in Jboss server stackoverflow.comI 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 ... |
8. RMI application on Jboss coderanch.comI 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 ... |
9. RMI JAVA Server vs JBoss AS coderanch.com |
10. Remote Jboss Queue with RMI coderanch.comHi.. 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 ... |