当前位置: 代码迷 >> J2EE >> JAVA热部署有关问题
  详细解决方案

JAVA热部署有关问题

热度:196   发布时间:2016-04-22 02:34:05.0
JAVA热部署问题
Mon Nov 07 08:13:39 CST 2011new V()
Mon Nov 07 08:13:39 CST 2011public boolean a(byte abyte0[])

#############################################################

 JRebel Unknown (null)
 (c) Copyright ZeroTurnaround, Ltd, 2007-2009. All rights reserved.

 A rough estimate: Over the last 30 days JRebel 
 prevented the need for at least 13 redeploys/restarts.
 Using industry standard build and redeploy times, 
 JRebel saved you between 0.3 and 0.7 hours.
 Over the last 365 days JRebel saved you
 between 0.3 and 0.7 hours.

 This product is licensed to Java Hack Organization
 for unlimited number of developer seats on site.

#############################################################


JRebel: A newer version '4.5.2' is available for download 
JRebel: from http://www.zeroturnaround.com/download.

2011-11-7 8:13:52 org.apache.catalina.core.AprLifecycleListener init
信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jre6\bin;E:\Program Files\Tomcat 6.0\bin
2011-11-7 8:13:52 org.apache.coyote.http11.Http11Protocol init
信息: Initializing Coyote HTTP/1.1 on http-81
2011-11-7 8:13:52 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 3790 ms
2011-11-7 8:13:52 org.apache.catalina.core.StandardService start
信息: Starting service Catalina
2011-11-7 8:13:52 org.apache.catalina.core.StandardEngine start
信息: Starting Servlet Engine: Apache Tomcat/6.0.18
2011-11-7 8:13:52 org.apache.catalina.startup.HostConfig deployWAR
信息: Deploying web application archive acegi-sample.war

=============================== [JRebel AspectJ Plugin DISABLED] ==============================
You can enable AspectJ Plugin by setting -Drebel.aspectj_plugin=true.
------------------------------------------------------
Description: Allows the AspectJ load-time weaving (javaagent launched by aj5 or
-javaagent:aspectjweaver.jar) to be used with JavaRebel. Note that AspectJ
weaver will still show "java.lang.Exception: AspectJ5 does not weave hotswapped
class" in the beginning, but this can be safely ignored.
=============================== [/JRebel AspectJ Plugin DISABLED] =============================


=============================== [JRebel Spring Framework Plugin] ===============================
Plugins are contributed by third party and can cause compatibility problems.
If you have any troubles set -Drebel.spring_plugin=false to disable it.
------------------------------------------------------
Description: Supports adding new beans and adding new bean dependencies using
annotations or XML. Singletons will be reconfigured after the change. It also
supports adding or changing Spring MVC controllers or handlers.
=============================== [/JRebel Spring Framework Plugin] ==============================


=============================== [JRebel Struts 2 plugin DISABLED] ==============================
You can enable Struts 2 plugin by setting -Drebel.struts2-plugin=true.
------------------------------------------------------
Description: Reloads full configuration of Struts 2 projects.
=============================== [/JRebel Struts 2 plugin DISABLED] =============================

这是JAVA热部署输出的日志,我想问的是 这个地方有个 lang异常是什么意思啊,
=============================== [JRebel AspectJ Plugin DISABLED] ==============================
You can enable AspectJ Plugin by setting -Drebel.aspectj_plugin=true.
------------------------------------------------------
Description: Allows the AspectJ load-time weaving (javaagent launched by aj5 or
  相关解决方案