Re: [Artifactory-users] gradle artifactory plugin problem

2010-07-28 Thread MartyMcFly
I like to bring this thread up again as I hope someone can help me with a similar problem. I have buildscript{ apply { apply from: 'http://myServer:port/artifactory/repo/org/jfrog/buildinfo/build-info-extractor-gradle/1.0.1/artifactoryplugin-1.0.1.gradle' } } repositories {

Re: [Artifactory-users] Deploying on Tomcat 7 Problem

2010-07-28 Thread Yoav Landman
Hi, If you point your browser to http://localhost:8090/artifactory/webapp it will work, but on Tomcat 7 there is indeed a problem with directory browsing (e.g. drilling down in the simple browser). You can follow it up here: http://issues.jfrog.org/jira/browse/RTFACT-3387. Also, when the default

Re: [Artifactory-users] Deploying on Tomcat 7 Problem

2010-07-28 Thread Yoav Landman
FYI, the issue includes a simple workaround to fix directory browsing by adding a line to web.xml. The conflict with Tomcat 7 bundled applications is only with the ROOT default application so you'd have to move it away, or Tomcat will attempt to start Artifactory twice. On Wed, Jul 28, 2010 at