toggle background image
Some navigation will not work unless JavaScript is enabled
 All Links: Showv | Hide^ 

ITP Help

Special Requests

Dates/Hours v

Curriculum v

ITP Resources v

Off Floor Resources v

Tech Notes v

ITP Community v

Showing Work v

Thesis v

Servers v

ITP Policies v

Orientation/Registration v







Help / Tomcat

Tomcat Server

Tomcat accounts are automatically created for students in classes that require one; otherwise, you can request one by sending an e-mail to itp.helpdesk@nyu.edu.

Username: NYU NetID

You should be able to see examples at:

http://itp.nyu.edu:8080/netid/
click on servlets or jsp and choose one.

Note the :8080 and no tilda (~) before your user id.

These files actually reside in your netid account on itp.nyu.edu in:
tomcat/

To add your own servlet put servlet_name.class file in your
tomcat/WEB-INF/classes/

Test it by going to:
http://itp.nyu.edu:8080/netid/servlet/servlet_name

Still looking for documentation on how to add jsp files, but I think it goes in: tomcat/WEB-INF/jsp/
and is accessed: http://itp.nyu.edu:8080/netid/jsp/jsp_name

This also might be helpful
http://itp.nyu.edu/~tigoe/pcomp/siteplayer/servlets.shtml

Page last modified on July 18, 2006, at 04:02 PM