<div>John thanks a lot, i found the problem...</div>
<div>My webserver is <a href="http://HOBBITSRV:8080">HTTP://HOBBITSRV:8080</a> (listen in 8080 port) but $BBWEBHOST show me <a href="http://HOBBITSRV">HTTP://HOBBITSRV</a> (whithout 8080), i move my webserver to 80 port and the problem go out ! 
</div>
<div>I put the BBWEBHOST variable correctly BBWEBHOST="<a href="http://$bbserverwwwname/">http://$BBSERVERWWWNAME</a>:8080" and works fine !!!!</div>
<div> </div>
<div>Thanks a lot !!!! - I am happy now :) <br><br> </div>
<div><span class="gmail_quote">On 2/23/07, <b class="gmail_sendername">John Glowacki</b> <<a href="mailto:johng@idttechnology.com">johng@idttechnology.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I have seen minor issue that sounds like what you are trying to describe.<br><br>Starting URL.<br><a href="http://10.10.10.12/hobbit-cgi/bb-findhost.sh">
http://10.10.10.12/hobbit-cgi/bb-findhost.sh</a><br><br>URL after search with "jump to page" unckecked. (works)<br><a href="http://10.10.10.12/hobbit-cgi/bb-findhost.sh?host=pymon01&SUB=Search">http://10.10.10.12/hobbit-cgi/bb-findhost.sh?host=pymon01&SUB=Search
</a><br><br>URL after search with "jump to page" checked. (http host changed from ip<br>to hostname, I think this is where your problem is)<br><a href="http://pymon02/hobbit//#pymon01">http://pymon02/hobbit//#pymon01
</a><br><br>URL after search with "jump to page" checked but with more than one host<br>returned. (works)<br><a href="http://10.10.10.12/hobbit-cgi/bb-findhost.sh?host=mon&jump=on&SUB=Search">http://10.10.10.12/hobbit-cgi/bb-findhost.sh?host=mon&jump=on&SUB=Search
</a><br><br>I believe it has to do with the use of calling BBWEBHOST in the jump<br>code. What is BBWEBHOST set to? Run bbcmd and echo $BBWEBHOST. Does that<br>hostname exist? Or a better question might be is it resolvable from the
<br>system you are running your browser from?<br><br>web/bb-findhost.c<br>       if (dojump) {<br>               if (gotany == 1) {<br>                       printf("Location: %s%s\n\n",<br>xgetenv("BBWEBHOST"), oneurl);
<br>                       return 0;<br>               }<br>               else if ((gotany > 1) && (gotonepage == OP_YES)) {<br>                       printf("Location: %s%s/%s/\n\n",<br>                              xgetenv("BBWEBHOST"), xgetenv("BBWEB"),
<br>onepage);<br>                       return 0;<br>               }<br>       }<br><br><br>John<br><br><br><br>Guillermo Castellini wrote:<br>> Nobody have this problem?<br>><br>> On 2/19/07, Guillermo Castellini <
<a href="mailto:gcastellini@gmail.com">gcastellini@gmail.com</a>> wrote:<br>>><br>>> This page can't be founded in the browser (jump active)....<br>>> <a href="http://149.194.61.199:8080/hobbit-cgi/bb-findhost.sh?host=hobbitsrv&jump=on">
http://149.194.61.199:8080/hobbit-cgi/bb-findhost.sh?host=hobbitsrv&jump=on</a><br>>><br>>><br>>><br>>> Works Great !<br>>><br>>> <a href="http://149.194.61.199:8080/hobbit-cgi/bb-findhost.sh?host=hobbitsrv&SUB=Search">
http://149.194.61.199:8080/hobbit-cgi/bb-findhost.sh?host=hobbitsrv&SUB=Search</a><br>>><br>>> Thanks a Lot !<br>>><br>>> On 2/16/07, Henrik Stoerner <<a href="mailto:henrik@hswn.dk">henrik@hswn.dk
</a>> wrote:<br>>> ><br>>> > On Fri, Feb 16, 2007 at 10:49:14AM -0300, Guillermo Castellini wrote:<br>>> > > When i check "jump to page" in Admnistration Menu/Find Host, the<br>>> > server
<br>>> > > can4t find  the generated page.<br>>> > > If i remove "Jump to page" works great ! I try in serverals ways but<br>>> > nothing<br>>> > > resolve the problem....
<br>>> ><br>>> > Could you show me both of the URL's that you end up with ? The one that<br>>> > fails and the one that works ?<br>>> ><br>>> ><br>>> > Regards,<br>
>> > Henrik<br>>> ><br>>> ><br>>> > To unsubscribe from the hobbit list, send an e-mail to<br>>> > <a href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a><br>
>> ><br>>> ><br>>> ><br>>><br>><br><br><br>To unsubscribe from the hobbit list, send an e-mail to<br><a href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a><br><br><br>
</blockquote></div><br>