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 help.

Thanks in advance.

link|improve this question
feedback

1 Answer

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.

link|improve this answer
Thanks a bunch! It really helped out! – vrmpx Nov 3 '10 at 5:42
@vrmpx You're welcome. – Pascal Thivent Nov 3 '10 at 6:00
1  
@vrmpx: BTW, feel free to mark the answer as accepted (the green tick below the vote counter on the left) if you think this answer deserves it :) – Pascal Thivent Nov 3 '10 at 6:01
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.