Hi, 
I'm tring to run an Applet from one of my files deployed in webmod.war.
I have a very simple applet(that does nothing except makes a red sqare), and a jsp 
file (AppletTest.jsp) in which i have this code:

  | <jsp:plugin type="applet" code="MyApplet.class" width="200" height="200">
  | </jsp:plugin>
  | 
Which directory should I put on the codebase="..." attribute so that my jsp can find 
the .class to open the applet.

I have also tried with a simple html file in webmod.war but I have the same problem... 
I don't know which directory to put under codebase...

MyApplet.class file in in webmod.war unde the directory WEB-INF/classes.

If anyone has another solution of how can I run an Applet from a jsp or html in web 
module please post a reply.

Thanks
Teo

<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826731#3826731";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3826731>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to