weblogic远程调试
摘要:配置weblogic远程调试之前,需要做这几个工作: 1) 安装weblogic服务器,然后创建一个域; 2) 安装eclipse集成IDE; 3) eclipse中包含发布的工程。 在上面几个工作完成之后,配置weblogic远程调试需要这么几个步骤: 第一步,修改weblogic根目录下user_projects\domains\域名\bin\setDomainEnv.cmd文件; 找到一下内容: Java代码 if"%debugFlag%"=="true"( setJAVA_DEBUG=-Xdebug-Xnoagent-Xrunjdwp:trans
阅读全文
posted @
2011-11-30 20:22
七月逆流
阅读(3149)
推荐(0) 编辑
Web开发Unix常用命令
摘要:在你定义的域中可以找到如下命令:/[youHome]/domains/[yourDomain]/startWebLogic.sh/[youHome]/domains/[yourDomain]/stopWebLogic.sh 启动weblogic,可以参考如下命令:nohup ./startWebLo
阅读全文
posted @
2011-11-30 20:20
七月逆流
阅读(531)
推荐(0) 编辑
男人应该带什么样的手表合适
摘要:看一个男人有没有味道,不看他的相貌,不看他的身高,不看他的钱包,也不看他的学历,只要看他手上戴的,脖子上系的,裤腰上围的就有了三分感觉。而最吃价钱的就是这手上戴的。 要知道男人手上戴的除了朴素的结婚戒指以外,惟一的装饰物就是手表。最烦的是男人带黄金首饰,再斯文,再有学问的男人只要在脖子上戴一根黄鱼老板式的大粗颈链,手指上戴着黄澄澄亮闪闪的金戒指,他的形象就会大打折扣,变得粗俗起来。但是手表例外,金黄色的手表不管怎么说都比同样款式的金手链有品位得多。可见,手表这样东西在男人身上实在是有点化腐朽为神奇的魔力。 所以,当一班闺中密友要问我送她们最最亲爱的男人什么礼物的时候,我都会庄严地用“手表”两个
阅读全文
posted @
2011-11-18 17:46
七月逆流
阅读(11327)
推荐(1) 编辑
Jboss Error :ConfigureListener ClassNotFoundException
摘要:I recently suffered no end of problems trying to get a JSF application to deploy correctly through Eclipse. I, of course, blamed Eclipse because lets face it it's the most flakey piece of software around. I was amazed then to discover that this was infact not the fault of Eclipse! The error mess
阅读全文
posted @
2011-11-11 11:40
七月逆流
阅读(412)
推荐(0) 编辑
Request Processing Lifecycle phases in JSF
摘要:1) IntroductionThis article will explain the sequence of activities that will take place while processing the Request in a typical Web Application. The various phases like the Restore View Phase, Apply Request Values Phase, Process Validations Phase, Update Model Values Phase, Invoke Application Pha
阅读全文
posted @
2011-11-02 21:32
七月逆流
阅读(283)
推荐(1) 编辑
JSF项目启动时报错:javax.servlet.ServletException: Cannot find FacesContext
摘要:在启动程序时得到javax.servlet.ServletException: Cannot find FacesContext,why?When I launch the application, I get the "javax.servlet.ServletException: Cannot find FacesContext". What does it mean?在一般情况下,是因为你直接调用JSF页面而不是使用Faces Servlet映射造成的.Faces Servlet mapping在web.xml文件中配置,可以被配置为 a suffix mapping
阅读全文
posted @
2011-11-01 23:32
七月逆流
阅读(420)
推荐(0) 编辑