pcampaigne wrote:
Thanks Matt. I had my servlets in the "src" directory under WEB-INF so I creates a classes directory under WEB-INF and moved them there.
However, I still get a 500 error but the root cause is different: "NoClassDefinitionFoundError: com/op/test/LoginServlet (wrong name: LoginServlet)
It seems to me that the web.xml entry should resolve this. I still don't get it.
Your directory hierarchy should look something like this, where each item followed by a slash is a directory:
-<webappname>/
-any JSP or HTML files you are using are probably here
-WEB-INF/
-lib/
-any JAR files you are using go here
-classes/
-com/
-op/
-test/
- LoginServletErik
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
