I'm trying to define a virtualhost, to ensure access to Artifactory with a
url like http://myartifactory.mydomain.com:8081/artifactory   instead of use
localhost.
I modified the file jetty.xml as follows 

<Set name="virtualHosts">
    <Array type="java.lang.String">
      <Item>myartifactory.mydomain.com</Item>
      <Item>127.0.0.1</Item>
    </Array>
</Set>

but accessing the web interface I get le'errore following:

HTTP ERROR: 404

Problem accessing /artifactory. Reason: 
    Not Found

--------------------------------------------------------------------------------
Powered by Jetty://

What am I doing wrong?

Thanks



--
View this message in context: 
http://forums.jfrog.org/Define-a-new-virtual-host-tp7580221.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