Re: n00b applet URI question

2004-05-28 Thread alu, artifex
i don't think the webbrowser can access the jar file inside the WEB-INF directory, it is protected by tomcat. you have to place the jar file containing the applet code in a public location such as [...]/hello/applet. the rendered output (sent to the client) of the jsp page would be interesting, if

n00b applet URI question

2004-05-27 Thread Michael Labhard
I have a simple project like this: -- /opt/tomcat/webapps/hello: HelloWorld.jsp META-INF WEB-INF /opt/tomcat/webapps/hello/META-INF: MANIFEST.MF /opt/tomcat/webapps/hello/WEB-INF: classes lib web.xml /opt/tomcat/webapps/hello/WEB-INF/classes/xptoolkit/web: HelloWorldServ