Re: Strange problem with gwt, tomcat and memcached

2008-11-27 Thread Jeremiah Elliott
Well, the problem was due to the tomcat classloader. Not sure why, but when i packaged the memcached jar in the war file (It had been in tomcat's top level lib directory) it worked! Not a GWT issue. ;-) -Jeremiah On Mon, Nov 24, 2008 at 3:11 PM, Jeremiah Elliott [EMAIL PROTECTED]wrote: Ok,

Re: Strange problem with gwt, tomcat and memcached

2008-11-24 Thread Jeremiah Elliott
Ok, still having issues with this... Has anyone here used memcached with gwt? I am starting to thing the problem is because the Report object is both IsSerializable and java.io.Serializable? Any kind of pointer would be good. Thanks -Jeremiah On Sat, Nov 22, 2008 at 1:10 PM, Jeremiah Elliott

Strange problem with gwt, tomcat and memcached

2008-11-22 Thread Jeremiah Elliott
ok, I am not even 100% sure this is a GWT issue. The more I mess with it the more I am convinced that it is somehow gwt related. Anyway I am in the process of adding memcache to the application I am working on. In hosted mode it worked exactly as expected. Huge speed improvement, and the memcached