aspose file tools
The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes please put the right ans Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply Bookmark "please put the right ans" Watch "please put the right ans" New topic
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
    
  11

Please quote your sources.


[My Blog]
All roads lead to JavaRanch
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: please put the right ans
 
Similar Threads
About servlet mapping rules
URL mapping confusion
2 different url but link to the same page
weird functioning of servlet
Trying to use AJAX to call a servlet