Hi Experts
I installed clover ETL server on Linux64, and try to configure it connect to oracle database according to Doc description
Change the config.properties under …/WEB-INF as following:
jdbc.driverClassName=oracle.jdbc.OracleDriver
jdbc.url=jdbc:oracle:thin:@host:1521:db
jdbc.username=user
jdbc.password=pass
jdbc.dialect=org.hibernate.dialect.Oracle9Dialect
I also add jdbc jar into CLASSPATH. but http://host:8000/clover can not work as below error
HTTP Status 404 -
type Status report
message
description The requested resource is not available.
Apache Tomcat/6.0.36
Can you please give me some direction for fixing this issue. thanks