Eclipse中以Debug模式运行Resin web应用

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_36719449/article/details/82840974
  1. 右键应用 Debug As -->Debug Configurations.

  2. 右键new ,填入Name、Project、Main class (必须和图中main class保持一致)

  3. 配置Arguments
    Program argument: -conf E:\workspace\baby180814/resin-activity.xml
    VM argument:-DJava.util.logging.manager=com.caucho.log.LogManagerImpl
    Working directory:D:\resin-3.1.8
    这里需要根据自己的resin所在的绝对路径 和项目所在的绝对路径进行调整。
    在这里插入图片描述

  4. 将Resin\lib下的所有jar包 加入到 User Entries下。
    在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/qq_36719449/article/details/82840974