This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSP and the fly likes alias name  for jsp file 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 » JSP
Reply Bookmark "alias name  for jsp file" Watch "alias name  for jsp file" New topic
Author

alias name for jsp file

eswar kumar
Ranch Hand

Joined: Oct 20, 2002
Posts: 98
how can i create a alias name for my JSP file
insted of calling like http://localhost:7001/dir/subdir1/subdir2/hi.jsp,
i want to call like http://localhost:7001/hi.jsp
Anil Kumar
Greenhorn

Joined: Jan 17, 2004
Posts: 11
1) You can create the application where you map "/" to the root folder where your jsp page exists.
2) You can keep the jsp "hi.jsp" at the root which inturns calls the real "hi.jsp" at your current location. Anyways this will show in the address bar when the actual 'hi.jsp' is displayed'
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56201
    
  13

eswar, you had already asked this question earlier. Please do not post the same question twice in either the same or multiple forums. It wastes people's time -- as it did mine -- creating redundant conversations.
thanks,
bear
JSP Forum Bartender


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: alias name for jsp file
 
Similar Threads
call servlet files from different war
can any one tell me how to run servlets in weblogic server?
alias for jsp file with weblogc workshop
JSP Precompile
can any one tell me how to run servlets in weblogic server?