启动weblogic需要账号密码问题

解决方法

在weblogic路径下创建
\weblogic11\user_projects\domains\base_domain\servers\AdminServer\security
目录下创建boot.properties 文件,内容为
username = 你的weblogic用户名
password = 你的weblogic密码
如果没有security目录自己创建一个

你可能感兴趣的:(weblogic)