Sorry a problem with the editor, the first message was not showing the
config.
So here they are:

Server.xml
------------------------
< Server port="8015" shutdown="SHUTDOWN">

    < GlobalNamingResources>
        < Resource name="UserDatabase" auth="Container"
                  type="org.apache.catalina.UserDatabase"
                  description="User database that can be updated and saved"
                 
factory="org.apache.catalina.users.MemoryUserDatabaseFactory"
                  pathname="conf/tomcat-users.xml"/>
    

    < Service name="Catalina">
        < Connector port="8018"/>

        < Connector port="8019" protocol="AJP/1.3"/>

        < Engine name="Catalina" defaultHost="localhost">
            < Realm className="org.apache.catalina.realm.UserDatabaseRealm"
                   resourceName="UserDatabase"/>
            < Host name="localhost" appBase="webapps"/ >
        < /Engine>

    < /Service>
< /Server>
-----------------------

the Vhost
-----------------------
< VirtualHost *:80>
        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
< /VirtualHost>
-----------------------

The welcome-file-list
-----------------------
    < welcome-file-list>
        < welcome-file/>
        < welcome-file>index.html< /welcome-file>
        < welcome-file>index.htm< /welcome-file>
        < welcome-file>index.jsp< /welcome-file>
    < /welcome-file-list>
-----------------------

Thanks again,
Xavier

--
View this message in context: 
http://forums.jfrog.org/Problem-running-Aritfactory-on-Tomcat-6-via-apache-proxy-tp6099803p6099811.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