cancel
Showing results for 
Search instead for 
Did you mean: 

Web Script timeout ?

dynamolalit
Champ on-the-rise
Champ on-the-rise
Hi,

I have created a dashlet which has a link to get total content in repository on dashboard of admin. On click of link, I am invoking a javascript based web script which returns total content in repository using lucene search & as per content attributes, i am segregating content & displays as per attributes finally on a jsp using web script model mechanism.

Initially it was OK but as repository grew larger ~10K contents, it takes longer time & then finally i get timeout on alfresco explorer. But on checking on server console,i can see that web script has been invoked & results are getting displayed on server console but timeout on explorer without any error giving some network error message which i am sure is about timeout only.

I am not getting into it on how to handle the issue. Session time is set to 30 minutes. Can anyone help me here on what is real issue.
1 REPLY 1

sorin_postelnic
Confirmed Champ
Confirmed Champ

I have the same question, and I am using Alfresco 4.2

How can I extend the timeout of webscripts to make it longer than the default 30 seconds?