Setting up your environment

(expected time to completion:  between 1 minute and 5 hours):

 1. Go to your home directory and modify the file .bashrc to include the following line at the end of the file:

	.  /stage/classes/current/51024-1/pub/cspp51024_setup.sh

 2. Then, after saving the file, go to your shell and type:

	source .bashrc

 2. Copy the Tomcat instalation script to any folder under your home directory.

	cp  /stage/classes/current/51024-1/pub/tomcat_install.sh ~

 3. Execute the script using the command: source tomcat_install.sh. This will create a directory called "tomcat" off of your home directory, and will copy files over from a shared location to install Tomcat for you.
WARNING: If you already have a directory nameed "tomcat", it will be overwritten.

 4. Modify the file yourusername/tomcat/conf/server.xml by changing the listening port from the default to another number that is available. Read the relevant documentation.

 5. Subscribe to the class mailing list:

http://mailman.cs.uchicago.edu/mailman/listinfo/cspp51024/