Re: To deploy GWT1.6 app on my own local web server issue

2009-05-17 Thread Ian Bambury
Is your web server's documents path pointing to where myAPP.html is? If it
isn't then there is no way your browser can display that file.
Ian

http://examples.roughian.com


2009/5/17 bencoder 

>
> Dear all
>
> I use EasyPHP, a kind of WAMP, to build my own local server (http://
> localhost:80/).
> Then, I create a application using Eclipse with GWT1.6 plug at
> localhost/myAPP directory.
> This application, myAPP, needs to request JSON data from json.php file
> which locates at localhost/json directory.
>
> I think I have to disable the embedded Tomcat server.
> Hence, I open Run->Open Run Dialog... in Eclipse, and add -noserver
> and -port 80 in Program arguments on Argrments tab.
>
> After that, I run the app in host mode. But there is nothing to
> appear, i.e. the http://localhost/myAPP.html is NOT found.
> I have tried to add -startupUrl /myAPP.html in Program arguments, the
> problem is still here.
>
> Do any flags that I missed need to be added in Program arguments?
>
>
> BR,
> bencoder
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



To deploy GWT1.6 app on my own local web server issue

2009-05-16 Thread bencoder

Dear all

I use EasyPHP, a kind of WAMP, to build my own local server (http://
localhost:80/).
Then, I create a application using Eclipse with GWT1.6 plug at
localhost/myAPP directory.
This application, myAPP, needs to request JSON data from json.php file
which locates at localhost/json directory.

I think I have to disable the embedded Tomcat server.
Hence, I open Run->Open Run Dialog... in Eclipse, and add -noserver
and -port 80 in Program arguments on Argrments tab.

After that, I run the app in host mode. But there is nothing to
appear, i.e. the http://localhost/myAPP.html is NOT found.
I have tried to add -startupUrl /myAPP.html in Program arguments, the
problem is still here.

Do any flags that I missed need to be added in Program arguments?


BR,
bencoder
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---