| Author |
please put the right ans
|
ramkumar kumar
Greenhorn
Joined: Mar 25, 2009
Posts: 4
|
|
given the servlets and tehre path patterns
servelt name - path pattern
control servlet - -------- *.do
dataServlet - ------ /data/*
place the servlet name onto every requests URL , relative to the web application context root , that will invoke that servlet .
Every request URL must filled.
request URL - - servlet name
/data/ - - controlServlet
/data/index.jsp - - dataServlet
/secure/command.do
/data/command.do
/data.do
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14672
|
|
|
Please quote your sources.
|
[My Blog]
All roads lead to JavaRanch
|
 |
 |
|
|
subject: please put the right ans
|
|
|