Hi I just downloaded the latest Artifactory and having issues with deploying the Artifactory war using mysql database.
For some reason, the database server address always resolves to the local ip address of the machine on which the war is deployed. My DB server is running on different server and I just can't get it to work. Setup is as follows: Server A ( 192.168.1.1) - this mysql server Server B ( 192.168.1.2) - this is jboss app server where Artifactory war is deployed. repo.xml is correctly point the database url to Server A with valid userid and password. During deployment, the error is caused by failed to connect to Database using the userid/password specified. But the server address/ip it was connecting to was Server B instead of Server A which I had in the repo.xml? Looks like somewhere during initialization the jdbc url specified in the config is not used and defaults to localhost server. I just don't understand why it is trying to connect to Server B mysql when mysql server I configured to use is Server A? Any help sorting this out is much appreciated. Thanks. -- View this message in context: http://forums.jfrog.org/file-system-mysql-config-problem-tp5427579p5427579.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
