首页 > 系统服务 > 详细

tomcat 端 启动项目,废弃掉Eclipse自带启动

时间:2014-09-17 13:36:32      阅读:280      评论:0      收藏:0      [点我收藏+]

1.需要将tomcat的webapps 关联到项目的工作空间。

  在apache-tomcat-6.0.41\conf下添加conf\Catalina\localhost,也就是建立Catalina和localhost文件夹。

  在localhost中添加文件ROOT.xml,文件内容:

  

<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!--
<Context path="" docBase="D:\projects\PayPlatform\target\payplatform-0.1-BETA.war" />
-->
<!--
<Context path="" docBase="D:\projects\BankCompany\payPlatform\trunk\target\payplatform-web.war" />
-->

<Context path="" docBase="D:\dev-rcrp-tree\newRcRp\refund-web\target\jd-web.war" />

 

其中docBase指定项目的war包位置。就可以了~

tomcat 端 启动项目,废弃掉Eclipse自带启动

原文:http://www.cnblogs.com/lyctianlang/p/3976819.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!