Hey Edo, GWT's development mode web server uses Jetty, so it is also possible that the problem may have something to do with Jetty itself, or GWT's configuration of Jetty.
To test if the plugin itself is the cause, can you create a pure Java launch configuration for your project, and launch it that way? If you see the same results, can you then try and launch from the command line (outside of Eclipse)? That will help us isolate what is going on. Also, during the 8-10 minute loading time, do you have any idea what the application is doing during this time? Is it hung somewhere, or is it processing some information very slowly? Rajeev On Tue, Oct 13, 2009 at 12:40 PM, Edo <[email protected]> wrote: > > Hello, > > I'm trying to embed terracotta 3.1.1 in my application to share > objects between my different application modules. > When I run the gwt application, using eclipse plugin, my application > loads very slowly (8-10 minutes). > If I don't use terracotta(I use gms to share cached objects) It runs > quicker(1 minute to load application). > > In order to run my application using eclipse I use the following vm > arguments: > > -Xbootclasspath/p:"c:\myWorkspace\openblox\dso-boot- > hotspot_win32_160_10-beta.jar" -Dtc.install-root="c:\Program Files > \terracotta\terracotta-3.1.1\bin\.." - > Dcom.tc.loader.system.name=Standard.system -Dtc.config=c:\myWorkspace > \openblox\tc-config.xml -Djava.awt.Window.locationByPlatform=true > > When I deploy my application to tomcat and I'm using terracotta, It > loads very quickly as well, so it leads me to think there's a problem > in gwt eclipse plugin. > > Has anyone tried to use gwt with terracotta and eclipse? > > Any help or hint would be appreciated. > > Thanks, > > Edo > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
