|
From: Thorsten H. <th...@gm...> - 2007-06-13 07:55:52
|
Hi Olivier, > Artifactory works well on Jetty but I have already a Tomcat server and I > would like to use Artifactory on my Tomcat server. Can anyone explain me > how > to do ? (I use Tomcat 5.5.23 and JDK1.6.0) > In fact, I just try to put the war in the webapps directory but I have a > 404 > error. To let Artifactory run under Tomcat 6.0.13 you only have to copy the WAR file to Tomcat's webapps subdirectory and add the following parameter to the Tomcat startup options: -Dartifactory.home=<path to your Artifactory installation, for example C:\Programme\artifactory-1.2.1-rc4> That's it. HTH Thorsten |