Hi,
I had all my servlets and classes in the default package. I have created these and JSP's and its all working fine.
However i want to import some of the classes into the JSP's so i moved all the classes and servelts into a new package called Driver. I did not change any code anywhere, just moved it into a new package. The application compiles just fine.
Now i cant seem to access any of my classes or servlets, any ideas?
javax.servlet.ServletException: Wrapper cannot find servlet class Driver.viewTrip or a class it depends on