Page 1 of 1

Trying to work through connecting to an eXist DB

Posted: Wed Apr 19, 2006 12:08 am
by mphare
I've installed the latest version of eXist (20060316) under Tomcat.

I can connect to the exist admin screens using a web browser (http://myserver:8080/exist/admin/admin.xql, no problem.

But I am unable to connect using FTP / WebDAV.

Any thoughts as to what I need to look for?

Posted: Wed Apr 19, 2006 10:09 am
by george
If you need a proxy check that it is set also in oXygen. If you use localhost or 127.0.0.1 as the server address and you have a proxy set make sure the proxy is not used to resolve these addresses.

Best Regards,
George

Posted: Wed Apr 19, 2006 6:05 pm
by mphare
I believe you have the answer. I had a proxy issue for another problem and it seems to have fixed both.

Posted: Wed Apr 19, 2006 6:05 pm
by mphare
Thanks George