Hello,
I am new to the
JEE world so please bear with my questions.
I am developing an enterprise web app in RAD. I have created EAR project and a dynamic web project. Then I created
jsp pages inside web project. But when I am launching the jsp page through websphere server the browser is showing the whole address with all the folders in the address bar like <web project>/folder1/folder2/test.jsp.
Is there a way I can avoid showing folder1/folder2 and just show <web project>/test.jsp.
Thanks for your help.