Re: GWT & Tomcat in Eclipse: Tomcat loads its classes from gwt-dev.jar instead of its own.

2010-01-29 Thread Rajeev Dayal
Glad you got it working. On Fri, Jan 29, 2010 at 1:00 PM, Bob Luo wrote: > Hello, > > Just to let any reader know, I managed to solve my problem by > separating the backend stuff from the frontend stuff, with the > creation of 2 eclipse projects. I also created a source directory > named "share

Re: GWT & Tomcat in Eclipse: Tomcat loads its classes from gwt-dev.jar instead of its own.

2010-01-29 Thread Bob Luo
Hello, Just to let any reader know, I managed to solve my problem by separating the backend stuff from the frontend stuff, with the creation of 2 eclipse projects. I also created a source directory named "shared" which is imported in both projects. This way, I fixed every problem I had and would

Re: GWT & Tomcat in Eclipse: Tomcat loads its classes from gwt-dev.jar instead of its own.

2010-01-27 Thread Bob Luo
Hi, No, when I start tomcat from eclipse, it still have errors like: java.lang.NoSuchFieldError: IS_DIR at org.apache.catalina.startup.Bootstrap.createClassLoader (Bootstrap.java:173) at org.apache.catalina.startup.Bootstrap.initClassLoaders (Bootstrap.java:98) or, if I move boot

Re: GWT & Tomcat in Eclipse: Tomcat loads its classes from gwt-dev.jar instead of its own.

2010-01-27 Thread Cristian Nicanor Babula
So it works now? On 01/27/2010 03:13 PM, Bob Luo wrote: Hi Cristian, Thank you for your answer! You are right, the wizard did copy gwt-servlet.jar in my WEB-INF/lib. I am sorry if I my post was not 100% clear, as I am new to GWT. This is what I did: When I created the project, I used Google

Re: GWT & Tomcat in Eclipse: Tomcat loads its classes from gwt-dev.jar instead of its own.

2010-01-27 Thread Bob Luo
Hi Cristian, Thank you for your answer! You are right, the wizard did copy gwt-servlet.jar in my WEB-INF/lib. I am sorry if I my post was not 100% clear, as I am new to GWT. This is what I did: When I created the project, I used Google Web App Wizard. I UNCHECKED GAE but kept GWT 2.0 CHECKED.

Re: GWT & Tomcat in Eclipse: Tomcat loads its classes from gwt-dev.jar instead of its own.

2010-01-26 Thread Cristian Nicanor Babula
Hi, I actually got lost at the part where you said that you disable the google appengine server. It doesn't make sense, because if you intend to deploy your application to an application server not equal to GAE you must disable GAE support on your eclipse project. In fact, when you create a G

GWT & Tomcat in Eclipse: Tomcat loads its classes from gwt-dev.jar instead of its own.

2010-01-26 Thread Bob Luo
Hi, I am actually experimenting with GWT to replace our UI. (We actually use struts) I like GWT a lot so far. I thus pushed the experiment further by trying to integrate it in our solutions. I must work within a few parameters set by my employer. Among those, it must be possible for my team to