CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 10 of 10

Threaded View

  1. #1
    Join Date
    Sep 2006
    Posts
    49

    Question how to map URL to some name

    hi

    if we write www.yahoo.com\news, it will open www.yahoo.com\section=news
    what is that called? how i can achive that url mapping?
    Where i have to specify which page to open when i write www.mywebsite.com\mypage so that it will open mypage section?

    means it should work like this :

    www.domain.com/index.jsp?section=Cash%Managment => www.domain.com/CashManagment

    I am using netbeans. DO i have to add filter in web.xml? how to do that? what type of filter class i have to create and what to write?
    Last edited by ujjvalpandya; June 17th, 2008 at 08:00 AM. Reason: adding more info

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured