Can WEB-INF be placed other than application base path?
Hi!
Is there anyway to place WEB-INF folder somewhere in the system(not in the app base path) and specify that path in web.xml or server.xml file? Pls help..
with rgds
Anvar.
Hi!
Is there anyway to place WEB-INF folder somewhere in the system(not in the app base path) and specify that path in web.xml or server.xml file? Pls help..
with rgds
Anvar.
No. How would you be able to specify it in web.xml when web.xml is inside WEB-INF in the first place? A web app has to conform to the standard, structurally, that's how your container expects them to be
Why would you want to do that anyway?