b2科目四模拟试题多少题驾考考爆了怎么补救
b2科目四模拟试题多少题 驾考考爆了怎么补救

oracle scan ip配置_crsctl scan ip_weblogic连接scan ip(8)

电脑杂谈  发布时间:2017-02-02 01:06:40  来源:网络整理

1,Download the Jolt client package for WLS from developer.bea.com, unzip it and copy the jar file to %WL_HOME%\lib. Then add the jar files into your Weblogic domain environment file:

classpath=%classpath%;%WL_HOME%\lib\jolt.jar;%WL_HOME%\lib\joltweblogic.jar2,Config Jolt pool manager startup class in Weblogic

a,start Weblogic and access the console

b,create Startup class and Shutdown class

in console:Deployments->Startup & Shutdown,right click

select create a new StartUp class...:

name:demojoltpoolStartup

classname:bea.jolt.pool.servlet.weblogic.PoolManagerStartUp3,Create a jolt pool

in console:Services->Jolt,right click

Select the panel:Configuration

in TAB General

name:demojoltpool

Minimum Pool Size:1

Maximum Pool Size:3

Click the button "Create"

in TAB address

Primary Address://hostname:port

Failover Address://hostname:port

Click the button "Apply"

Select Targets:

in Listbox Available:

select your server add into the listbox Chosen

Click the button "Apply"4. Restart your Weblogic5.3 Example setup

1.Run %WL_HOME%\config\example\setExampleEnv.cmd,

2.compile the SimpAppServlet by:

javac -d %EX_WEBAPP_CLASSES% SimpAppServlet.java

3.Edit WL_HOME%\config\examples\applications\examplesWebApp\WEB-INF\web.xml

add the servlet description:

<servlet> <servlet-name>JoltServlet</servlet-name> <servlet-class>examples.jolt.servlet.simpapp.SimpAppServlet</servlet-class> </servlet> <servlet-mapping><servlet-name>JoltServlet</servlet-name> <url-pattern>/joltservlet</url-pattern> </servlet-mapping>4.Edit a html and put it to %WL_HOME%\config\examples\applications\examplesWebApp


本文来自电脑杂谈,转载请注明本文网址:
http://www.pc-fly.com/a/jisuanjixue/article-30008-8.html

相关阅读
    发表评论  请自觉遵守互联网相关的政策法规,严禁发布、暴力、反动的言论

    热点图片
    拼命载入中...