reset password
Author Message
JackStrauss
Posts: 236
Posted 21:35 Jan 09, 2016 |

Do we create this ourselves, or does someone assign access to us?

 

 

cesar714
Posts: 30
Posted 22:07 Jan 09, 2016 |

CS3 server already exist. It has been created for us to upload our labs, homework, and exams. To gain access first you need a SSH client that supports SFTP. I am using CyberDuck, but you can use PUTTY or WinSCP or any other software that meets the requirements. Then you will open a connection to the server with the program you installed. 

This is how you connect:

1. server: cs3.calstatela.edu

2. username:

3. password:

The username and password are given to you under credentials on the class website.

Here for credentials: http://albertcervantes.com/cs320/#/credentials

Before completing the connection make sure it is under SFTP on port 22.

After that you should be connected and just follow the steps provided here:

http://csns.calstatela.edu/wiki/content/cysun/course_materials/eclipse

It will be under "Deployment on CS3" 

or you can see the following video:

https://www.youtube.com/watch?v=zZ1GX9Rhhvo&list=PLhOXvHFIA03nN8lUrpLjHchnoBw5XmcUV&index=3

skip to min 29 to see deployment on CS3

These are the steps on how and where to transfer your files. Goodluck!

Darren76
Posts: 39
Posted 18:43 Jan 13, 2016 |

for the assignment #1 we have an html file called "Assignments" which is the first page where you can go to your assignments. I couldn't figure out where to upload that file. On my computer the html file is under WebContent, but on the server side there is only WEB-INF   so where does that file go ?  

cesar714
Posts: 30
Posted 23:01 Jan 13, 2016 |

So the assignments.html file is a file that has a link to your homework assignment on the server. This assignments file is uploaded to your csns along with your source code of the servlet you turn in. That is it. Goodluck!