indu
01-10-2009, 05:44 PM
In my project i have to access jsp page which contains applet from a php page..
I have used
curl_setopt($ch, CURLOPT_URL, "http://localhost:8080/examples/jsp/plugin/newplugin.jsp");
to open jsp page.. it is opening the jsp page but the plugin is missing ... It shows Classnotfound exception in java console... But if i run the jsp file alone in tomcat the applet gets open...
Can anyone help me to solve the problem... I am using Xampp for accessing jsp and php...
I have used
curl_setopt($ch, CURLOPT_URL, "http://localhost:8080/examples/jsp/plugin/newplugin.jsp");
to open jsp page.. it is opening the jsp page but the plugin is missing ... It shows Classnotfound exception in java console... But if i run the jsp file alone in tomcat the applet gets open...
Can anyone help me to solve the problem... I am using Xampp for accessing jsp and php...