| Author |
Applets and tomcat
|
david allen
Ranch Hand
Joined: Sep 27, 2002
Posts: 185
|
|
Hi All, If I have my jsp pages behind web-Inf where do I put my applet jar file? Also what would the url be in the applet html tag. Many thanks david
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12325
|
|
The client browser must be able to request the jar from a publicly available URL so WEB-INF won't work. Look into specifying a BASE tag in the HTML head area to tell the browser where to look - also good for image data in pages created by a servlet. Bill
|
 |
 |
|
|
subject: Applets and tomcat
|
|
|