Eugen,

you said you have a velocity page, say accessible at 
http://server/xwiki/bin/iview/MyScheduler/Velo

what I was telling is that you should be able to get its execution from groovy 
with

  new URL("http://server/xwiki/bin/iview/MyScheduler/Velo";).getContent()

and, if you needed secure access for that execution you could request

  new 
URL("http://admin:p...@server/xwiki/bin/iview/MyScheduler/Velo";).getContent()

provided the user admin has password psps.

paul

On 24 oct. 2010, at 17:13, Eugen Colesnicov wrote:

>> or call http://user:passw...@host:port/xwiki/bin/view/Space/Name
>> 
> 
> Paul, can you give exactly example? What I should write in a scheduler field
> - "Job script"?

_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to