I have 2 java Applications, 2nd application is added as jar file to the 1st one and the 1st application is deployed as a workflow in JBOSS.
2nd application is having a .property file not included in the jar. So now ultimately I have not included that .property file anywhere and so I am getting the missing resource exception.
Question here lies is, where should I place that .property file. With my little experience on TOMCAT, I know I have to place that somewhere in JBOSS config. Version of JBOSS is 7.
Please help me with this. I am confused.