On Tue, Apr 6, 2010 at 10:58 AM, Rajeev Dayal <[email protected]> wrote: > > The "tomcat" folder is surprising, I thought that GWT was using Jetty now. >> "www-test" can be configured in the run configuration for the test but it >> is very annoying to have to do it again and again for all the tests. >> > > Tomcat is still used on the server side for GWTTestCase; the migration to > Jetty for the testing infrastructure has not been completed as yet. >
It hasn't even been started yet. JUnitShell is based on GWTShell, which only has support for Tomcat, and it would be a fair amount of work to change, though nobody has taken a serious look at it AFAIK. > Unfortunately, I don't think there is a way to specify where the tomcat > directory is placed. I've added John to this thread; he may have other > ideas. > EmbeddedTomcatServer creates a "tomcat" directory inside of the current working directory (via the user.dir system property) at line 340. It looks like you could maintain your own copy of com/google/gwt/dev/etc/tomcat and point the system property catalina.base at that directory, but I haven't tried it. -- John A. Tamplin Software Engineer (GWT), Google -- 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.
