简体   繁体   中英

change weblogic jdk to 64 bit cause slow web page loading

I used weblogic as application server,listen port is 7001, JDK is 32 bit.

Recently , I need to change my weblogic JDK from 32 bit to 64 bit, when I finish this,my web page loading became very very slow.I found if I change the listen port to 7002, web page loading will became fast.

In my production enviroment,I can't change the listen port.So how to investigate and solve this problem?

Weblogic defines two listen ports. One for regular, non secure requests (via HTTP ) and other for secure requests (via HTTPS )

  1. 7001 - HTTP
  2. 7002 - HTTPS

If you already configured the JDK path in weblogic, Please check whether it is updated in Manged Server.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM