I have fisheye/crucible on a windows server that has an IIS web site already on it (an OSQA one like this)
I have got IIS to only listen to 1 IP address.
But Fisheye seems to be stealing the http requests so any request to that server end up at crucible/fisheye.
I don’t see how that is possible if they are running on the same machine?
They need to bind on a port and if it’s already used up by another service or application it will fail to start up.
If they are bound to different port then its a redirection issue on IIS
If there is a redirection setup on IIS check there to see if you can differentiate and redirect based on context or URL/virtualhost settings
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've set IIS to listen to 10.0.0.1 port 80 and I've set fisheye/crucible to 10.0.0.2:80 in the bind section of the config.
But when I go to crucible.x.com I go to the crucible site. And when I go to answers.x.com I also go to the crucible site. DNS is correct.
I've tried setting the bind entry to the ip address and the dns name for crucible and its still not working :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try
<web-server context="fisheye">
<http bind="127.0.0.1:8060"/>
</web-server>
Think you can specifiy this on the UI as well and specify proxy settings
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've set IIS to listen to 10.0.0.1 port 80 and I've set fisheye/crucible to 10.0.0.2:80 in the bind section of the config.
But when I go to crucible.x.com I go to the crucible site. And when I go to answers.x.com I also go to the crucible site. DNS is correct.
I've tried setting the bind entry to the ip address and the dns name for crucible and its still not working :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
According to Configuring the FishEye Web Server:
Setting HTTP Bind: The hostname the FishEye web server will bind to. This can take the form of a host name and port number, or you can leave the host name blank. If no host name is specified, then FishEye will bind to all available interfaces.
So instead of using ":8060" try "ip.add.dr.ess:8060".
Haven't tried this myself...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.