Thanks, just deployed it and it works (still testing it thought :))
On Oct 24, 12:05 am, Thomas Broyer <[email protected]> wrote: > On 23 oct, 18:33, rernst <[email protected]> wrote: > > > I don't think this is what he is asking. I am actually pondering the > > same question. I have some code that talks JSON to a PHP backend. This > > code needs no Tomcat, indeed there is no Tomcat instance running on > > the server. GWT is compiled into JS so there should be no need for > > deployment to Tomcat unless I drive a servlet, non? > > Right. > > > So, do I simply copy the JS code with the hosting HTML and transfer it > > to Apache or are there other things invoklved? How about the funny JS > > files GWT creates, nocache.js, etc? Actually, it appears class loader > > deployment is very straightforward but I have no classloader. > > Copy everything from your "war" folder (except the WEB-INF subfolder) > and you're done. > Seehttp://code.google.com/webtoolkit/doc/1.6/DevGuideDeploying.html#DevG... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
