Log in to follow, share, and participate in this community.
Thread Deploy JBoss remoting in JBOSS appserver
Deploy JBoss remoting in JBOSS appserverOur server code is in RMI.I read that JBoss remoting can expose the services using rmi network transport. How do I deploy the rmi servers in JBoss application server - What are the exact steps? 2) If I want a ...
benchmarkHello world, Are the benchmarks (http://docs.jboss.org/jbossremoting/docs/benchmark/performance_benchmark.html) still relevant for jboss-5.1.0? Btw, would it be possible to get the source code implemen...
Thread Encrypt SSL KeyStorePassword in remoting-sslbisocket-service.xml
Encrypt SSL KeyStorePassword in remoting-sslbisocket-service.xmlHello, I am using jboss 5.1 GA. I would like to encrypt the ssl keystore password in the remoting-sslbisocket-service.xml of jboss messaging. This xml contains the following mbean configuration. This x...
Help!!! ON Jboss and IIS 6 ISAPIPlease i need a huge favour from any Jboss IIS User and idea that could help will be appreciated cos...i have been trying to redirect request from IIS to an EAR (homepage.ear) file delpoyed in Jboss-5.1.0.GA in the de...
ClassCastException under heavy loadHi, I'm looking at the same problems as described here: http://community.jboss.org/thread/111357 Under heavy load ClassCastExceptions are thrown. The situation: 2 ears on one server (4.2.3, j...
Thread Unable to find Remoting services in Jboss 5.1.0
Unable to find Remoting services in Jboss 5.1.0dhaval joshi wrote:
Hi
My project was eariler deployed on Jboss 4.2.2 and now we are migrating towards jboss 5.1.0, We used Jboss remoting in Jboss 4.2.2 and so we edited Jb...
Using sockets from JBoss AS?Hi, I am writing a web-app using the Seam Framework that needs to talk to a musical programming application called MaxMSP. It seemed to me that JBoss Remoting was a good solution for this, and I have a standa...
JBoss Remoting 3 in JBoss AS 6.0.0.GA?Hi! We are writing on an article about the JBoss AS6 and have the following questions to you: Which version of JBoss Remoting will be part of the JBoss AS 6.6.0.GA? The current version of JBoss Remoting 3 is a ...
Starting jboss using -b 0.0.0.0Hello, When i start jboss-4.2.3.GA with option -b 0.0.0.0 from another machine i cant access ejb which is deployed , but when i start jboss-4.2.3.GA with using option -b <ip of server> it works fin...
Thread Jboss 4.2.3.GA Configuration for client to call ejb
Jboss 4.2.3.GA Configuration for client to call ejbHello, I am using following environment in my project: JBoss AS 4.2.3.GA JBoss ejb 2.x (but on 3 is the same problem i have) Swing for client Server and client are running on different machines in local ne...
JBoss Remoting and JBoss AS 6Hi folks, I'd like to investigate the use of Remoting on JBoss for a large project with many different technologies. We are currently using JBoss AS 6 but it looks like there is no Remoting available for JBoss AS 6. ...
JBoss Remoting upgradeHi, We are using JBoss 5.1 with JBoss Remoting 2.5.1 acting as a JMS subscriber. We decided to upgrade to JBoss Remoting 2.5.2SP3 but due to various reasons we can't replace jars in $JBOSS_HOME/client an...
Thread JBoss remoting integration with legacy systems
JBoss remoting integration with legacy systemsHi, I need implement a server socket to do integration between 3 systems implemented in languages diferent (C#, Delphi). I already implemented all functionality (existe thread in this functionality ) in one desktop a...
Configure Local port for client socketHi All, My clients and servers will have a firewall between them, How do I set localports for the client socket? The reason if the ports are added in the firewall exception list, I shoul...
bind optionsI'm using 4.2.3 and I have an issue with connecting my client via RMI I wish to bind my server to the hostname so that the client can then use this information to connect back. If I do bind to host I notice th...