Some
things to bear in mind
Restart the servlet engine after recompiling code
Access
servlets via /[context]/servlet/[your_servlet] unless they are registered
under a different path in web.xml
Post
the web.xml here?
Hi,
Iam trying to configure a web application in weblogic5.1. I have
mapped the directory in the weblogic.properties file using:
weblogic.httpd.webApp.test=D:/weblogic/test.
Now my application uses some servlets too.
So I have placed the servlets in the web-inf/classes folder. I
have also registered the servlets in the web.xml file.
But when I give a request to any of the servlets I get a 404 error
i.e. page not found.
Can anyone help me out.
Regards,
Hrish
|