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?
On Nov 5, 11:45 pm, sathya <sathyavik...@gmail.com> wrote:
> 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.
> On Nov 5, 10:16 pm, gwtfanb0y <siegfried.b...@googlemail.com> wrote:
> > Insert your Code Inside the Server-Package and it will work.
> > On 5 Nov., 16:10, nacho <vela.igna...@gmail.com> wrote:
> > > 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- Hide quoted text -
> > - Show quoted text -