So I thought I would try tomcat since I could not get the jetty to work. So I do maven build gwt:codeserver -pl *-client -am, then tomcat7:run -pl *-server -am -Denv=dev. I navigate to http://localhost:8080/index.html and sure enough I see the html file. Although I don't think any of the client side stuff is working, none of the text fields and buttons are there. How does the super dev mode work when running on tomcat, will it do an incremental compile on refresh?
There is no difference between using jetty and tomcat.
Try to clean your project once with mvn clean (I would always clean when you switch between working with codeserver and doing production compiles). Also check your browser console if any HTTP 404 NOT FOUND has occurred and fix them.
-- J.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment