Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Url Abstraction

 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
the method you suggested is ok if we have only one jsp file if we have more than one jsp file(Ex 100 jsp pages) then it will be difficult to write servlets for all, if you have any other method then please suggest

i came to know that there is a jar file which we have to configure in web.xml file which will take care of url abstraction i dont know any thing more regarding this even the jar file name, if any one have any idea regarding this please help me out

Thanks in Advance
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Is this a reply to some existing topic? It's a bit hard to make sense of as it is.

But the part about "configuring a jar file in web.xml" sounds fishy to me - web.xml is not used for anything jar-related (unless the jar file name is a parameter of some kind).
 
Praveen Reddy
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
i am sorry java ranch actually it was a reply..i made it as a post.

My problem is i want to hide the URL's of my project, we are developing a project in java, i want .jsp extensions should not be visible to the user

For ex: www.xyz.com\path\mypath\test1.jsp should be displayed as
www.xyz.com or www.xyz.com\path

i have 50 Jsp files then please tell me i wat way can i achive this.
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Praveen,
Would you mind re-posting your reply in the original thread.
Spreading conversations across multiple threads gets confusing very quickly; especially if people start replying to both at once.

Thanks
 
Your mother is a hamster and your father smells of tiny ads!
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
    Bookmark Topic Watch Topic
  • New Topic