Questions tagged [requesthandler]
104 questions
1
vote
1 answer
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).
If the user has filled part of the 'normal' form,…

rimvanvliet
- 67
- 5
1
vote
2 answers
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 I can't figure out how to shut down the server…

ashays
- 1,154
- 1
- 12
- 30
1
vote
1 answer
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 error.
"point:
…
fiona lie
1
vote
1 answer
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 problem is, that the layout of the stored text is…

The Bndr
- 13,204
- 16
- 68
- 107
1
vote
1 answer
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.

Ankit Sharma
- 21
- 4
1
vote
2 answers
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 documentation and found this function is a method…

Melkor
- 532
- 8
- 25
0
votes
4 answers
Will removing EJBs improve the performance of project?
I have been working in a Government Project using EJBs. I have found some Server issues while deploying EJBs. People working in my project have thought about removing EJBs from between the RequestHandler & DAO and to directly call DAO methods from…

Sarang
- 339
- 2
- 6
- 16
0
votes
1 answer
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 it's a matter of choosing the wrong keywords to…

12N
- 91
- 1
- 7
0
votes
1 answer
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 opened on default index directory.
The only way…

ffriend
- 27,562
- 13
- 91
- 132
0
votes
1 answer
Spring boot code integration with AWS RequestStreamHandler
I have a spring boot application with 2 GET end point. I am trying to include Lambda handler request and deploy as AWS Lambda function.
As a first step, I added below code for RequestStreamHandler.
public class AWSLambdaHandler implements…

Stella
- 1,728
- 5
- 41
- 95
0
votes
0 answers
CefSharp links that open specific application doesnt work
CefSharp links that open specific application doesnt work
Im trying to make my winform web browser be able to open specific applications like on roblox or other websites that run specific application
Im new to programming so i have no idea how to do…

vvl1m
- 1
0
votes
1 answer
Error creating bean with name with Spring 5.2.20RELEASE
Hie Guys ,
earlier we have used spring 3.x but when we upgraded to spring 5.2.20RELEASE
getting below kind of response
SEVERE: Servlet.init() for servlet [appServlet] threw exception
org.springframework.beans.factory.BeanCreationException:…

soorka Ravi
- 11
- 3
0
votes
0 answers
Loading custom MapBox GL JS tile source generated with Python tornado async RequestHandler
I created custom tile source provider with python running tornado web server. On the server I generate on the fly the specific tile and output it as a "image/png" header format. To prevent blocking I did all the server stuff in async mode. Now I see…

toni
- 361
- 7
- 19
0
votes
1 answer
Request state size is exceeds the threshold limit in Mendix
Request state size of 37449 objects exceeds the threshold of 100 objects. Request details: type 'RequestHandlingUtilImpl$' in session '34483ca1-e282-4938-868e-b4f4c76e4084'. State consists of:
AdministrationModule.DashboardPageMetric (NPE): 1…

Abdul Gaffar
- 581
- 2
- 7
- 16
0
votes
0 answers
How to get all request in a specific file without .htaccess and server configuration in php
how to get all request in index.php without any server configuration.
I tried that with .htaccess but I notice some problems,like .htaccess does not work on all server by default, and save configuration does not work in nginx.
How php handle request…

Karim
- 11
- 4