Re: restricted utilization on @WebServlet annotation of Servlet 3.0

2011-06-21 Thread kerotan
Dear Sirs, On Thursday, May 26, 2011 1:14 AM - From what you have above, /guess does not appear to be a valid URL. You appear to have lost the context path somewhere.  This problem has been resolved. In this case, when JSP(guess.jsp) calls Servlet(GuessServlet.java), the absolute path is

Re: restricted utilization on @WebServlet annotation of Servlet 3.0

2011-05-26 Thread kerotan
Dear Sirs, Chris and Mark, Thank you for your advice on my questions. I can make me understood how to use @WebServlet annotation on Tomcat 7.0.14.. Regaeds, -- Noriko Etani Kobe Institute of Computing, Japan Email: et...@kic.ac.jp/kero...@kcn.ne.jp

Re: restricted utilization on @WebServlet annotation of Servlet 3.0

2011-05-25 Thread kerotan
Dear Sirs, Thank you for your replying. I would like to explain my questions in detail. --- Eclipse 3.6(Helios) Tomcat 7.0.14 Servlet 3.0 Windows XP SP3 x86 version What is the result? Is this webapp deployed into the /test context path? A browser

restricted utilization on @WebServlet annotation of Servlet 3.0

2011-05-24 Thread kerotan
Dear Sirs, Tomcat 7.0.14 Servlet 3.0 Windows XP SP3 x86版 My servlet programs with @WebServlet annotation have three problems as follows: 1. A servlet program with @WebServlet annotation(@WebServlet(name=HelloServlet, urlPatterns={/hello})) cantnot be

restricted utilization on @WebServlet annotation of Servlet 3.0

2011-05-24 Thread kerotan
Dear Sirs, Tomcat 7.0.14 Servlet 3.0 Windows XP SP3 x86 My servlet programs with @WebServlet annotation have three problems as follows: 1. A servlet program with @WebServlet annotation(@WebServlet(name=HelloServlet, urlPatterns={/hello})) cantnot be