| Author |
how to execute applet through webserver
|
shaikat chakraborty
Greenhorn
Joined: Aug 22, 2008
Posts: 5
|
|
i am using weblogic server i am calling to servlet that inturn will call to the html where i written applet tag when i try to execute it html will executed but problem is with applet it is not able ti initialize it and start the applet when i try to execute html without server it is working fine apllet is also executing there is any problem with path or what pl pl pl help its urgent in my project thanks in advance
|
 |
Norm Radder
Ranch Hand
Joined: Aug 10, 2005
Posts: 681
|
|
On the server: are the applet class files in the correct location so that the browser can GET them? Where does the HTML say they are? Are there any error messages in the java console when the browser is not able to init the applet? Copy and paste them here.
|
 |
 |
|
|
subject: how to execute applet through webserver
|
|
|