Problem deploying GWT+Maven+Spring War on tomcat 6

2014-02-12 Thread efsiken
Hello, I developed a GWT+Spring+Maven application on eclipse helios and all works well on eclipse. I clean, compile and install the application without any problem. But when deploy the generated war file on tomcat 6, deployment is successful, but the application doesn't start. Here is the

[gwt-contrib] Problem deploying GWT+Maven+Spring War on tomcat 6

2014-02-12 Thread efsiken
Hello, I developed a GWT+Spring+Maven application on eclipse helios and all works well on eclipse. I clean, compile and install the application without any problem. But when deploy the generated war file on tomcat 6, deployment is successful, but the application doesn't start. Here is the

[gwt-contrib] Re: Problem deploying GWT+Maven+Spring War on tomcat 6

2014-02-12 Thread Thomas Broyer
Please use https://groups.google.com/d/forum/google-web-toolkit or stackoverflow.com to ask for help. On Wednesday, February 12, 2014 3:36:11 PM UTC+1, efsiken wrote: Hello, I developed a GWT+Spring+Maven application on eclipse helios and all works well on eclipse. I clean, compile and

Re: problem deploying with maven

2010-07-04 Thread shirin
Hi again I fix the previous problem and now I have another one. In pom.xml file , I added dependency to one another module which used JAXP. now when I deploy the project I see this error: WARNING: 'com.google.gwt.dev.GWTCompiler' is deprecated and will be removed in a future release. Use

problem deploying with maven

2010-07-02 Thread shirin
I have a gwt project and in this project I used gxt as well I deployed the project with ant and it deployed and run properly. Now I want to use maven to deploy it I use GWT version 2.0.3 and in pom.xml I mentioned this version of GWT After runing command mvn clean install I get this prompts: