> Does the built in server, Jetty, that comes with Eclipse and the GWT 
> plugin not work with PHP?
>

Jetty does not support PHP directly (thats why its just echo'd). You would 
need to define a CGI servlet that calls PHP installed on your system or use 
a Java implementation of PHP, something like http://quercus.caucho.com/

But if your backend is solely PHP, so no Java servlets/J2EE stuff, then you 
dont need Jetty at all. Just install a web server that supports PHP and 
configure it to point to your project's war folder that contains the php 
files. In Eclipse you would tell GPE to not launch the embedded jetty 
server as you don't need it. If you choose for example Apache or Nginx as 
local web server you could also proxy specific request URLs to a Java 
backend if you ever want to use Java servlets in the future.

-- J.

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


Reply via email to