Hey, thanks for your help.
of course the webserver's IP is something like 194.123.123.123:8080... And no, I am not talking about a intranet server... but that's not the problem!! Probably you couldn't understand what I am trying to solve: The JK connector and Apache are redirecting requests to my servers ip (plus port 8080 for tomcat). But if you browse the sites, you cannot see the IP but the domain name (as I want it). So I think google Maps Api notifies the request NOT comming from www.example-foo.com... But google maps api also doesnt like the key I generated for the server IP, if you are browsing the domain name... So again an example: There is a page called maps.jsp. If I visit this page through: http://194.123.123.123:808/Appname/maps.jsp (NOT MY IP, just an example LINK) and using the key generated for this IP, everything works fine. Else if I visit the page trough http://www.example-foo.com/Appname/maps.jsp NEITHER the key generated for this specific URL NOR the key for "http://194.123.123.123:808/Appname/ maps.jsp" work at all!! Hope you understand my problem now and someone can help ;) Frithjof On 30 Sep., 03:13, Mike Williams <[EMAIL PROTECTED]> wrote: > Wasn't it mr.nice who wrote: > > >Tomcat App can be acceses throughhttp://194.123.321.123:8080/appname > >--> if I generate a key for this url, and acces my sides such as > >http://194.123.321.123/appname/maps.jsp, everything works fine. > > That's not a valid URL. The third octet if the IP address exceeds 255, > and that can't happen. > > If you're attempting to run Google Maps on a URL within a private > Intranet, then you probably need to obtain a Premier key. Free keys are > for public websites but can also be used for development on localhost. > > --http://econym.org.uk/gmap > The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
