Trouble with GWT 2.0.4, RPC and non root account

2011-10-05 Thread Edson Richter
Hi. I've the following scenario: - NetBeans IDE 7.0 with GWT4NB - Mid sized application running GWT 2.0.4 with some extensions (like GWT Math, for BigDecimals) - Apache Tomcat 7.0.11 and Apache Tomcat 7.0.20 Exactly same setup running on Windows works great. When running in Linux, if I run as

Re: Trouble with GWT 2.0.4, RPC and non root account

2011-10-05 Thread Edson Richter
To anyone who faces same problem, check if you don't have gwt- servlet.jar in two or more places. In my case, I had gwt-servlet.jar in $TOMCAT_HOME/lib and WEB-INF/lib. Removed from WEB-INF/lib and now everything is working fine! Regards, Edson. On 5 out, 08:21, Edson Richter brvik...@gmail.com