Hello all,
How do i configure an external directory path in spring.
One way of doing this i found out is by putting it inside apache tomcat conf/Catalina/localhost/extdir.xml
<Context path="/extdir" docBase="C:\temp\" crossContext="true"/>
But if theres any way of putting it inside the dispatcher-servlet.xml then it would be great.
Please guide me as to how can i achieve it.
Or where should i be looking inside the documentation and under what topic
Thanks!


Reply With Quote