Hi all
I am getting a problem with codebase attribute with <
jsp lugin> tag
My jsp code is
<jsp
lugin type="applet" code="Archiving.localApplet" codebase="/classes/" width="400" height="400" jreversion="jre1.4">
<jsp
arams>
</jsp
arams>
<jsp:fallback>
<B>Unable to start plugin!</B>
</jsp:fallback>
</jsp
lugin>
when this file is running it is giving the error like
OSEListenerDi E PLGN0021E:
Servlet Request Processor Exception: Virtual Host/WebGroup Not Found : The web group /classes/Archiving/localApplet.class has not been defined
My
applet class file is placed in WEB-INF/classes/Archiving.
What is the problem please guide me.Other than this file my application is working properly.
Please help me.
Thanks
KavithaReddy