Deployment

The steps to deploy this application's order server are as listed here:

1.
Create a mailbox that the order server will be able to check for incoming messages.

2.
Install the order server class binaries on your system and make sure that they are listed on the Java classpath system variable.

3.
Modify the server configuration file (OrderServerConfig.xml) to contain the correct POP3 server, username, and password. Also set the <order_db_file> element to point to a valid directory and filename. The file need not exist, but the directory must.

4.
Start the server and watch the program output to make sure that the mailbox is being checked.

To deploy each order client, follow these steps:

1.
Install an SMTP server on the client, if orders will be taken while the machine is offline.

2.
Install the order client class files and update the Java classpath appropriately.

3.
Modify the client configuration file (OrderClientConfig.xml) to contain the correct values for the salesman name and e-mail, catalog URL, and SMTP server hostname.

4.
Run the client, giving the full URL to the configuration file on the command line if it isn't in the current directory.

5.
Enter a sample order, and check the server to see that the message is received.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.145.82.254