spring - Share properties and *.tag files between different webapps -


i have 3 webapps (webapp1,webapp2,webapp3) , want share message.properties files (and .tag) between them. webapp3 should act "common" webapp container files. tried putting shared files in "webapp3/resources" folder, "webapp3/web-inf" folder webapp1 , webapp2 cannot access them.

how can group props , tag files in webapp3 structure?

i'm using spring 3.1


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

java.util.scanner - How to read and add only numbers to array from a text file -

iphone - Three second countdown in cocos2d -