<!-- Context configuration file for the Geoportal Web App --> <Context docBase="geoportal" path="/geoportal" debug="0" reloadable="true" crossContext="true"> <Resource name="jdbc/gpt" auth="Container" type="oracle.jdbc.pool.OracleDataSource" driverClassName="oracle.jdbc.driver.OracleDriver" factory="oracle.jdbc.pool.OracleDataSourceFactory" url="jdbc:oracle:thin:@//server_name:1521/service_name" user="geoportal" password="geoportalpwd" maxActive="20" maxIdle="10" maxWait="-1" /> </Context>
jdbc:oracle:thin:[USER/PASSWORD]@[HOST][:PORT]:SID jdbc:oracle:thin:[USER/PASSWORD]@//[HOST][:PORT]/SERVICE
url = "jdbc:oracle:thin:@//myhost:1521/orcl" url = "jdbc:oracle:thin:@myhost:1521:orcl"
hellowith same problem I've solved:replacing the username="geoportal" property by user="geoportal" in geoportal.xml
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.