i got a couple of jars who contains images under /META-INF/resources/
I installed one Apache to balance all Tomcat-Servers.
Now i got a servlet3.0-application who offer those resources to the web.
I dont like tomcat to offer the images, i like apache to bring the images (because of performance).
Can they be extracted to an folder inside of tomcat/work without force tomcat to explode the .war-file?
Example
I got an image under
/opt/tomcat/webapps/MyApp.war!/WEB-INF/lib/LikeButton.jar!/META-INF/resources/like.png
ok, the tomcat serves the like.png to
http:// localhost:8080/MyApp/like.png
But he does not extract the like.png to an real directory!