您的位置:首页 > 运维架构 > Tomcat

tomcat热部署实现文件下载

2016-06-07 20:18 405 查看
热部署路径:/home/zhengzy/tomcat-6/conf/Catalina/localhost

[lditms@allinpay1 localhost]$ cat downFile.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="/downFile" docBase="/home/zhengzy/" debug="0" privileged="true" />


下载路径:127.0.0.1:8080/downFile/demo.zip

系统会自动寻找home目录下demo.zip文件。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  tomcat