输入http://localhost:7001/console进入控制页面,能登陆进去,但是登陆进去后页面就马上卡死,可以看到页面头部,其余都显示不出来。 重启后启动访问,能够正常进入,关闭weblogic后隔一段时间重启有出现上述问题。项目开发不可能不重启weblogic的,所以这个问题一定要解决 ...
分类:
Web程序 时间:
2018-01-06 14:30:08
阅读次数:
235
本实验安装weblogic10系列版本 #创建weblogic用户组。 [root@admin /]# groupadd weblogic[root@admin /]# useradd -g weblogic weblogic[root@admin /]# passwd weblogic #修改we ...
分类:
Web程序 时间:
2018-01-06 11:53:30
阅读次数:
253
现象描述,在tomcat环境下,可以使用:String path = request.getSession().getServletContext().getRealPath("/")+"zjfxjk\\expertsLib\\photos\\"; 获取服务器地址,并做文件操作。但是在weblogi ...
分类:
编程语言 时间:
2018-01-03 17:23:36
阅读次数:
245
需求:linux客户端通过nfs共享aix服务端的某个目录环境:服务端:AIX 6.1 192.168.0.1/bsiptest客户端:RHEL 5.5和RHEL 6.1 192.168.0.32/weblogic、192.168.0.3/dc共享目录:/nfs/share服务端:1、停止nfs和portmap两个进程:#stopsrc -g
分类:
系统相关 时间:
2018-01-03 14:08:32
阅读次数:
216
WebLogic XMLDecoder反序列化漏洞复现 参考链接: https://bbs.ichunqiu.com/thread-31171-1-1.html git clone https://github.com/vulhub/vulhub.git cd vulhub/weblogic/ssr ...
分类:
Web程序 时间:
2018-01-02 23:12:13
阅读次数:
1439
http://www.javaeye.com/topic/204596 myeclipse+weblogic10的配置,配置成功 运行中可能失败,由于weblogic10不稳定,重启机器后可以使用了 web工程使用到hibernate3时可能出现问题 ClassNotFoundException: org.hibernate.hql.ast.HqlToken
分类:
Web程序 时间:
2018-01-02 13:23:12
阅读次数:
316
一、 Unable to access the selected application. Exception in AppMerge flows' progression Exception in AppMerge flows' progression Unmarshaller failed 网上 ...
分类:
Web程序 时间:
2017-12-29 18:15:10
阅读次数:
282
weblogic创建域,生产模式,报错 <2017-12-29 下午04时53分59秒 CST> <Info> <Security> <BEA-090065> <Getting boot identity from user.>Enter username to boot WebLogic serv ...
分类:
Web程序 时间:
2017-12-29 17:48:35
阅读次数:
545
Error 404--Not Found 错误From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:10.4.5 404 Not FoundThe server has not found anything matching the Request-URI. No indication is given of whether the condi
分类:
Web程序 时间:
2017-12-29 16:54:04
阅读次数:
596
一、原理: 很明显啦,readobject又出来背锅了,一个XML的反序列化漏洞导致的命令执行。 具体原理我看不懂java代码的我也只能学习别人的分析。给出一篇参考文章,写的非常详细: 漏洞原理 二、如何构造命令执行的payload-xml: 三、巡风的poc分析: 讲一下验证流程: 1、首先发包请 ...
分类:
Web程序 时间:
2017-12-27 19:40:53
阅读次数:
1574