JSP package problems
Posted
by Taylor
on Stack Overflow
See other posts from Stack Overflow
or by Taylor
Published on 2010-03-17T15:54:43Z
Indexed on
2010/03/17
16:01 UTC
Read the original article
Hit count: 302
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
© Stack Overflow or respective owner