reset password
Author Message
lmann2
Posts: 156
Posted 17:04 Jan 31, 2014 |

/*resolved, issue with the path!*/  

Last edited by lmann2 at 19:07 Jan 31, 2014.
cysun
Posts: 2935
Posted 17:28 Jan 31, 2014 |

It's a NullPointerException in your code, which has nothing to do with deploying to the server. Check line 90 of your CoursePlanner.java. Normally I'd guess you forgot to upload the text file, but since it's in doGet(), not init(), it's probably something else.

lmann2
Posts: 156
Posted 19:05 Jan 31, 2014 |

Yup, messed up the path to the web-inf folder.