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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
You can use myeclipse ide for seperate servers if you want.