Configuring weblogic 8.1 to hide the jsp file name to be displayed
Hi,
I am having problem with configuring weblogic 8.1 to display the jsp file name in the address bar. Please have a look at this link for a description of my problem
[url]http://theserverside.com/news/thread.tss?thread_id=28381[/url]
Any help would be great.
Thanks
Uma
Re: Configuring weblogic 8.1 to hide the jsp file name to be displayed
You should use a controller servlet which forwards to the correct JSP. Then the JSP name is not displayed in the address bar.
With 8.1 you simply could use a Java pageflow to link several JSPs.
Generated URLs in the browser will look like
[url]http://localhost:7001/sampleportal/newpageflow1/test.do;jsessionid=BFssBfmdv4Ly1GDG7gJNZH1d3s2ShJG2qpG4KJJMVvSf0JdyG2nQ!1118879021[/url]