This is JSP rather than Tomcat question, but I hope
for a reply.

I have a JSP with the following jsp:plugin code:

<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.

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

__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to