On 23 jan, 19:29, Arend van der Veen <[email protected]>
wrote:
> However, I
> would like to develop using hosted mode with https. Is this possible
> or is this a limitation of GWTShell.
As I already said many times here, we're successfully using a "proxy
servlet" in hosted mode. Hosted mode runs with the embedded tomcat
(over HTTP on localhost:8888) and proxies everything at /alfresco/* to
our dev server (over HTTPS on our local network).
This means we're modifying the tomcat/webapps/ROOT/WEB-INF/web.xml
file directly; and you have to be aware that GWT overwrites it when
you upgrade (it actually compares the mtime of the GWT JAR with the
mtime of the web.xml file). This will change with GWT 1.6 and its new
"expanded WAR format":
http://code.google.com/p/google-web-toolkit/wiki/WAR_Design_1_6
See http://code.google.com/p/google-web-toolkit/issues/detail?id=3131#c11
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---