I am using a velocity template and when the page is shown in tomcat the url is: http://neo:7080/myapp/servlet/myapp/action/JSPFrontController,
which is correct, however when I build the app in Websphere and view the same page, the url is: http://neo:7080/myapp/servlet/myapp/templates/app/screens/Login.vm/actio n/JSPFrontController which causes a "page cannot be found" error. Is there a method I can use to make sure the url is built consistently in any container? Brian
