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:
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)?
Comments
Post a Comment