Two months ago I sent the message below, but nobody know the answer.
The problem was in my ViewContext file.
I was using

==============================
 <Layer queryable="0" hidden="1">
                        <Server service="OGC:WMS" version="1.0.0"
title="Local">

                                <OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/geoserver/wms"/>

                        </Server>
                        ...
</Layer>
==============================

In place of localhost, you should use your link
For example:
==============================
 <Layer queryable="0" hidden="1">
                        <Server service="OGC:WMS" version="1.0.0"
title="Local">

                                <OnlineResource xlink:type="simple"
xlink:href="http://www.mylink.com:<port>/geoserver/wms"/>

                        </Server>
                        ...
</Layer>
==============================

cheers
André

2008/3/26 André Silva <[EMAIL PROTECTED]>:

> Hi,
>
> I make my first application with geoserver and mapbuilder.
> When I try to see my application on the localhost it appear perfectly. But
> when I try to see my  application in a computer on the same network my Map
> don't appear on the "mainMapPane", info button still functional,  it
> correctly handle the information of my map.
> I tried in other  same computers network but the problem persists.
>
> regards,
>
> André Silva
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mapbuilder-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mapbuilder-users

Reply via email to