I am using Jboss remoting for remote client server communication and data transfer (text data).
If I want to migrate to another open source application server then I am not able to migrate because
Jboss remoting code has dependencies on jboss-remoting.jar, Jboss-servic.xml (Jboss 4.2.2) / remoting-service.xml (Jboss 5.1.0)
In short it is completly dependen't on Jboss Application Server which I do not like and want to migrate to Tomcat