Skip Navigation
IT Connect
Connecting You to Information Technology at the UW

 

UW Web Server URL Reference

IT Connect > Web > Publishing > Web Server URLs

Web Development Environment

The UW provides two primary Linux cluster environments (consisting of multiple linked computer systems) for general computing:

In addition to dante and homer, each cluster has a corresponding web development environment. The web development environment is a single machine that is designed to run servers, contains log analysis tools, and provides other specialized tools that support web development. You can access them through Dante/Homer, or by directly connecting to these servers.

Dante, Homer, Vergil, and Ovid all can read the same files. The only difference is that Dante and Homer are general linux clusters, whereas Vergil and Ovid are designed for web development.

Note: You may need to activate your dante and/or homer account.

Reference Table

The table below provides a reference for determining the Web development environments and URLs used with UW Web servers for students, faculty, staff, departments, and courses. Your base URL corresponds with your home page (e.g. index.html).

Your Affiliation UNIX Environment Web Development Environment Your Base URL
Student dante.u.washington.edu vergil.u.washington.edu http://students.washington.edu/netid/
Faculty homer.u.washington.edu ovid01.u.washington.edu http://faculty.washington.edu/netid/
Staff homer.u.washington.edu ovid01.u.washington.edu http://staff.washington.edu/netid/
Course (Shared UW NetID) homer.u.washington.edu ovid01.u.washington.edu http://courses.washington.edu/netid/
Departmental (Shared UW NetID) homer.u.washington.edu ovid01.u.washington.edu http://depts.washington.edu/netid/

To form a full URL for a specific file in your Web directory, first substitute netid with your UW NetID. Then, if the file is in a subdirectory, append the subdirectory to your base URL. Finally, add the filename itself.

You will connect to the server and web development environments using SSH/SFTP on port 22. Your web files are located in public_html, unless you have both employee and student web publishing turned on. Then you will have public_html for your staff website and student_html for your student website.

Examples

The examples below, each consisting of a description followed by a hypothetical URL, illustrate how base URLs are made into full URLs.

Moving Files

Information about transferring files in more detail can be found at this website.