Deploying GWT app to Glassfish 3.0
I'm having some troubles figuring out if its possible to run a GWT Application inside a Glassfish Application Server 3.0.
I was already able to run it using Tomcat, but that seemed more natural and more easy to do.
Can you point out a place where I can learn how to deploy my app to glassfish?
I'm currently using GWT Plugin with Eclipse 3.6, I also added the Glassfish Server Plugin, thinking that would hel开发者_高级运维p.
Thanks in advance.
I'm having some troubles figuring out if its possible to run a GWT Application inside a Glassfish Application Server 3.0.
It should be possible to run a GWT project on any WTP server using the Google Plugin for Eclipse.
Can you point out a place where I can learn how to deploy my app to glassfish?
Try the following instructions to get WTP and GPE working together.
精彩评论