Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How do you get Fisheye to only listen on 1 IP address

Bernard O'Flynn June 13, 2012

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.

5 answers

1 vote
Bernard O'Flynn June 14, 2012
There are 2 IPs on the server. I should be able to assign one to IIS and one to Fisheye.
1 vote
parthiban subramaniam
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 13, 2012

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

0 votes
Bernard O'Flynn June 20, 2012

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 :(

0 votes
parthiban subramaniam
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 14, 2012

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

Bernard O'Flynn June 20, 2012

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 :(

0 votes
rverschoor
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 14, 2012

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...

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events