Hi, We are adding a new module to our application called "admin". All our jsps where kept just below the "web" (web context) folder in a folder named "jsp". This folder again is having subdirectories for each sub module. The issue is if we are adding the "admin" as a new module the system is searching for the jsps from the "/web/admin/jsp/admin/" folder. Is there any way to tell the system to read the jsps from "/web/jsp/admin" for admin module. KP