HelloWorld embedded applet not being served

2003-12-22 Thread Michael Coughlan
I'm having trouble serving up a fairly simple embedded applet from the O'reilly Servlet Programming tutorials. Tomcat can't seem to find the applet that I request from loginpage.html using this line of HTML. applet CODE=DaytimeApplet CODEBASE=/ WIDTH=300 HEIGHT=180/applet The HTML page is served

Re: HelloWorld embedded applet not being served

2003-12-22 Thread Rod Giffin
Michael Coughlan said: I'm having trouble serving up a fairly simple embedded applet from the O'reilly Servlet Programming tutorials. Tomcat can't seem to find the applet that I request from loginpage.html using this line of HTML. applet CODE=DaytimeApplet CODEBASE=/ WIDTH=300

RE: HelloWorld embedded applet not being served

2003-12-22 Thread Michael Coughlan
I'm having trouble serving up a fairly simple embedded applet from the O'reilly Servlet Programming tutorials. Nevermind. I now see the debudding information at the bottom of the browser: error.java.long.NoClassDefFoundError:com/oreilly/servlet/HttpMessage I need to point out the Oreilly com