Download the certificates by accessing the web-service and then import the certificates using Java Keytool
- keytool -keystore "DemoTrust.jks" -import -alias "test.salesforce.com" -file "test.salesforce.com.crt"
Verify if the certificates are added or not by giving the following command:
- Keytool -list -keystore DemoTrust.jks
.For Fusion Middleware products, you can also Navigate to respective home location of the installation and give the below command:
$ cd $ORACLE_SOA1/bin
$ ./soaversion.sh
=================================================
3.From the class weblogic.version:
Go to directory $WL_HOME/server/bin and run below command
$ . ./setEnv.sh
$ java weblogic.version
=============================================================
6. To find the version of OHS installed on the System. Give the below commands:
$ export ORACLE_HOME=<Directory where OHS is installed>
$ export LD_LIBRARY_PATH=$ORACLE_HOME/ohs/lib:$ORACLE_HOME/opmn/lib:$ORACLE_HOME/lib: $LD_LIBRARY_PATH
$ cd $ORACLE_HOME/ohs/bin
$ ./httpd.worker -version
No comments:
Post a Comment