<Server port="8015" shutdown="SHUTDOWN">

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

        
        <Connector port="8080" protocol="HTTP/1.1"/>
       <maxThreads=&quot;500&quot; minSpareThreads=&quot;20&quot;
maxSpareThreads=&quot;150&quot;
       enableLookups=&quot;false&quot; disableUploadTimeout=&quot;true&quot;
        backlog=&quot;100&quot;/>

        <Engine name="Catalina" defaultHost="localhost">
            <Host name="localhost" appBase="webapps"/>
        </Engine>

    </Service>
</Server>
This is my tomcat and apache is
<VirtualHost *:8080>
    ServerAdmin [email protected]
    DocumentRoot "/home/user/artifactory-powerpack-3.4.2"
    ServerName ipaddress
    ErrorLog "logs/artifactory-error_log"
    ProxyPreserveHost on
    ProxyPass /artifactory http://ipaddress:8080/artifactory
    ProxyPassReverse /artifactory http://ipaddress:8080/artifactory
</VirtualHost>
after this i got proxy error 502 so i turned on Keepalive=on in apache and
also i un commented 
<IfModule mod_proxy.c>
ProxyRequests On

<Proxy *>
#    Order deny,allow
#    Deny from all
     Allow from all
</Proxy>





--
View this message in context: 
http://forums.jfrog.org/Artifactory-tp7580028p7580131.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to