Integration of WebLogic 61 SP4 and JDK 1.4
Posted by Xu Yongjun on February 17, 2003 22:42
WebLogic 61 SP3 can use JDK 1.4 to support Parallel Garbage Collection. But it has been 61SP4, and things have changed. See how I solved.
Solving the problem, first search for Google with related keywords. Needless: WebLogic 6.1 SP4 JDK 1.4, etc. But no matter whether it is in a web page or a newsgroup. Therefore, it should go to Askbea's website. Sure enough in the BEA newsgroup, found the following connection: http://www.genuitec.com/products/jdk14_wls61.pdf This is the content of this article, translated as follows: in $ wl_home The login.conf file under / lib is as follows: ServerLoginModule {com.sun.security.Auth.Module.ntloginmodule Required debug = true;}; modification: StartWebLogic.SH Start WebLogic's line: Add: -djava.security .auth.login.config = $ WL_HOME / lib / login.conf This will no longer encounter: "java.lang.securityException: Unable to locate login configuration" error.