websphere « security « Java Enterprise Q&A





1. Strange 404/j_security_check error with Websphere 6.1    stackoverflow.com

I have a websphere 6.1 configuration and the application is running, but some requests go to j_security_check but the last one (there are filters associated with J_security_check) will generate a 404 ...

2. Websphere Shared Libraries and Java 2 Security    stackoverflow.com

I have created a jar file to load a native library ( using System.loadlibrary() ) and configured this as a shared library within WebSphere ( v6.1 ). The server has to ...

3. BIRT / WebSphere / Java 2 Security    stackoverflow.com

Has anyone managed to get BIRT to run under WebSphere with Java 2 Security switched on? Doesn't seem to matter what I put in my was.policy file, I get a huge ...

4. how to enable security for drools guvnor in websphere 6?    stackoverflow.com

I had deployed guvnor in websphere 6 and every thing woks except that I don't know how to enable the security for guvnor.

5. CFMX6.1 deplying on Websphere 6.1 Server: Error 500: The Security service is not available    stackoverflow.com

I am deploying a CFMX6.1 application to a Websphere 6.1 server. The server starts up without any errors but when I goto the CF Adminstrator page (or any cf page) I ...

6. Solr Multicore Admin Problem    stackoverflow.com

Im trying to add a url based security constraint to solr deployed in websphere 6.1. If I specify the core name in the url of the constraint then the admin url ...

7. com.ibm.websphere.security.WSSecurityException: the realms do not match    stackoverflow.com

I'm getting this exception when trying to access a JAX-WS webservice running on the same WAS 7.0 server as the client. Caused by: javax.xml.ws.WebServiceException: java.io.IOException: Unable to deserialize the Subjects in ...

8. Java 2 Security    stackoverflow.com

We enabled the java 2 security on the WebSphere 6.1 and we deployed our test.ear along with was.policy which is having the following code.

grant codeBase "file:/opt/TEST/EAR/test.ear/test.war/WEB-INF/lib/system.jar" {
  permission java.security.AllPermission;
  ...

9. How to fix security.xml file    stackoverflow.com

So I configured my server (using the admin console) to use kerberos and everything looked fine but I didn't test the kerberos stuff yet, then I had to restart the server. ...





10. Error in invoking the Global security in Websphere 7    stackoverflow.com

For enabling security in Websphere 7, I went to Security->Global Security. There I clicked on Configuration. I entered my userid and password and clicked on Apply and Save. Then I went ...

11. WebSphere MQ throws 2035 Auths errors after WAS upgrade to V7    stackoverflow.com

We upgraded WebSphere Application Server to V7 and previously working applications now get 2035 authorization errors connecting to WebSphere MQ. What is different and how do we fix it? ...

12. Security in WAS 6.1    stackoverflow.com

In WAS 6.1, when I click on Users and Groups --> Manage Users, I get error:

"You must enable administrative security and security must be activated to manage users and groups using ...

13. Webservice Security - what is enough?    stackoverflow.com

I am looking to expose a Web Service which can be called by multiple clients to retrieve transactional data. Each calling client will retrieve a different subset of data. We are hosting ...

14. WebSphere Commerce JAX-WS AxisFault    stackoverflow.com

I am getting this exception in WebSphere Commerce. No idea why. This may or may not be related to Commerce. I could not find much info on the internet for this ...

15. WAS server - attach policy set to a single JAX-WS client    stackoverflow.com

I have a java project (*.jar) that has code for 10 JAX-WS clients. One of the clients uses WS-Security and needs policy set/bindings to be attached to it. Remaining nine ...

16. security in web sphere process server    stackoverflow.com

After applying the global security my applications shows partial start even though my servers are in the started stage.while removing the security the applications are in start stage can any one ...





17. RMI security issue in websphere    coderanch.com

No, I did checked that, if you see the below part of the exception it is telling something about the security manager.. I saw a reply some where on your site earlier and that I am not able to find out now, what that raply says was something about the new security manager.. i do not remember much.. but it was ...

18. Axis2, WebSphere 7 and Java2 security issues    coderanch.com

Hi, I have to use WebSphere 7 and axis2 based application . However, this particular production environment has important security restrictions (I.e. not permitted //permission java.lang.RuntimePermission "createClassLoader" and permission java.lang.RuntimePermission "setContextClassLoader"): I can't use own classloader. Logically, I've got the next exceptions: [3/30/11 18:23:38:513 EEST] 00000019 SystemOut O [ERROR] java.security.AccessControlException: Access denied (java.lang.RuntimePermission createClassLoader): loading repository from classpath java.security.AccessControlException: Access denied ...