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

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -