我创建了一个BIRT报告并将其部署到tomcat。它在localhost上运行正常,但在服务器上运行不正常。该应用程序找不到正确的ODBC数据源。但是两个系统(Vista / Small Business Server)上的数据源配置完全相同。
ODBC数据源在本地系统上配置。我正在使用这个网址:
jdbc:odbc:odbcDatasource
具体的RDBMS在另一个系统上。 ODBC数据序列配置为远程访问它。
Why can't the programm find the datasource?
How do write the url to connect to an remote ODBC datasource?
"jdbc:odbc://host/datasource" ?
我希望你能帮助我。提前谢谢。
P.S。我使用sun.jdbc.odbc.JdbcOdbcDriver作为JDBC驱动程序