Enabling the Tomcat Development Environment

You can create a Web site with the domain name myco.com with Tomcat development environment enabled and set the Site Administrator name as adminmyco.

Assumptions:

To enable the Tomcat development environment:

  1. Log on to myco.com as adminmyco, using any FTP client.
  2. Upload all class files to /var/www/html/WEB-INF/classes.
  3. Upload all lib files to /var/www/html/WEB-INF/lib.
  4. Upload the file web.xml to /var/www/html/WEB-INF/.
  5. Upload the remaining Web site to /var/www/html/.

Note: To compile .java files, use javac *.java.

In this section:

Adding Permissions