Re: Applet Codebase From Servlet

2002-09-12 Thread Bojan Smojver
There is no difference between the HTML generated by the servlet and a static HTML file. So, cut yourself a static HTML file (handy for testing), put the applet tag in there and watch the web server log files to see what is the actual requested URL. Once you know that, fix it accordingly and you'l

Applet Codebase From Servlet

2002-09-12 Thread Martin Mc Atamney
I have a servlet which produces straight HTML. In the HTML I'd like to embed an applet tag. My servlet is in com.test.servlet, my applet in com.test.applet. I set the code value in the applet tag to "test.class", but after trying various combinations for codebase I still getting a FileNotFou