How to run development mode on a separate web server

16 views
Skip to first unread message

Eric Park

unread,
Jul 13, 2011, 11:47:01 PM7/13/11
to Google Web Toolkit
Hello, I'm running a tomcat web server with spring-framework
installed. How can I run GWT development mode on a separate web
server??. I also followed the instruction from the GWT website but
still could not figure out how. Any help will be appreciated.
Thank you

Thomas Broyer

unread,
Jul 14, 2011, 6:13:39 AM7/14/11
to google-we...@googlegroups.com
Did you follow these instructions? http://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html#How_do_I_use_my_own_server_in_development_mode_instead_of_GWT's

If you're using the Google Plugin for Eclipse, simply right-click your project → Run As → Web Application (running on an external server).
Or you can edit an existing launch configuration: uncheck "run built-in server" (equivalent to -noserver) in the Server tab, and set the -startupUrl value to your server's address (e.g. http://test-server/myapp/) in the Arguments tab (you can actually even use -startupUrl several times).

Sohaib

unread,
Jul 14, 2011, 7:39:01 AM7/14/11
to google-we...@googlegroups.com
You can use myeclipse ide for seperate servers if you want.

www.myeclipseide.com
Reply all
Reply to author
Forward
0 new messages