Author | Message |
---|---|
wveit
Posts: 18
|
Posted 16:27 Jan 14, 2016 |
Hi, I was able to get a Servlet to work on CS3. But then I wanted to change it. I couldn't get my changes to take effect. Then I tried just deleting the .class file from CS3. Right now I have no servlets uploaded but the original servlet is still running. I tried clearing browser cache to make sure I'm not looking at old page. I also looked at the page from different computers. It's not old content. Do I need to do something special to make Tomcat look at new content? Can we change a servlet that was uploaded? Or is it just stuck until the server is restarted? Here's the address: http://cs3.calstatela.edu:8080/cs320stu56/Hello |
acervantes
Posts: 28
|
Posted 16:30 Jan 14, 2016 |
Try re-uploading your web.xml file. |
wveit
Posts: 18
|
Posted 16:34 Jan 14, 2016 |
Thanks a lot! That did it! |