I deployed smart client in Weblogic 9.2 environment. I am using Oracle 9.1 database. Browser is IE6 with SP2. When I click on Database tab it is hanging. I have message on my screen "Please wait - getting list and status of configured databases".
It works fine when I am running embedded tomcat provided with your installation.
I develop example app on Weblogic 9.2 to integrate with server using DMI and populating VOs from the same Oracle database and it works fine.
My WEB-INF\classes\server.properties is provided
I tried this server.properties
webRoot: __AUTODETECT__
isomorphicPathRootRelative: isomorphic
project.datasources: $webRoot/shared/ds
project.ui: $webRoot/shared/ui
project.apps: $webRoot/shared/app
Also I tried this server.properties
webRoot: __AUTODETECT__
isomorphicPathRootRelative: isomorphic
project.datasources: $webRoot/shared/ds
project.ui: $webRoot/shared/ui
project.apps: $webRoot/shared/app
sql.defaultDatabase: Oracle
sql.Oracle.driver.serverName: 192.*.*.* * in real file are actual ip
sql.Oracle.driver.portNumber: 1521
sql.Oracle.driver.databaseName: my SID
sql.Oracle.driver.user: my user
sql.Oracle.driver.password: my password
What am I missing?
Thanks,
David
It works fine when I am running embedded tomcat provided with your installation.
I develop example app on Weblogic 9.2 to integrate with server using DMI and populating VOs from the same Oracle database and it works fine.
My WEB-INF\classes\server.properties is provided
I tried this server.properties
webRoot: __AUTODETECT__
isomorphicPathRootRelative: isomorphic
project.datasources: $webRoot/shared/ds
project.ui: $webRoot/shared/ui
project.apps: $webRoot/shared/app
Also I tried this server.properties
webRoot: __AUTODETECT__
isomorphicPathRootRelative: isomorphic
project.datasources: $webRoot/shared/ds
project.ui: $webRoot/shared/ui
project.apps: $webRoot/shared/app
sql.defaultDatabase: Oracle
sql.Oracle.driver.serverName: 192.*.*.* * in real file are actual ip
sql.Oracle.driver.portNumber: 1521
sql.Oracle.driver.databaseName: my SID
sql.Oracle.driver.user: my user
sql.Oracle.driver.password: my password
What am I missing?
Thanks,
David
Comment