Oh my.  Ok, you need to get some basic familiarity with Tomcat before you leap 
into that.

First, your applet.class file should not be in WEB-INF.

Second, don't do this as a servlet.  Make a simple static HTML page work, with 
the applet, first.  Disregard WEB-INF entirely.  Getting an applet to work in a 
static HTML page in Tomcat is just the same as getting it to work in a static 
page in Apache Httpd for example.

After you have done that, try out some JSPs.  You shouldn't usually generate 
HTML by hand in a Servlet these days.  Even JSP is sort of on its way out, 
being replaced by JSF / Facelets.




 
____________________________________________________________________________________
Get your own web address.  
Have a HUGE year through Yahoo! Small Business.
http://smallbusiness.yahoo.com/domains/?p=BESTDEAL

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to