reset password
Author Message
lbriggs
Posts: 57
Posted 11:04 Apr 09, 2013 |

Hi I finished assignment 0 yesterday and everything was working. I went to create the html file to submit to csns and my files are no longer displaying on the server. The files are there still, I havnt changed anything since yesterday and now neither are working.

Anyone else have this problem?

 

http://cs3.calstatela.edu:8080/cs320stu01/HelloServlet

http://cs3.calstatela.edu:8080/cs320stu01/HelloJSTL.jsp

dthomas5
Posts: 38
Posted 11:07 Apr 09, 2013 |

The links are working, most likely the server updated itself and now your links are working

lbriggs
Posts: 57
Posted 11:08 Apr 09, 2013 |

the links are working for you? odd their not working for me. 

dthomas5
Posts: 38
Posted 11:09 Apr 09, 2013 |

Try clearing your browser cache

dthomas5
Posts: 38
Posted 11:10 Apr 09, 2013 |

Are you getting an HTTP response of 403?

dthomas5
Posts: 38
Posted 11:14 Apr 09, 2013 |

Here is a checklist of things you can check:

  • Make sure you are going to the right URL
  • If you are going to the right URL but do not see anything, check your HTTP response, you should get a HTTP response of 200 (if the page is not cached), 302 (if the page is cached), 403 (If you do not have permission to view the URL), 404 (if the sever cannot find the file), 500 (if there is a fatal error in the code)
  • Always make sure you clear browser cache (most browser tries to cache pages)