Hello, So I have artifactory 2.3.4.1 running on tomcat6 on debian.
I can access it, ... everything is fine except the forgot password link which sends to http://localhost:8080/artifactory/webapp/forgotpassword.html;jsessionid=6849E2AB08D1FEA33516B1F9F54A2A92 instead of http://as-artifacts.org/webapp/forgotpassword.html;jsessionid=6849E2AB08D1FEA33516B1F9F54A2A92 I run behind apache2. This is the vhost for as-artifacts.org <VirtualHost *:80> ServerName as-artifacts.org ServerAlias www.as-artifacts.org ServerAdmin ******** # Tomcat rewrite rule - as route # ProxyPreserveHost on ProxyRequests Off ProxyPass / http://localhost:8080/artifactory/ ProxyPassReverse / http://localhost:8080/artifactory/ ErrorLog /var/log/apache2/error_org.as-artifacts.org.log CustomLog /var/log/apache2/access_org.as-artifacts.org.log combined ServerSignature Off </VirtualHost> Any idea why? Thx again for this great tool. Xavier -- View this message in context: http://forums.jfrog.org/Forgot-password-link-is-wrong-tp6903975p6903975.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2d-oct _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
