More time spent on this, still cant deploy my war:
java.security.AccessController.doPrivileged
Seems 'RMIConnection' tries to write the war file to the deploy directory
(eg: appserver-base/repository/xx but is denied access by jre.
( windows7 / eclipse indigo / wsce-eclipse plugin / websphere comm. edition
V3.0).
Some things I have tried:
1. From eclipse server view(wsceV3.0) edit the 'launch configuration' to add
VM arguments, eg:
-Djava.rmi.server.codebase=file:/C:/ibm/wsce/appserverV3.0/bin/
-Djava.rmi.server.hostname=localhost
-Djava.security.policy=server.policy
-DXorg.apache.geronimo.deployment.LenientMFCP=true
2. edit jre java.policy file (jre/lib/security/java.policy) eg:
grant codeBase "file:///C:/ibm/wsce/appserverV3.0/*" {
permission java.security.AllPermission;
};
Please advise the correct way to grant access to write the war file to wsce
deploy directories.
--
View this message in context:
http://apache-geronimo.328035.n3.nabble.com/DeploymentException-POJO-web-service-not-configured-by-any-web-service-builder-tp2677348p3663697.html
Sent from the Users mailing list archive at Nabble.com.