sasneb 0 Newbie Poster

Hi,

I am stuck with few problems related to JSP - Java applet file write and database connectivity issues.
1) Calling the applet class from JSP works in the web browser. But the file write code written in applet does not work when called from JSP ( It works if the program is separately executed as a Java applet).

2) Also java database connectivity works when executed from Java applet separately, but does not work when called from JSP.

Tried the following things to make this work, but no success:-
--> According to Tomcat Security Manager
" The security policies implemented by the Java SecurityManager are configured in the $CATALINA_HOME/conf/catalina.policy file. This file completely replaces the java.policy file present in your JDK system directories "
So granted permission to the folder where file is to be written using java.io.FilePermission in catalina.policy file of tomcat, but still does not work for JSP

Please help if anyone has come across this issue.

Thanks
Bhavys

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.