On Jan 17, 8:33 pm, Djay <[email protected]> wrote:
> I have also the same problem.
> On a global aspect, the question is how to setup the dev environment
> (most of people using eclipse) with GWT and PHP?

It's as easy as deploying your app *once* (to get the *.cache.js and
hosted.html on your server) and then pass the -startupUrl argument to
the HostedMode (and of course disable the embedded server using the -
noserver argument of the appropriate checkbox in Eclipse's launch
config), e.g.:
   -startupUrl http://localhost:8888/mywebapp/myhostpage.html

When you launch the HostedMode, it'll output the actual URL to copy/
paste in your browser (it'll just append the ?gwt.codesvr= parameter
to the given URL)
-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.


Reply via email to