Hi, I am invoking the applet in a jsp as shown

<%
String contextPath=request.getContextPath();
%>

<APPLET CODE = "EmbeddedViewerApplet.class" CODEBASE = "<%=contextPath%>/applets" ARCHIVE =...