This page will show you how to install, run, and test your AtD server.
Requirements
To run the AtD server you’ll need the following:
- Sun Java 1.6.0
- 4GB of RAM
The more CPU cores you have the more concurrent sessions AtD can support. The high memory requirement allows AtD to load its language model into memory.
How to Install
To install AtD:
tar zxvf atd_server.tgz
How to Run
To run AtD:
./run.sh
How to Test
Once AtD is running, it will listen on port 127.0.0.1:1049. Connect to AtD with a web browser:
http://127.0.0.1:1049/checkDocument?data=the+ball+was+thrown
Note: For security reasons, AtD binds to 127.0.0.1 explicitly. You can either configure Apache or Nginx to proxy to it or edit run.sh and change the bind.interface property passed to AtD.

