how can i sort my pages into sub directories within my web-inf directory. 

ex:

i would like a structure kinda like

WEB-INF
==components
====core
======userName
======userIcon
======galleryLink
======...
====global
======header.html
======footer.html
======...
====supplemental
======registerForm.html
======loginForm.html
======...
==pages
====inventory
======Page.html
======Page.html
======...
====stats
======Page.html
======Page.html
======...
====prefrences
======Page.html
======Page.html
======...



i also sort a root css, script, and images dir within the web-inf  just like 
that as well.

the directory structure is layed out similiary within the java src package as 
well.

though my experience ive found taht this is a great way to keep a very large 
application manageable (100+ page application)

my problem is that i get a 404 error, when i try to load pages that are not 
directly within the root of the web-inf

thanx in advance
~evan

Reply via email to