Evgeny Gesin wrote:
[snip...]Can you then put your applet outside of any your applications[1,2,3...]? For example, in TOMCAT_ROOT directory, then the code base should be same all the time.
<jsp:plugin type="applet" code="com.package.Applet.class" codebase="/application1/applets/" width="50" height="50"> </jsp:plugin>
Web applications, which run this applet, specify
different codebase attribute, such as application2,
application3 and so on.
Best
Bao
Unfortunatelly JSP specification doesn't allow dynamic codebase in jsp:plugin and we create a new JSP for each new web domain to specify another hardcoded codebase attribute.
Could you please advice a trick to generate codebase attribute at run-time, to deploy the same JSP in all applications.
Evgeny Gesin Javadesk
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
