Well the home page for JavaRanch is a JSP page (Paul just converted everything over - isn't he clever?). Looks like any other URL to me. Perhaps your question needs to be rephrased.
"JavaRanch, where the deer and the Certified play" - David O'Meara
Yes. For www.myurl.com/servletApp/MyJSP.jsp? is valid one. In this case 'MyJSP.jsp' page should physically be in .../webapps/servletApp/MyHSP.jsp You can also invoke like this www.myurl.com/servletApp/subDir/MyJSP.jsp? . IN this case 'MyJSP.jsp' page should physically be in .../webapps/servletApp/subDir/MyHSP.jsp regds maha anna