You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Henry Lai <he...@us.ibm.com> on 2004/02/26 19:49:17 UTC

Run Applet on Tomcat 5.0

I tried to download PluginApplet.jsp from chapter 13 in Marty Hall's Core 
Servlets and JavaServer Pages 2nd Edition. In the document, it words 
".....Remember that applets are executed by the browser, whereas servlets and JSP pages are executed by the server. Thus, the applet .class file goes in the regular Web-accessible directory, not in WEB-INF/classes.  " at http://volume1.coreservlets.com/archive/index.html
(Chapter 13: Including Files and Applets in JSP Pages )

Is anyone know where is "Web-accessible directory" in Tomcat 5.0.16?

Re: Run Applet on Tomcat 5.0

Posted by Christopher Schultz <ch...@comcast.net>.
Henry,

> Is anyone know where is "Web-accessible directory" in Tomcat 5.0.16?

A "web-accesible directory" is anywhere you could put a JSP or HTML file 
or image. Just some place where a URL can point to the class file and 
the server will give the browser access to it.

-chris