Hi Ali, If I understand you correctly, you are trying to make Artifactory the root web application running on jetty, so you could access it without the /artifactory context. To do so, you need to do 2 things: 1. Rename the artifactory.war deployed in your jetty webapps folder to root.war 2. Edit test.xml file in the contexts dir: "<Set name="contextPath">/</Set> <Set name="war"><SystemProperty name="jetty.home" default="."/>/webapps/test</Set>" contextPath should be "test/" instead of "/"
Please notice, jetty is going to be deprecated in future versions of Artifactory, I would suggest migrating to Apache Tomcat. Regards, Itamar. -- View this message in context: http://forums.jfrog.org/Problem-with-artifactory-URL-tp7578716p7578729.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Own the Future-Intel(R) Level Up Game Demo Contest 2013 Rise to greatness in Intel's independent game demo contest. Compete for recognition, cash, and the chance to get your game on Steam. $5K grand prize plus 10 genre and skill prizes. Submit your demo by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2 _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
