Running JSP Servlet on a Linux box
635127Aug 12 2008 — edited Aug 13 2008Hello Everyone,
I'm trying to run my servlet and jsp pages on alinux box and having trouble. Just wanted to check if there is anything extra that needs to be done in comparison to Windows.
I downloaded apache tomacat on my linux box, created my project dir under webapps dir. Copied jsp files there, whereas copied all the java and class files under webapps/projectdir/WEB-INF/classes/mypackage.
I also created a web.xml file under WEB-INF dir with my servlets mapping.
I aslo created a lib dir under WEB-INF and copied jstl.jar, standard.jar and servlet-api.jar in there.
When I point my browser to http://localhost:8080/LnPDashboard/getReleaseSheet, I can see the static content come up but all the dynamic data from servlets don't show up.
Let me know if you think I missed any step.
Thanks.