Hi!
I have developed a web application on eclipse indigo sp2/glassfish 3.1.1. Is it possible to deploy this web application to JBoss 7.1 Application server? If yes please describe how?
Thanks,
Karoly
Printable View
Hi!
I have developed a web application on eclipse indigo sp2/glassfish 3.1.1. Is it possible to deploy this web application to JBoss 7.1 Application server? If yes please describe how?
Thanks,
Karoly
Have you tried it yet? JEE application server usually have a good compatibility between each other because they must be build on top of the same JEE specification requirements. So I suggest that you tried to deploy the application that you use to deploy in the GlassFish into a JBoass AS. If there any error then we can discuss it here.