Weblogic 5.1 strange issue - normal app works , fails as war
I was obtaining the actual path of my JSP pages using request.getPathTranslated() . Now , I have packed the whole thing in a war . This method is returning null now causing the app to crash , while the non-war version is working fine .... Where am I going wrong ?
Shubhrajit................

