Bharathi, If you can make something public (not firewalled) even temporarily, then I can try to debug it. But other than that, I'm sorry I can't guess what might be going wrong.
David Bharathi wrote: > David, > > I tried to put many alerts in the code to see what is actual problem. > It seems that Data is not loading. > In Create.js script i added alerts to see if the data gets loaded. > It is not loading the links. > Could you please let me know what could be the problem? > > Thanks > Bharathi > > > On Nov 28, 4:48 pm, David Huynh <[EMAIL PROTECTED]> wrote: > >> Hi Bharathi, >> >> So when you point your browser to >> http://houic-n-s00063.americas.shell.com:8080/painter/PainterServlet >> do you see an image? If not, then that's the problem. >> >> By the way, in step 3, it's useLocalResources, not userLocalResources. >> >> I'd suggest to use Firebug to see if all the URLs in the Net tab look >> correct (i.e., coming from local servers). Also try to put in some >> alert() statement in map-view.js and see if they get called. >> >> David >> >> >> >> Bharathi wrote: >> >>> Hi David >>> >>> Following are the steps which i did to run Exhibit and painter service >>> instance. >>> Please let me know if there is something else needed. >>> 1) Downloaded Exhibit code >>> 2) Downloaded Painter code. created new service using Tomcat server >>> for painter Servlet >>> 3) Modified Exhibit-api.js - userLocalResources=true; and changed >>> http://127.0.0.1:8888 >>> to point to correct local host name >>> 4) modified map-view.js and vemap-view.js - changed harded coded >>> painter url to point to my local painter service >>> (I think this was not necessary but still i did it) >>> 5) Build exhibit and ran locally >>> 6) In the html I added following line >>> <link rel="exhibit/map-painter" href="http://houic-n- >>> s00063.americas.shell.com:8080/painter/PainterServlet"/> >>> 7) used IE and FireFox , but still the map markers are not showing up >>> and also i have the Filters /Facets they are also not showing up. >>> >>> I really need your help to fix this issue since my project deadline is >>> approaching and this set up is taking too much time. >>> >>> Please help >>> >>> Bharathi >>> >>> On Nov 24, 2:50 pm, David Huynh <[EMAIL PROTECTED]> wrote: >>> >>>> Bharathiwrote: >>>> >>>>> Hi David >>>>> >>>>> I could download the source code for painter service and also i >>>>> downloaded the graphics images >>>>> Since our company site has firewalls , i was not able to run painter >>>>> service locally since it tries to access maven-proxy application. >>>>> Is there any way i can run the painter service using jetty or anyother >>>>> other sever like tomcat ? >>>>> >>>> I'm sure you can. Painter is just a pretty simple servlet and you should >>>> be able to figure out how to run it on jetty. >>>> >>>>> I did tried to run the painter service from Tomcat server but I am not >>>>> sure why Exhibit is not going to that serive and it is not showing any >>>>> icons. >>>>> >>>> Can you point your browser at it and see an image? >>>> E.g.,http://localhost:5555/painter(orhowever you configure it) should >>>> return a marker PNG. >>>> >>>>> Please help . I really want this to run in the local server which will >>>>> really help me and my clients. >>>>> >>>>> Thanks so much in advance. >>>>> >>>> Did you specify in your exhibit to link to the local painter service? >>>> >>>> <html> >>>> <head> >>>> ... >>>> <link rel="exhibit/map-painter" href="http://localhost/painter" >>>> /> >>>> >>>> David- Hide quoted text - >>>> >> - Show quoted text - >> > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SIMILE Widgets" 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/simile-widgets?hl=en -~----------~----~----~----~------~----~------~--~---
