Re: not able to deploy to tomcat server

2009-07-22 Thread Sean
Is this a shared tomcat server? Something I experienced and several other people who've e-mailed me experienced is that some shared TOMCAT servers require certain prefixes for tomcat to actually handle the servlet request. For instance, all my RPC calls have to have /servlet in it or TOMCAT

not able to deploy to tomcat server

2009-07-21 Thread sathya
I have developed my whole application in GWT in eclipse. I have tested in hosted mode.Evertthing works fine. Now I need to deploy into tomcat server on my machine. So using eclipse, I have compiled the whole project successfully. WAR directory got generated. I have zipped this war file and

Re: not able to deploy to tomcat server

2009-07-21 Thread Kamal Chandana Mettananda
There's a section on deployment in following tutorial (on using Servlets with GWT). It does not create a war file there but deployed as an exploded archive. http://lkamal.blogspot.com/2008/09/java-gwt-servlets-web-app-tutorial.html#gwt-servlet-7 HTH. On Tue, Jul 21, 2009 at 8:26 AM, sathya