File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Tomcat and the fly likes alias or URL masking using tomcat. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "alias or URL masking using tomcat." Watch "alias or URL masking using tomcat." New topic
Author

alias or URL masking using tomcat.

Muhammad FAisal khan
Greenhorn

Joined: Dec 25, 2005
Posts: 5
I am having url some thing like
http://localhost:8008/whiteProject/controller.web?method=checkstatus

and i want to mask/alias it by
http://localhost:8008/whiteProject/checkstatus

anybody help me out how to do that.
Thanks in advance.
Faisal khan
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12266
    
    1
The URL style you are after is called the REST style - about which loads and loads of articles have been written, including for example, mine.

It is not really an alias, just a different way of defining how to get the service output.

Bill
[ September 17, 2008: Message edited by: William Brogden ]

Java Resources at www.wbrogden.com
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: alias or URL masking using tomcat.
 
Similar Threads
Where is my IBM HTTP Admin Server?
What happens if there's folder called BeerApp in ROOT
Refering Relative path in XSLT
Allaire JRun: How to make alias of servlet
Servlets Html and Visualage