Thanks for helping me out with my coding last time. Now I have an error with a class not found for my servlet.
In the log, the following shows up:
SEVERE: Error loading WebappClassLoader
delegate: false
repositories:
/WEB-INF/classes/
----------> Parent Classloader:
org.apache.catalina.loader.StandardClassLoader@1c0e45a
cart.CartServlet
java.lang.ClassNotFoundException: cart.CartServlet
I've compiled all of the files properly but the fact that it can't find the class disturbs me. It's in the WEB-INF/classes folder along with all of the rest of the classes what could it not find.
When I refresh the page I get this code:
type Status report
message Servlet CartServlet is not available
description The requested resource (Servlet CartServlet is not available) is not available.
If you need the source code, I'll upload it later.
Thanks once again.