dynamic urls

2002-08-01 Thread SB
Hi I want my URLs as http://localhost:8080/webapp/MyServlet/2345 http://localhost:8080/webapp/MyServlet/23349 http://localhost:8080/webapp/MyServlet/345 all mapped to the same servlet, none are static. Note that I do not want: http://localhost:8080/webapp/MyServlet?23349 which is

Re: dynamic urls

2002-08-01 Thread William G. Thompson, Jr.
On Thu, 1 Aug 2002, SB wrote: Hi I want my URLs as http://localhost:8080/webapp/MyServlet/2345 http://localhost:8080/webapp/MyServlet/23349 http://localhost:8080/webapp/MyServlet/345 all mapped to the same servlet, none are static. Note that I do not want: