Re: how to implement GWT project on apache tomcat

2009-07-31 Thread Dan
I'm probably copying more files than needed, but there is a very simple way that works for me (Windows server and development workstation in this example): 1. Under webapps folder on server, create a folder for your app (like "myapp"). 2. Copy from the Eclipse workspace the contents of your wa

Re: how to implement GWT project on apache tomcat

2009-07-30 Thread Kamal Chandana Mettananda
Hi, See the following section in the tutorial. http://lkamal.blogspot.com/2008/09/java-gwt-servlets-web-app-tutorial.html#gwt-servlet-7 It shows how the folder structure is created for the exploded deployment on Tomcat. When the folder structure is created, you can create the the war file simpl

how to implement GWT project on apache tomcat

2009-07-30 Thread Saurabh Naik
Hello I have done one small application in GWT but facing some problems while deploying it to Tomcat. I am using Eclipse for createing gwt project. there in war folder the structure is ready I made the war file which includes all folders & files withing the war folder and deployed it to