The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
15 views

set RequestHandler to use XmlView by default

I'm using the Xml/Json views for an API. Going to '/Api.json' or '/Api.xml' works fine, but I'd like it to default to the XmlView when posting to '/Api' What's the most simple/best way get this ...
0
votes
2answers
28 views

How to add an instance attribute to a subclass of webapp2.RequestHandler?

I have the following class definition: class TestHandler(webapp2.RequestHandler): def get(self): self.msg = "hello world" self.render_form() # modifies self.msg def ...
0
votes
1answer
25 views

GAE: how can I combine a BlobstoreUploadHandler and a RequestHandler in 1 webpage

I am making a mailing app in Python on the Google App Engine. I want to enable an attachment upload (which posts to a BlobstoreUploadHandler) in a 'normal' webpage (posting to a RequestHandler). ...
0
votes
1answer
40 views

How to use a fq in solrconfig.xml 's requestHandler

I am trying to setup my requestHandler on my solrconfig.xml file to use a fq. So here is my code: <requestHandler name="/safe" class="com.orestis.custom.solr.handlers.SafeSearchRequestHandler"> ...
0
votes
0answers
79 views

CakePHP Request Handler not working on Nginx

I have just moved from Apache to nginx and have issues with RequestHandler. I have lots of ajax tabs so on session timeout I am sending <script>window.location.href='/';</script> to have ...
0
votes
1answer
78 views

Cakephp 2 RequestHandlerComponent does not have a method beforeRender error message and could not parse RSS

I got 2 different problems: Error while render default request (html) Error while render rss request. Here is my code: class PagesController extends AppController { public $name = 'Pages'; ...
1
vote
1answer
43 views

how to set solr requestHandler

data-config.xml I add some setting infomation to solrconfig.xml,but show some error here: how to set requestHandler???pls tell me how to set.thanks. I don't know why shows this ...
0
votes
1answer
96 views

How do I test the output of a JSON data view in CakePHP?

So I am trying to create an Android mobile application and I am using CakePHP as my serverside. I will not be needing any HTML views, I will only be responding with JSON objects. I have taken a look ...
0
votes
1answer
157 views

(Goole App Engine Python 2.7) webapp2 RequestHandler on main thread?

I started with a simple Python 2.5 app engine app and migrated it to Python 2.7 in hopes of taking advantage of its multithreaded abilities. After migrating, I notice the webapp2.RequestHandler ...
0
votes
1answer
169 views

calling a custom request handler from another one in solr

Is there a way to call one custom request handler from another in Solr. eg : i have /myhandler1 and /myhandler2 defined as custom request handlers in the solrconfig.xml. Defined like this ...
0
votes
1answer
192 views

cakePHP: / redirects to /index but sends a get instead of post request

im totally confused right now, because i want to build up an api, but cake has a bit of a weird behaviour: If i want to send a POST-request to let's say "/controller", it gets redirected to ...
0
votes
1answer
34 views

SOLR 4.0: Get unique LONG fields in requestHandler code

I am writing a request handler for SOLR 4.0 and i am trying to get all unique values of a field of type tlong (field is indexed of course). Whenever i try to get all unique terms for a tstring field ...
0
votes
1answer
164 views

Solr: store Text Layout from extrected pdf with tika / extract request handler

i'm using solr 4 and the extract request handler to index pdf files, which works well. The text from the pdf is stored in the index in oder to display/provide an text snipped with highlighting. The ...
1
vote
1answer
115 views

How to receive php response array using HTTP-reponse-handler

In my new android program i need to send one request to a PHP page and receive a response as an array. For that i have created a class that contains http request and response functionality. It will ...
0
votes
1answer
308 views

How to write a Webapp2 Request Handler to Allow Client to Get Data after receiving Channel API message

As a follow up to another question I asked, I have a basic question about the easiest way to get a webapp2 python server to provide json data that is too large (about 100 kb) to send as a Channel API ...
1
vote
1answer
286 views

RestEasy open html/jsp page

There is a RestEasy method, which handles @GET requests. How is it possible to open a jsp/html page from that method? @GET @Path("/") public void getMainPage(){ //... }
0
votes
1answer
178 views

Can a Solr Request Handler modify the query string?

I'm trying to improve an existing solr search which uses the StandardRequestHandler. I'd like to switch to a dismax-based handler, however I'll need to remove the fieldname from the ...
1
vote
2answers
2k views

Solr DataImportHandler configuration

I want to get data from mysql database with the help of DataImportHandler so i can create indexes. Now I've configured my Solr instance so that it works on Tomcat (the example admin page), but if I ...
0
votes
1answer
310 views

How to show the result of solr in jsp page instead of xml format?

i am new to solr. i want the result of solr output into jsp format or page by default it shows result in xml format. please help me.
0
votes
0answers
678 views

Custom JSON handler IIS 7.5 Classic asp.net pool

I have following problem, i have custom written JSON handler in asp.net, that should map to *.json extension. When running application under IIS7.5 on Win7x64 box in Integrated mode, everything works ...
0
votes
1answer
44 views

ASP.NET MVC request forwarder

I would like to achieve this kind of functionality: When a client makes GET request to GET http://www.myserviceurl.com/rest/facebook/profile/me to get response from GET ...
0
votes
2answers
755 views

In tornado, how can I use static_url() in a class without tornado.web.RequestHandler?

I'm using Tornado and I want to load some static files in the template. Now I use tornado.web.UIModule to load them. But I got some errors which said static_url() is not defined. So I looked up the ...
0
votes
2answers
234 views

URL Mapping in Java AppEngine (for Python-like functionality)

First Post. I'm a mobile game developer looking into using the Java version of AppEngine for the backend of an Andriod game. Since the game is written in Java, I figured that I'd use the Java version ...
0
votes
3answers
177 views

Will removing EJB improve performance of project?

I have been working in Government Project i.e. in EJB. I have found some Server Issue while deploying EJB. People working in my project have beed thinking to remove EJBs from in between the ...
1
vote
1answer
146 views

Handling GAE BlobStore Exception via webapp2 handler

I have been banging my head around on this issue for a bit and have not come up with a solution. I am attempting to trap the exception UploadEntityTooLargeEntity. This exception is raised by GAE ...
0
votes
1answer
410 views

Solr Custom RequestHandler - optimizing results

Yet another potentially embarrassing question. Please feel free to point any obvious solution that may have been overlooked - I have searched for solutions previously and found nothing, but sometimes ...
0
votes
1answer
530 views

Class not found exception while adding custom request handler to solr

I have to write my own custom request handler in solr but i am getting error like org.apache.solr.common.SolrException: Error loading class 'QPRequestHandler' Here QPRequestHandler is my custom ...
0
votes
1answer
477 views

How to get IndexReader from custom request handler?

This is extension of my earlier question. I'm going to create custom request handler to provide terms association mining over existing index. In order to do this I need access to Solr's IndexReader ...
8
votes
1answer
388 views

How can I setup a global DeadlineExceededError handler?

I'd like to catch and handle DeadlineExceededError so users don't see the standard "Server Error" page that App Engine throws by default. I know that DeadlineExceededErrors are not caught when ...
1
vote
1answer
657 views

Spring's messageResource implicitly localized from Session - not having to pass Locale reference

I'm wondering, what is the best way of having something like prototype of messageResource (could be singleton too I guess) created for each request and populated with request's Locale or Locale gotten ...
0
votes
1answer
712 views

Using <input type=“file”> in Django

When someone clicks Submit after selecting a file with the <input type="file"> element, how do I access the contents of the file in Django? (It seems like the request sent to the request ...
1
vote
0answers
309 views

configure dismax requesthandlar for boost a field

I want to apply boost for searching. i want that if a query term occur both in description,name than docs having query term in description field come high in search results. for this i configure ...
3
votes
3answers
3k views

Solr Custom RequestHandler - injecting query parameters

Short question: I'm looking for a way (java) to intercept a query to Solr and inject a few extra filtering parameters provided by my business logic. What structures should I use? Context: First of ...
2
votes
1answer
547 views

How to create a RESTful Handler that accepts both POST and GET?

I want API support for: GET /api/spam/{id} POST /api/spam body: {'name': 'green spam'} I would normally route to a Handler by: webapp.WSGIApplication([r'/api/spam/(.*)', APISpam]) class ...
4
votes
2answers
2k views

What is the best REST implemenation when using tornado RequestHandlers

I would like to define a REST API with a general pattern of: mysite.com/OBJECT_ID/associations For example: mysite.com/USER_ID/vacations - manage a users vacation mysite.com/USER_ID/music - manage ...
5
votes
2answers
5k views

Tornado Asynchronous Handler

I am attempting to implement get_current_user in the RequestHandler for Tornado, but I need the call to block while waiting on the asynchronous call to my database. Decorating the call with ...
2
votes
4answers
159 views

Is using regex for a request handler in PHP bad?

I am working on a request handler to route every page call through my index page and have SEO friendly urls. domain.com/account/settings this would be easy to map to the correct page but some ...
1
vote
1answer
311 views

How do I return the MIME type for a font?

http://stackoverflow.com/questions/2871655/proper-mime-type-for-fonts This matter is solved but i dont know how to do. help me I use cakePHP , I read RequestHanlder Component in bookcake but i dont ...
0
votes
3answers
561 views

cakephp requestHandler check for swf/flash

Is there a way to check if a cakePHP action is being called from an swf/flash movie like there is for Ajax using the requestHandler?
0
votes
5answers
310 views

Can PHP 5 do request handling similar to Tomcat or GAE?

lets say i want to go to http://example.com/something/a/few/directories/deep is there a way I can process this in PHP without having to make those directories? I just want to get everything after ...
1
vote
2answers
2k views

Python Access to BaseRequestHandler

My code basically needs to start up a simple chat server with a client. Where the server and the client can talk back and forth to each other. I've gotten everything to be implemented correctly, but ...
2
votes
2answers
663 views

Is using the RequestHandlerComponent in a model possible?

I'm new to PHP and decided to use the cakePHP framework to help me get started. I can't figure out one thing though, I want to call methods on the RequestHandlerComponent class to update a users last ...