Who to compile GWT code to deploy on Tomcat? (i get error with jax-ws class)

5 views
Skip to first unread message

nacho

unread,
Nov 5, 2009, 10:10:54 AM11/5/09
to Google Web Toolkit
Hi, im trying to make an application in wich i need to use Web
Services to get the data.

The problem is that GWT deployed on hosted mode or over the appengine
dosnt support jax-ws. And i only get error trying to compile the
module.

Who could i do to compile my eclipse project and then deploy it to a
Tomcat server?

Thanx

gwtfanb0y

unread,
Nov 5, 2009, 12:16:00 PM11/5/09
to Google Web Toolkit
Insert your Code Inside the Server-Package and it will work.

sathya

unread,
Nov 5, 2009, 9:45:20 PM11/5/09
to Google Web Toolkit
This is very easy process to deploy GWT project on tomcat.Please
follow below steps.

1. Install tomcat cat server with tomcat manager.
2. create zip file with all contents inside war file.(imp note:: do
not zip war file, instead zip all contents of war file. When you open
zip file, you should be able to see all contents of war file and not
war folder).
3. Now rename the zip file with extension .war
4. Using tomcat manager, just upload this .war file.
Now you will be able to access your application.
> > Thanx- Hide quoted text -
>
> - Show quoted text -

nacho

unread,
Nov 6, 2009, 5:40:50 AM11/6/09
to Google Web Toolkit
Hi, I tried to do that, but what happens to me is that if i make some
change in the EntryPoint class and i create a new war and follow the
process to deploy in tomcat, this change that i doesn't apper when i
deploy it.

The problem is on the client clases, if i modify some server clases
this changes take effect.

What i'm missing?
Reply all
Reply to author
Forward
0 new messages