devdaily home | java | perl | unix | directory | weblog

up previous next
Next: Integrating JBuilder and Optimizeit Up: A quick introduction to Previous: Configuring the application

Running the application

The EmailAgent is run from the command line and at this point, has no user interface. The command to run the agent looks like this:

java -cp [CLASSPATH} EmailAgentController [MAIL_SERVER_PROPERTIES_FILE] 
         [CACHE_FILE] [PAGER_NUM] [URL_TO_PAGER_PGM] [EMAIL_ADDRESS]
         [MAIL_SENDING_PROPERTIES_FILE]


up previous next
Next: Integrating JBuilder and Optimizeit Up: A quick introduction to Previous: Configuring the application