tomcat5.0.28指定具体虚拟目录

tomcat5.0.28指定具体虚拟目录

在这个目录下Tomcat 5.0.28\conf\Catalina\localhost增加一个ROOT.xml文件,内容如下,baiying是自已要指定的目录.

<!--

    Context configuration file 
for  the Tomcat Manager Web App

    $Id: manager.xml,v 
1.2   2004 / 02 / 20   17 : 09 : 29  remm Exp $

-->


< Context path = ""  docBase = " baiying "
        debug
= " 0 "  reloadalbe = " false "

</ Context >

你可能感兴趣的:(tomcat5.0.28指定具体虚拟目录)