In the solution, the project must located in /htdocs folder and compiler argument must be configured.
The original argument:
-remoteUI "${gwt_remote_ui_server_port}:${unique_id}" -startupUrl GWTPHP.html -logLevel INFO -codeServerPort 9997 -port 8888 -war C:\xampp\htdocs\GWTPHP\war com.vcari.jscadav2.Jscadav2_gwt
New configuration
-noserver -remoteUI "${gwt_remote_ui_server_port}:${unique_id}" -startupUrl http://localhost/GwtPhp/war/GWTPHP.html -logLevel INFO -codeServerPort 9997 -war C:\xampp\htdocs\GWTPHP\war com.peyotest.gwtphp.GWTPHP
Steps :
- add -noserver
- change startup url from GWTPHP.html to full url http://localhost/GwtPhp/war/GWTPHP.html
- remove server port -codeServerPort 9997
http://cambiatablog.wordpress.com/2010/11/22/gwt-developing-with-hosted-mode-and-phpxampp/
0 comments:
Post a Comment