我正在默认的tomcat安装(ubuntu服务器分发版)下安装Artifactory(http://www.jfrog.com/products.php)。我创建了一个/etc/tomcat6/Catalina/localhost/artifactory.xml文件,其中包含以下内容:
<Context path="/maven" docBase="${artifactory.home}/webapps/artifactory.war" debug="0">
<Manager className="org.apache.catalina.session.PersistentManager" saveOnRestart="false"/>
</Context>
我希望在http://serverhostname:8080/maven下提供神器,但它会在http://serverhostname:8080/artifactory下提供。有线索吗?