I have a JSP calling another JSP within the same PAR file and I am referencing using a relative path within the WEB-INF folder. This gives 'Directory web-inf is not accessible for browsing'. If the JSP resides in the same folder as its caller, should I not be able to reference it (by name) without a path? This gives an error that iView of that name is not found. grrr I am trying to avoid re-entering the controller object in this instance.