Go to Content Management -> Additional Document Directories
Map a physical directrory with the URL prefix.
i.e. if my physical directory is
/export/home/iplanet/sampleApp/jsp
I would create a URL prefix like,
http://servername:port/sampleApp/jsp
You need to restart the http server once you finish it.
Jsp pages under this directory can be accessed from browser by typing following URL :
http://servername:port/sampleApp/jsp/<filename.jsp>
Cheers,
MS