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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -