problem in connecting centrasite with designer

Hi am using centrasite 8.0 active SOA edition,

When i tired to configure the centrasite connection in designer through
Windows–>preferences–>centrasite–>connection, it ask for host name , user id and password.
I gave the below details
Name : Centrasite
Host: http://hostname:53305/INMConfiguration/INMConfiguration.xm
host name: as defined in mediator
User and password : same credentials i use to login into centrasite
and i got the below exception

java.io.IOException:HTTP 502 Bad Gateway:
http://hostname:53305/CentraSite/CentraSite/ino:dav/ino:dav/redist/jaxr

Both the centrasite and designer are installed in my system itself, so i donot understand why the gate way exception occurs.

Can any one help!!

Hi,
please try

http://localhost:53305/INMConfiguration/INMConfiguration.xml

If you access http://localhost:53305/CentraSite/CentraSite/ino:dav/ino:dav/redist/jaxr with your browser - do succeed with the authentication?

Daniel

Hi Daniel ,
I tried using http://localhost:53305/INMConfiguration/INMConfiguration.xml
but prompts the same exception message

And while accessing http://localhost:53305/CentraSite/CentraSite/ino:dav/ino:dav/redist/jaxr from browser i got the below response

- - Can't connect to server CentraSite, XTS error -1061 (XTS1061E: TCP/IP Connection refused).

Please check if your apache is running

Hi ,

Yes i think the apache was not running when i configured.
Now am able to connect with the host name http://localhost:53305/INMConfiguration/INMConfiguration.xml

Thanks