.jsp only displays the source code in the web browser?
865485Jun 4 2011 — edited Jun 6 2011I am trying to run a basic .jsp such as the one listed here: http://www.scribd.com/doc/51078808/X509Snoop
Actually, that is the exact code that I need to run for my project. I have other .jsp's on my system properly executing when I run them. But for some reason whenever I try and run this .jsp through my web browser via http://localhost:8080/test/xcert.jsp all I see is the actual code on the web browser. So I am not sure what is going on here?
Any help would be appreciated!