|
拿他没办法了,
2) 展开lomboz选项->点击Server Definitions子选项:(配置右侧信息)
Server Types:选择Tomcat版本(Apache Tomcat v5.0.x)
在Preperties标签中:
Application Server Directory:Tomcat安装路径(C:/Program Files/Tomcat 5.5);
Address:使用默认值127.0.0.1;
Port:使用默认值8080;
Class Variable Name:TOMCAT_HOME;
Class Variable:Tomcat安装路径(C:/Program Files/Tomcat 5.5);
点击Apply。
在Server ClassPath标签中:没有的话就添加以下三项
${classPathVariableName}/bin/bootstrap.jar
${classPathVariableName}/common/lib/servlet-api.jar
${classPathVariableName}/common/lib/jasper-runtime.jar
点击Apply。
这里老是出错,无论怎么弄,总是不能在server type里面看到tomcat,只有jboss+tomcat一项 |
|