San Jose State University : Web Services

Navigation

Main Content

Web Space



Q: How do I update my faculty website inside http://www.sjsu.edu/faculty?
A: Since April 9th 2009, the Webservices Unit is no longer accepting new applications for faculty Web space. Faculty are encouraged to take advantage of the new features inside Website Builder and sign up for a Website Builder account. The Webservices Unit will continue to host and support existing faculty Web pages inside http://www.sjsu.edu/faculty/ . Learn more about Website Builder.

Using FTP

Using WebDAV

*Site Name will be named using the naming convention approved by the campus email project.

Q: How do I update my student organization website inside http://studentorgs.sjsu.edu?

A:

Using FTP

Using WebDAV

Q. How do I update my administrative website (inside http://www.sjsu.edu) not using the content management system?

A:

Template Driven Website

Template-driven sites exist on two servers; one for testing and one for content that is visible to publish. Site changes should initially be made on the testing server, dev.sjsu.edu and if they are correct, they should then be made to stage.sjsu.edu. Files on the stage server will be automatically copied to the production server, www.sjsu.edu. Files are moved to the servers using FTP. If you use Dreamweaver to manage your site, the following information will need to be added to the "Remote Info" section. We recommend you set up two sites within Dreamweaver--one for dev and one for stage.

Setting up the "dev" environment (a stand-alone environment used for testing)

FTP Configuration
FTP Server: ftp.sjsu.edu
Login: your UNIX ID
Password: your UNIX password
Initial Remote Path: /sjsu_dev/<site_name>
URL to your site: http://dev.sjsu.edu/ 

Setting up the "stage" environment (an environment that updates content on www.sjsu.edu )

FTP Configuration
FTP Server: ftp.sjsu.edu
Login: your UNIX ID
Password: your UNIX password
Initial Remote Path: /sjsu_stage/<site_name>
URL to your site: http://stage.sjsu.edu/ 

Note:

Non-template Sites

These sites are not template driven and are mostly earlier sites.

FTP Configuration
FTP Server: ftp.sjsu.edu
Login: your UNIX ID
Password: your UNIX password
Initial Remote Path: /sjsu_www2/
URL to your site: http://www.sjsu.edu/<site_name>

Note:

Using WebDAV

Related Information