Hi How do I load my web module inside a web context instead of root
context "/"
Till 1.5 I used to put add a CTX.xml file under tomcat/conf/gwt/
localhost/ pointing to my web app.
But with 1.6 and Jetty I am not sure how to do that. as there is jetty
config folder created.

JettyLauncher class has the code registering the web context
WebAppContext wac = new WebAppContextWithReload(logger,
appRootDir.getAbsolutePath(), "/")

Currently the way I can do it is create MyJettyLauncher extends
JettyLauncher override/copy the start(TreeLogger logger, int port,
File appRootDir) method and also create a new copy of
WebAppContextWithReload since its private originally.

So I was wondernig is there a easier/cleaner way to achieve this

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