Hi,

Using Hosted mode in 1.6 we have a hack that allows us to debug in
Eclipse while serving from the Apache server.  Our production server
runs Apache with mod_python, so our local development machines must do
the same.  We are excited about out of process hosted mode, and so
compiled the trunk to test it out, but our hack stopped working. :(

Has anyone figured out how to serve from apache while using OOPHM?


Cheers,
Carver

PS~
For those interested, our GWT 1.6 hack is pretty simple:
In the project.html that Tomcat loads, include the normal GWT script
tag:
<script type="text/javascript" language="javascript"
src="org.slique.sliqueJS.nocache.js"></script>

then a redirect script:
<script type="text/javascript" language="javascript">location =
"http://localhost/path/";;</script>

This is a black-box hack.  I interpret the code to be working because
the Hosted mode browser loads the gwt hosted mode version of the
script and keeps it cached as you continue to browse around.

--~--~---------~--~----~------------~-------~--~----~
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