Re: [Dspace-tech] Aggressive XMLUI cache

2013-04-20 Thread Alan Orth
Hi, So for now I *seem* to have found a work around: setting the pipeline to "noncaching".  I found the hint referenced in Jira DS-298, and have modified my code[1] to use the noncaching pipeline type. It's been working on my development instance for a few hours now, and I've been refreshing

[Dspace-tech] Information flow from Browser's dspace search box to servlets to JSP and back to Browser ??

2013-04-20 Thread Nishant Goyal
When i search some word in search box how is that query sent to appropriate servlet (which??). Then how that servlet accesses the DB and later return the result to appropriate JSP file. Can someone explain this flow of query from search box --> servlet --> db --> result --> JSP ?? Thanks in advan