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?
-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Hrish
Sent: 30 April 2002 11:22
To: [EMAIL PROTECTED]
Subject: Problem accessing servlets in Weblogic

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

Reply via email to