Hello everybody,

First I would like to thanks u for this really good piece of software.

So, I have tried to install artifactory on Debian Lenny (apache2, tomcat6,
sun-java6-sdk).
I have installed tomcat 6, and then have taken the war files from the 2.3.1
artifactory tar and dropped it in tomcat.

Accessing artifactory using IP:8018/artifactory runs smoothly no pb.
But trying to accessing it via as-artifacts.org fails with this error (from
the catalina.out log)
2011-03-08 02:01:58,670 [http-8018-3] [WARN ] (o.a.w.s.RequestUtils:115) -
Request /artifactory/webapp should be a repo request and does not match any
repo key

Here are the vhost conf and tomcat server.xml
Server.xml
------------------------




    
        
        
    

    
        

        
        

        
            
            
        

    

-----------------------

and the Vhost
-----------------------

        ServerName  as-artifacts.org
        ServerAlias www.as-artifacts.org
        ServerAdmin zef****@****.com

        ProxyPreserveHost on
        ProxyPass / http://localhost:8018/artifactory/
        ProxyPassReverse / http://localhost:8018/artifactory/

#       DocumentRoot /srv/www/httpd/htdocs/

        ErrorLog /var/log/apache2/error_org.as-artifacts.org.log
        CustomLog /var/log/apache2/access_org.as-artifacts.org.log combined
#       ServerSignature Off

-----------------------

I've seen a similar thread on the forum
http://forums.jfrog.org/Deploying-on-Tomcat-7-Problem-td5345433.html#a5349872
but sadly the solution provided
https://issues.jfrog.org/jira/browse/RTFACT-3387

did not worked for me
This is my welcome-file-list

-----------------------
    
        
        index.html
        index.htm
        index.jsp
    
-----------------------

Any idea why this is happening? Any fixes?
Thanks a lot,
Cheers,
Xavier

--
View this message in context: 
http://forums.jfrog.org/Problem-running-Aritfactory-on-Tomcat-6-via-apache-proxy-tp6099803p6099803.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to