I think I have very nearly lost my mind.

 

I am trying to access SOAP functions on a remote server from a Java servlet, and nothing more !

 

I get this exception error:

java.security.AccessControlException: access denied (java.io.FilePermission client-config.wsdd write)

 

I had no problems when running this on my local test server, but now it is on production it will not work.

 

I have no file called “client-config.wsdd” on my local test server and was not aware that I needed one. Yet it seems that once on my production server AXIS is trying to create one for me. I don’t particularly want this file, but on the off chance that AXIS thinks I need it, then where do I grant some permissions for it to do whatever it is trying to do?

 

Any help as to solve this problem would be so much appreciated.

 

J

 

 

Reply via email to