Hi,

Sorry if this is a little off-topic but I guess I need some help to get my
project going.

I was able to do object serialization from an applet to a servlet until when
I convert
the applet to use the Java Plugin 1.2.2. Jrun will report "Reading POST
parameters: java.lang.IllegalArgumentException" in the stderr file and the
response never return.
 I have searched thru' the PlugIn forum and JRUN discussion forums; similar
questions were posted but I just can't seemed to find answers; maybe some
clues
that indicate this problem could be due to Java2's security restriction.

I have modified the java.policy to include the following

grant {
 permission java.security.AllPermission;
};

but the problem stills persists.

Anyone can help?

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to