Unable to open the servlet.

2003-10-05 Thread anunay ashish
Hi, My servlet is placed at: C:\Program Files\Apache Group\Tomcat 4.1\webapps\Tracking_system\WEB-INF\classes\com\scheduler with the name addDataServlet My web.xml is as follows: addDataServlet com.scheduler.addDataServlet pageFormat.jsp

Unable to open the servlet.

2003-10-06 Thread anunay ashish
Hi, My servlet is placed at: C:\Program Files\Apache Group\Tomcat 4.1\webapps\Tracking_system\WEB-INF\classes\com\scheduler with the name addDataServlet My web.xml is as follows: addDataServlet com.scheduler.addDataServlet pageForma

RE: Unable to open the servlet.

2003-10-06 Thread Bodycombe, Andrew
mp;m=104327383710262&w=2 http://jakarta.apache.org/tomcat/faq/misc.html http://java.sun.com/dtd/web-app_2_3.dtd -Original Message- From: anunay ashish [mailto:[EMAIL PROTECTED] Sent: 06 October 2003 10:05 To: Tomcat Users List Subject: Unable to open the servlet. Hi, My servlet is plac

Re: Unable to open the servlet.

2003-10-06 Thread drm
hi :) As far as i can tell you are missing a servlet-mapping in your web.xml. A servlet uri should also be mapped to a specific servlet. Try including: addDataServlet /com/scheduler/addDataServlet in your web.xml file. If this doesn't work, please state your tomcat version. hth :) --

Re: Unable to open the servlet.

2003-10-06 Thread anunay ashish
me problem persists. The version of my tomcat is: jakarta-tomcat-4.1.27 Where can I be still going wrong? Regards, Anunay Ashish. - Original Message - From: "drm" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, October 06, 2003 2:51

Re: Unable to open the servlet.

2003-10-06 Thread drm
- Original Message - From: "drm" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, October 06, 2003 2:51 PM Subject: Re: Unable to open the servlet. hi :) As far as i can tell you are missing a servlet-mapping in your web.xml. A

Re: Unable to open the servlet.

2003-10-06 Thread epyonne
Please read my reply to your previous post on the same subject. - Original Message - From: "anunay ashish" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, October 06, 2003 01:31 AM Subject: Unable to open the servlet. >