In Eclipse, how do I load php files from outside of WebContent folder to outside of context root? -


i have following php files in include folder outside of webcontent folder of dynamic web project:

include folder

but when deploying website project apache tomcat 8 server instance, server deploys files in webcontent folder context root "/".

is there sort of server configuration automatically map , deploy files include folder oustide webcontent folder folder outside of context root (so there include folder in following picture)?

enter image description here


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -