users@glassfish.java.net

Re: Help with error (URGENT, need to fix it today :( )

From: Wolfram Rittmeyer <w.rittmeyer_at_jsptutorial.org>
Date: Thu, 23 Apr 2009 20:27:22 +0200

glassfish_at_javadesktop.org wrote:
> Hi everyone,
>
> I understand the error is due to the different package names "com/sitepoint" "com/encuestas", but where do I look for this difference.. In the web.xml it is as com.encuestas.ToDoServlet and so it is in the but I'm not sure where to correct this where do I need to look .... ?
>

My guess is that package structure and folder structure are mixed up.
Both should be the same. So the package declaration has to be
com.encuestas and the folder has to be com/encuestas.

--
Wolfram Rittmeyer
> Any clues or ideas or questions on this, please help.
> 
> Thanks.
> Ed.