Posted By:
Dave_Ellison
Posted On:
Thursday, February 9, 2006 06:07 AM
My previous Servlet programs that worked under JB7 now no longer work under JB 2005.
I was using the equivalent of the following in my servlet2.shtml file:
codebase=""
code="webmodulemyservlet.Servlet1.class"
J
B2005 does not recognise the
tag:
Unknown tag
. Unable to find tag information.
What changes do I have to make (including to Tomcat stuff?)