Speed up Weblogic Server startup times

前端 未结 8 926
旧时难觅i
旧时难觅i 2021-02-01 18:24

At my work, we use Weblogic Server to host an enterprise portal. Which is fine.

However, I\'ve recently had the opportunity to use Tomcat for some side projects, and I a

8条回答
  •  梦谈多话
    2021-02-01 19:16

    WebLogic can also be slow to start up on Linux if it's connecting to a database and you haven't set up DNS properly.

    Depending on your setup, you might be able to edit /etc/resolv.conf and comment out the nameserver line. This can reduce WebLogic's startup time from 20 minutes to less than a minute.

提交回复
热议问题