First: *.php URL's are typically handled by an Apache module ( mod_php ), so Apache needs to be intercepting those requests and processing them, the embedded Jetty server will not do this, or Tomcat, no way, no how.
That being said, there are php engines written in Java ( http://www.caucho.com/resin-3.0/quercus/ etc ) that are actually FASTER than php in Apache, and could run in the hosted mode container. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
