projects keeps running in development mode

2011-10-17 Thread Tom Druyts
Hej,

I developed an GWT project and everything went great. Only when I want
to deploy it too my tomcat server I'm stuck.
I put everything into a war file. After deploying the war i point my
browser to:

http://ipoftomcat/APPNAME/login.html

when I login my browser keeps me redirecting to:
http://ipoftomcat/APPNAME/Books.html?codesvr=127.0.0.1:9997
instead of the normal link:
http://ipoftomcat/APPNAME/Books.html

Does anybody have any idea what I'm doing wrong so my gwt app isnt
running in development mode ?

-- 
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@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: projects keeps running in development mode

2011-10-17 Thread Alan Chaney
When you say put everything in a war file did you compile the project 
using the Gwt Compiler? It sounds like all you did was copy the 
webcontent folder into the war. You'll need to run the GWT compiler in 
production mode first.


See:

http://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html#DevGuideJavaToJavaScriptCompiler

Alan


On 10/17/2011 5:55 AM, Tom Druyts wrote:

Hej,

I developed an GWT project and everything went great. Only when I want
to deploy it too my tomcat server I'm stuck.
I put everything into a war file. After deploying the war i point my
browser to:

http://ipoftomcat/APPNAME/login.html

when I login my browser keeps me redirecting to:
http://ipoftomcat/APPNAME/Books.html?codesvr=127.0.0.1:9997
instead of the normal link:
http://ipoftomcat/APPNAME/Books.html

Does anybody have any idea what I'm doing wrong so my gwt app isnt
running in development mode ?



--
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@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.