Greetings to the experts
I have a java server application (the kind of application, with a main, that you run as a service and that provides services via various ports using standard and/or proprietary protocols) that works great standalone. How can I deploy it to a J2EE container (such as jBoss AS) so to gain administration and operational benefits?
Thanks!