Tomcat Servlet Linux process launch with Captcha to Standalone API
hyperscalper
Post subject: Tomcat Servlet Linux process launch with Captcha to Standalone API
Post rating: 0
Posted: Sat 02 Nov, 2013, 20:42
User rating: 98
Joined: Mon 23 Jul, 2012, 02:02 Posts: 656 Location: United States, Durham, NC
PLEASE READ !! If one of you hackers has already done this, maybe that would help me get up to speed..... My Linux knowledge is only moderate....
I'm implementing a dedicated trading server on Amazon EC2 and was wondering....... (please) if anybody had implemented a Tomcat servlet based login which included the Captcha authentication implementing a standalone (headless) command line JForex API client process launch on Linux ?
Fields for username / password and pin, with Captcha image would be displayed on the Tomcat controlled login web page for proper authentication...
Obviously, then the username, password and pin would be provided to a process launch probably through Java properties so that it would authenticate. You get the idea?.......
HyperScalper
hyperscalper
Post subject: Re: Tomcat Servlet Linux process launch with Captcha to Standalone API
Post rating: 0
Posted: Mon 11 Nov, 2013, 20:14
User rating: 98
Joined: Mon 23 Jul, 2012, 02:02 Posts: 656 Location: United States, Durham, NC
Well, nobody answered anyway
I've solved this issue with an embedded Jetty server within the API standalone cient, so that I would be able to easily fetch and present Captcha information if necessary over a secure connection.
HyperScalper
tcsabina
Post subject: Re: Tomcat Servlet Linux process launch with Captcha to Standalone API
Well, you are way ahead of the vast majority of the community here in case of implementing features and ideas. Thanks for sharing the solution to your problem, though! Maybe it will come handy oneday for someone .