Creating the jdbc.properties file – HP Integrity NonStop J-Series User Manual
Page 107

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
>
${jdbc.catalog}
${jdbc.schema}
Creating the jdbc.properties File
The JdbcDaoSupport feature of Spring framework is used for connecting to the NonStop SQL/MX
database and for carrying out requested database transactions. To fulfill this requirement, the
jdbc.properties
file must be created to include all the database related information.
To create the jdbc.properties file, complete the following steps:
1.
On the Project Explorer frame, right-click EmpInfo and select New > File.
The New File dialog box appears.
2.
In the File name field, type jdbc.properties and ensure that the parent folder is set to the
EmpInfo/WebContent/WEB-INF
directory. Click Finish.
Overview of EmpInfo 107