Changes between Version 1 and Version 2 of kfhjdj


Ignore:
Timestamp:
11/24/2011 04:57:14 PM (14 years ago)
Author:
xiejing
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kfhjdj

    v1 v2  
    11== '''开发工具''' == 
    2    服务器:resin 3.0.4[[BR]] 
     2   服务器:resin 3.0.14[[BR]] 
    33 
    44   编程工具:eclipse3.2[[BR]] 
     
    77 
    88== '''具体配置过程''' == 
     9'''配置Eclipse调试环境:'''[[BR]] 
     101选择Run->Run Configurations->新建Java Application。 
     11[[BR]] 
     122.Man class:com.caucho.server.resin.Resin[[BR]] 
     13 Project:选择你的maven war项目[[BR]] 
     14 
     15Program arguments:-conf "D:\resin-3.0.25\conf\resin.conf" 
     16VM arguments:-Dresin.home="D:\resin-3.0.25" -Djava.util.logging.manager=com.caucho.log.LogManagerImpl 
     17JRE默认即可。 
     18Classpath的Bootstrap Entries中,添加resin根目录下的lib文件夹中的所有jar,还有jdk lib下的tools.jar。保证User Entries中有项目文件夹和Maven Dependencis。