Hi I need some information about using ibatis in web application, i am using sql maps for java. i have SqlMapConfig.xml and SqlMapConfig.properties file under src folder, SqlMapConfig.properties has database connection information,
Now the question is when i create the war file, i do not know what database it is going to connect, so normally i would install this war file and then change the SqlMapConfig.properties file ( which is under WEB-INF\classes) after installing it on application server. Is this the right way to do it, since i am having issues in doing so with weblogic, What is the standard practise, or do i have to create war file after i get the database information, which will be very difficult. Ashish
