This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Some applications are running in a jboss server like App1, app2 app3 app4 app5 app6.
I need to remove app5 and app6 and redeploy the into other JBoss server. Other applications will interact with app5 and app6 through the adapter classes. . These adapters reference a common properties file to retrieve the java.naming.provider.url in order to perform a JNDI lookup of the session beans of each service. What are the changes I have to make in these properties file (adapters reference a common properties file) to run the application.