I have search page on my application which has several filters on it and i 
get the deadline exceeded exception a lot. 

So I said the backends is the solution for my issue and I moved to the 1.5 
version. 

Created a new backend and uploaded my new version and now I see the backend 
on the dashboard. 

Now I am having issues on how to access the backend ?

So on my search page form, changed my action to 
http://mybackend.myapp.appspot.com/doSearch (Previously :  /doSearch )
(mybackend is the new backend, and doSearch is  my servlet file). 

The search happens fine and (takes more than 1 min when I have all my 
filters on) and then I forward my request to a view page, but now the 
forwarded page URL is changed to 
http://mybackend.myapp.appspot.com/mySearchResults.jsp  it should actually 
be http://myapp.appspot.com/mySearchResults.jsp

What is right way to access mybackend and then forward the request to my 
results page. I could find many sample codes on this topic. 

Appreciate the inputs. 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to