I am trying to connect to FileNet from ManifoldCF without any success. The error I got is
Connection status: Connection temporarily failed: Connection refused to host: 127.0.0.1; nested exception is: java.net.ConnectException: Connection refused: connect
The summary of my parameters are below. Note that i put the * next to parameter that I am unsure about and server name and username are fictitious
FileNet domain=test-my-filenet-domain *
User ID=myusername
Server protocol=http
Server WebServices location=wsi/FNCEWS40DIME *
Object store=Test OS
Document URL protocol=http
Document URL hostname=samplehost.mycomp.org
Document URL location=Workplace/Browse.jsp
Server port=7003
Server hostname=samplehost-wp.mycomp.org
Document URL port=443
Password=********
I have verified that the FileNet CE ping page is up and running at the url http://samplehost.mycomp.org:7003/FileNet/Engine
And that classic Workplace is available at https://samplehost-wp.mycomp.org/Workplace. Note that Workplace is over HTTPS and CE is over HTTP
Anyone out there successfully connected to a FileNet repo using Apache Manifold?