Thursday, March 20

Which type of protocols you are using when we integrate websever to app server?

1.Which type of protocols you are using when we integrate websever to app server.

2. How to find the JVM version.

Thanks.
  • Maheshkumar Subbaiyan 1. It uses either http or https between web and app server based on mod_wls_ohs.conf, if you are using "SecureProxy ON" then it uses https to between ohs and app server, if not then it uses http.

    2. To get the JDK version,


    source $DOMAIN_HOME/bin/setDomainEnv.sh
    java -version

No comments:

Post a Comment