Log onto ocelot.aul.fiu.edu
using Putty. If you are new to Putty, try this
Putty tutorial. Putty is installed in all the lab computers.
umask 072
source .cshrc
This command will not change the permission on existing files, so it is imperative that you set this before you create any other files or directories.
Create two web applications in the webapps folder. Create the complete folder and file structure that was described in class: More information about creating web apps.
Test your webapp folder by running my script from
Test Webapps Folder
When this is compete, send me an e-mail message. I will set up your host on Tomcat, and will let you know what your URL is to access your web application folder. They will all be similar. For example, I have a web application folder at student01.cgs4854.cs.fiu.edu on port 8008. You will be given a similar URL. The only thing that will be different is the two-digit or three-digit student number in the URL. You will use two URLs to access your folder:
http://studentXX.cgs4854.cs.fiu.edu:8008/
- this is the URL
for the ROOT web app.
http://studentXX.cgs4854.cs.fiu.edu:8008/manager/html
- this
is the URL to manage your web applications.
http://studentXXX.cgs4854.cs.fiu.edu:8008/
- this is the URL
for the ROOT web app.
http://studentXXX.cgs4854.cs.fiu.edu:8008/manager/html
- this
is the URL to manage your web applications.
After you notify me, I will tell you what your two-digit or three-digit student number is for your URLs.
Once you have received the host number from me, the assignment is done. Nothing else needs to be submitted.