Possible Duplicate:
How to change database settings for a deployed war file?
OK I will outline the steps:
- I downloaded a perfectly functioning WAR fIle
- Uncompressed it
- Changed the database settings in the Database.properties file
- Made it a WAR file again
- Imported it in Eclipse IDE using File -> Import
- Ran a test client by right clicking the WSDL and selecting Web Services->Generate Client
Now when I insert data using the client, it is still entering that on the old server and not the new one. I am so lost in terms of modifying WAR files.