sharillas/Original_CSP_CardServerProxy ? reverse-engineered prompt
Reverse engineered prompt
Build me this CardservProxy app from the README and example files, and make sure it can actually run from the included start script on a local machine.
I want a Java server that acts as a proxy for newcamd connections, can manage multiple card servers, balance traffic between them, cache requests centrally, and support separate profiles on different ports. It should let me add and remove users and servers through configuration without restarting when possible, and it should include the simple web interface and XML based status and control pages mentioned in the docs.
Please wire up the config files, startup scripts, and build so it compiles cleanly, starts with a generated skeleton config if none exists, and gives useful logs when something is wrong. If any old docs or dependencies are needed, look them up online and use the current best info. Also make the setup and first run as easy as possible for someone following the README.
Are you gonna build this?
make sure you review the code using coderabbit