integrating gwt into my existing application

2010-10-13 Thread Juanjo Ortilles
Hii All. I have a really stupid question but i found no info about it. I have an existing j2ee application which i want to add some new resources. I developed this new resources using gwt wich provide me a war i can deploy into my tomcat. So now i have: webapps | |- MyApp |- My GWT app What

Re: integrating gwt into my existing application

2010-10-13 Thread cokol
there is no stupid questions! remember ;) you either only take the contents of the GWTWAR's directory and place them into your context root OR, if you want them to keep separately, you have to adjust the url-pattern for the remoteServiceServlet(s) in your web.xml accordingly to your