(Sorry for the late reply - I wasn't getting notified of responses in my email ...)
What it ended up being is that I had forgotten to uncheck the Use Google App Engine box :/ A little annoying to have to switch back and forth when I'm debugging to when I'm testing it deployed, but at least it works. On Jul 18, 10:38 am, Thomas Broyer <[email protected]> wrote: > On 16 juil, 20:52, John <[email protected]> wrote: > > > > > > > I'm attempting to deploy my gwt project on tomcat and am getting an > > error in the log file. I've read the other posts regarding deploying > > on tomcat and have been unable to fix my problem using them. > > > The error I'm getting is: > > > SEVERE: Error loading WebappClassLoader > > delegate: false > > repositories: > > ----------> Parent Classloader: > > org.apache.catalina.loader.standardclassloa...@2ba11b > > agt.fathom.ifathom.server.IFathomServiceImpl > > java.lang.ClassNotFoundException: > > agt.fathom.ifathom.server.IFathomServiceImpl > > at > > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.ja > > va: > > 1436) > > > I compiled my project and copied the contents of the war folder into / > > webapps/ifathom giving me a directory structure of: > > > /webapps/ifathom > > - WEB-INF > > - classes > > - <src code hierarchy > > > Er, just to make things clear, you're of course deploying the *.class > for your server-side code, not the *.java? -- 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.
