You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Prasad, Kamakshya" <kp...@capitalservicing.co.jp> on 2004/04/13 11:21:24 UTC

JSPs path for new module

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