weblogic 更改为生产模式并且设置检查jsp 页面时间

无人久伴 提交于 2020-04-08 12:30:59

Change to production  mode-更改应用运行模式

参考博文

All servers in a domain run either in development mode or production      mode. In general, production mode requires you to configure additional      security features. For information on the differences between the two      modes, refer to "Creating a      WebLogic Domain" in Creating WebLogic Domains Using the      Configuration Wizard.

To configure all servers in a      domain to run in production mode:

  1. If you have not already done so, in the Change Center of the Administration Console, click Lock & Edit (see Use the Change Center).

  2. In the left pane        of the Console, under Domain Structure, select   the domain name.

  3. Select Configuration > General and select the         Production Mode check box.

  4. Click Save, and then, to activate        these changes, in the Change Center, click Activate        Changes.

  5. Shut down any        servers that are currently running. See Start and stop  servers.

  6. Invoke the        domain's startWebLogic script. See Starting an        Administration Server with a Startup Script.

    The Administration Server          starts in the new mode.

  7. If the domain        contains Managed Servers, start the Managed Servers.


配置应用检查jsp更新时间间隔

参考博文

在Deploments–>web Application–>defaultWebApp中配置。

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!