Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to change jsp:plugin to call war file

Status
Not open for further replies.

Vadim

Programmer
Feb 5, 2002
75
US
Now I use this string:
<jsp:plugin type="applet"
code="ztest.App01.class"
width="200"
height="300"
codebase="/applet">
</jsp:plugin>

This string is work. I create .war file inside /applet/ztest folders. Please, tell me how to change <jsp:plugin> in order to call same applet.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top