[Opensource] Jsp' s files in a special directory
jean-sebastien.letzelter at pierre-fabre.com
jean-sebastien.letzelter at pierre-fabre.com
Mon May 26 06:24:12 PDT 2003
Hi,
Is it possible , according to the J2EE specification, to have all my .JSP
files in a special directory ( by exemple /jsp/) under my web app root and
not directly under this one:
web-app/jsp/xxx.jsp
web-app/jsp/yyy.jsp
web-app/jsp/zzz.jsp
web-app/defautl.html
web-app/WEB-INF/classes/....
web-app/WEB-INF/lib/....
or have i to respect the classical arctectur for a deploiement :
web-app/xxx.jsp
web-app/yyy.jsp
web-app/zzz.jsp
web-app/defautl.html
web-app/WEB-INF/classes/....
web-app/WEB-INF/lib/....
Thanks for help
Best Regards
More information about the Opensource
mailing list