Hi, I have placed my server classes directly in the WEB-INF folder. So the directory reads: WEB-INF\com\project\server
Have I placed the server files in the wrong folder? Also, what is the correct way to compile the server files? I tried using javac but it produced 67 errors. I therefore just used the files found directly in the Src folder (e.g. the ServerSQLServiceImpl.class) Regards, Jack On Mar 31, 7:54 pm, Isaac Truett <[email protected]> wrote: > On Tue, Mar 31, 2009 at 2:44 PM, > [email protected]<[email protected]> wrote: > > ...> java.lang.ClassNotFoundException: > > com.project.server.Management.ServerSQLServiceImpl > ... > > On Mar 31, 7:07 pm, Isaac Truett <[email protected]> wrote: > ... > >> If it's a CNFE, did you compile your servlet and deploy it, along with > >> any supporting classes, in either WEB-INF/classes or WEB-INF/lib? > > ... > > - Isaac --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
