You can start the server (application) to see how things should work (if it is not running and DISPLAY is set properly) by getting on expert.ecst.csuchico.edu (132.241.7.20)
cd /opt/apache/root/htdocs/agent.book/workingApp
java mwa.ai.nlp.HistoryAIframeServer
Sample quesions (he says):
- When was Buddha born?
- Where did Caesar die?
- What events occurred in Rome?
To use this server you need to have
DEFAULT_PORT = 1234
DEFAULT_HOST = "ai-web.ecst.csuchico.edu"
in the Client.java class (don't
forget to recompile)