...
Oracle: | jdbc:oracle:thin:@hostname:1521:cviewphixflow |
Sql Server: | jdbc:sqlserver://hostname\myservice;databaseName=cviewphixflow |
MySQL: | jdbc:mysql://hostname/cviewphixflow |
Notes:
hostname | The name of the host which supports the database. If the database is on the same host as the Tomcat web server, user localhost |
cviewphixflow | The name of the database. |