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 |
- Re: Problem accessing servlets in Weblogic Hrish
- Re: Problem accessing servlets in Weblogic Mike Whittaker