File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes Call a servlet on the url pattern /_/ 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 » Java » Servlets
Reply Bookmark "Call a servlet on the url pattern /_/" Watch "Call a servlet on the url pattern /_/" New topic
Author

Call a servlet on the url pattern /_/

Sumit Aggarwal
Greenhorn

Joined: Jul 31, 2011
Posts: 11
Need to call a servlet on the url pattern /_/
what should i write in the web.xml




This isn't working
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56204
    
  13

The space is not a valid mapping character.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
abani patra
Ranch Hand

Joined: Oct 11, 2011
Posts: 70
Yes,
I am also agree that blank space is not allowed in browser url .
 
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: Call a servlet on the url pattern /_/
 
Similar Threads
Extract information form URL
Using a filter to secure a set of servlets.
Struts Filter
Filter in servlet
Dispatcher tag in DD for filter mapping