Tagged Questions
2
votes
0answers
61 views
How to send HTTPClient post message with certain interval
I want to send http post message to the client (which i can do without any problem).
But I want to send this message continously. Say for instance every 5 mintutes I want to send this message to ...
1
vote
3answers
2k views
How to inject a Jakarta enums in a Spring application context?
I have a class which constructor takes a Jakarta enums. I'm trying to find how I can easily inject it via an Spring XML aplicationContext.
For example :
The enum :
public class MyEnum extends ...
0
votes
0answers
20 views
Return type of executable when using apache jk with IIS7
I've setup a tomcat 6 instance on my windows 2008 R2 webserver.
I'm using Apache JK ISAPI DLL v 1.2.30 to redirect traffic from the IIS7.5 to the tomcat instance using the AJP connector.
However, ...