It seems like this is something specific to a eclipse plugin.. Try installing Axis2 in a separate servlet container like Tomcat and deploying your web services in there..
thanks, Thilina On Thu, May 15, 2008 at 5:21 AM, sandeep_khurana <[EMAIL PROTECTED]> wrote: > > I have made a webservice using Axis2 1.3 and the latest Axis2 1.4 and in both > the cases I am running into some serious access denied exceptions. > > > > Description: > > I have made a simple webservice which has API's capable of accepting and > returning byte arrays. I am using gSoapClient in c++ which communicates by > sending xml soap messages. Basically I have to give some security > permissions to this web application. Even after giving those permissions it > is still throwing an exception saying: > > > > access: access denied (java.io.FilePermission C:\ \Java\workspace > \.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\MyWebService\WEB-INF\services > read) > > > > this log has been created on Eclipse by specifying enabling the debug option > in tomcat 4.1. > > > > Sometimes it is also seen that it gives me the same exception for > "\WEB-INF\scriptServices read" > > > > Please help me as I am unable to figure out this error even after googling > it. > > > > Regards, > > Sandeep Singh. > > -- > View this message in context: > http://www.nabble.com/Access-denied-message-in-Axis2-tp17250115p17250115.html > Sent from the Axis - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thilina Gunarathne - http://thilinag.blogspot.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
