tomcat7 - network drive path for images in Tomcat -
in tomcat 7 have set context#image.xml in tomcat/catalina/localhost folder following
<context path="/image" docbase="c:\application\images" crosscontext="true"/> now works fine i'm able see images in browser.
but if want images displayed in browser through tomcat windows network drive. path \net1\applications\images ? if possible?
i tried providing the above mentioned network path in context.xml... image not displayed. it's throwing error. doing wrong? or possible ?
have tried mapping network path local drive (say x:) , adding x:\application\images xml file above ?
Comments
Post a Comment