I have 2 wars deployed under single tomcat instance.
Can i use static resources (js/css) of one war into another to avoid duplicay of the code. If yes how can i use them. Is giving the full path sufficient.
eg.
A.war
B.war
I want to use sample.js
file from A.war into B.war index.html