I recently tried to include an applicationconext.xml file located in the src folder
but have no idea how to specify the include for that folder.
I have been able to place such an applicationcontext.xml file in the webroot folder, one of the default folders by using relative path. e.g relative to the /webroot/WEB-INF where web.xml
is loaded from.
so webroot folder relative to WEB-INF folder is :
<import resource=”../applicationcontext.xml’/>
So how would I specify the path either relative to or absolute for the src folderfor example???
This should be simple but it is not. It would really help to better understand the path settings across project folders.
N