Bharathi wrote:
> 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 (or however 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


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to