2019年2月14日 星期四

[WebLogic] Using t3s protocal

xlclient.cmd


rem @echo off
cls
setlocal

call classpath

REM SET DEBUG_OPTS=-classic -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5001 -DXL.RedirectSysOutErrToFile=TRUE -DXL.SysOutErrLogFile=.\logs\Client.System.Out.Err.log

REM Make sure to remove java.naming.provider.url and read it from the configuration
REM once the JNDI Profiles are implemented.
REM make sure you are using j2sdk1.4.2_05

SET TRUSTSTORE_LOCATION=D:\Documents\workspaces\github1\MyJava\MyJava\src\com\ldap\ldapcert\cert.jks

java %DEBUG_OPTS% ^
-DXL.ExtendedErrorOptions=TRUE -DXL.HomeDir=C:\oracle\xlclient ^
-Djava.security.policy=config\xl.policy ^
-Dlog4j.configuration=config\log.properties ^
-DAPPSERVER_TYPE=wls ^
-Dweblogic.security.SSL.trustedCAKeyStore=%TRUSTSTORE_LOCATION% ^
-Dweblogic.security.SSL.ignoreHostnameVerification=true ^
-Dweblogic.security.SSL.verbose=true ^
-Dweblogic.security.SSL.enable.renegotiation=true ^
-Dsun.security.ssl.allowUnsafeRenegotiation=true ^
-DUseSunHttpHandler=true ^
-Dweblogic.security.SSL.nojce=true ^
-Dweblogic.ssl.JSSEEnabled=true  ^
-Dweblogic.security.SSL.enableJSSE=true ^
-Dssl.SocketFactory.provider=sun.security.ssl.SSLSocketFactoryImpl ^
-Dssl.ServerSocketFactory.provider=sun.security.ssl.SSLSocketFactoryImpl ^
-Djava.security.manager -Djava.security.auth.login.config=config\authwl.conf ^
com.thortech.xl.client.base.tcAppWindow -server server

endlocal

沒有留言:

張貼留言