Re : Webapp runs in development mode perfectly but fails on test server

2011-04-14 Thread Thomas Broyer
Le mercredi 13 avril 2011 23:01:56 UTC+2, Rob Tanner a écrit : > > Hi, > > My webapp runs perfectly in development mode, but when I build the WAR > file and move onto a test server, I have problems. Database > connections are failing and hitting the return key does not move the > cursor to t

Re: Webapp runs in development mode perfectly but fails on test server

2011-04-14 Thread Alan Chaney
Have you checked that the jar files that you require are actually in the war file? The tomcat errors appear to be saying that you don't have all the jars present. Its possible to develop gwt applications without all the jars being present in the WEB-INF/lib folder because gwt finds them for yo

Re: Webapp runs in development mode perfectly but fails on test server

2011-04-14 Thread Jeff Larsen
Do you have access to your test server? Can you set it up to run in a mode where you can connect eclipse through the remote debugger. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit

Re: Webapp runs in development mode perfectly but fails on test server

2011-04-14 Thread Rob Tanner
On Apr 13, 2:15 pm, Juan Pablo Gardella wrote: > is there other stacktrace?. There aren't an error > > 2011/4/13 Rob Tanner > > > Hi, > > > My webapp runs perfectly in development mode, but when I build the WAR > > file and move onto a test server, I have problems.  Database > > connections are

Re: Webapp runs in development mode perfectly but fails on test server

2011-04-13 Thread Juan Pablo Gardella
is there other stacktrace?. There aren't an error 2011/4/13 Rob Tanner > Hi, > > My webapp runs perfectly in development mode, but when I build the WAR > file and move onto a test server, I have problems. Database > connections are failing and hitting the return key does not move the > cursor t

Webapp runs in development mode perfectly but fails on test server

2011-04-13 Thread Rob Tanner
Hi, My webapp runs perfectly in development mode, but when I build the WAR file and move onto a test server, I have problems. Database connections are failing and hitting the return key does not move the cursor to the next field even though I that function is explicitly look for KeyCodes.KEY_ENTE