Marino, This URL is not publicly available on the Internet. The way iGoogle gadgets are rendered is as follow: - the gmodules.com server fetch the xml spec for the gadget and render the content - the iGoogle page displays the rendered content from the gmodules server
Therefore, if the URL from which you are serving the XML spec is only available on your LAN (http://aioeoio:8080 is not a valid Internet URL), the gmodules.com fetchers will not be able to get to it. If you are looking to create a gadget only available by the users on your LAN, look at creating a URL type gadget. In that case, the gadget iframe on iGoogle would be pointing directly to your server URL, without being fetched and processed by gmodules.com. This also means that your Tomcat server would have to serve standard HTML/CSS/ Javascript, not a Google Gadget spec: http://code.google.com/apis/gadgets/docs/legacy/fundamentals.html#URL I hope this helps. Jerome On Jan 7, 3:21 pm, "[email protected]" <[email protected]> wrote: > Hi All, > I followed the tutorial for creating HelloGadgets. > I am using Netbeans 6.5 and Tomcat 6. > I created an application in Tomcat with name "HelloGadgets" > and directory: org.yournamehere.Main, containing all the generated > files. > > When I try to add it to my Igoogle page , I receive the Error: > > not found: <URL> which happens to be: > > http://aioeoio:8080/HelloGadgets/org.yournamehere.client.MainEntryPoi... > > When I open the same URL with my Firefox Browser, I can > see the contents of the ....gadgets.xml config file. > Is there a List of the possible errors that generate the "not found" > message? Any hints? I did some search but no luck. > > Thanks in advance. > > Marino Segnan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" 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-Gadgets-API?hl=en -~----------~----~----~----~------~----~------~--~---
