How to use External Directory to Store Images.
And how i access that images thru my Web application ?
- I am using Jboss as an application Server.
- Web application is in Java,Jsp.
- Presently images stored in WAR file.
After google i got the solution
C:\jboss-4.0.0\server\default\deploy\jbossweb-tomcat55.sar\server.xml
Then restart the server and access the
http://localhost:8080/contextname/images
Please provide comments