user « websphere « Java Enterprise Q&A





1. Websphere - What is the best way to hide wsdl's from end user?    stackoverflow.com

I think there are several ways to hide wsdl's from end users for WebSphere (6.1). We use axis to publish Web Services and I currently updated the custom Servlet class (which ...

2. How can I access the User Registry from an EJB in Websphere 6.1    stackoverflow.com

I want to access user information from the websphere ldap user registry (e.g. phone no). How can I achieve this? It's about Websphere Application Server 6.1. Thanks a lot!

3. Adding a Console User to WebSphere in jython    stackoverflow.com

I need to add Administrative users to the WebSphere Console using a Jython script. I tried to turn on the "Log command assistance commands" preference, but it did not log ...

4. Can't open Websphere Portal 7.0 Login Page after its integration with a custom user registry?    stackoverflow.com

I am currently working on a project related to Websphere Portal 7.0 on Windows Server 2008 R2,64 bit. I am trying to integrate websphere portal with my custom user registry.I have ...

5. Create user group as subgroup in WebSphere 7 (Portal)    stackoverflow.com

In a portlet running on a websphere 7 portal server I want to create a new user group that is a subgroup of an existing group. Here is the code (that I ...

6. Why is Lotus WCM generating references with myconnect to anonymous users?    stackoverflow.com

Hi we've been getting an issue in which WCM references are being generated towards protected content for anonymous/unauthenticated users. In WCM this basically means that the links have a "/myconnect" (protected) ...

7. Determining the network user from a Java Websphere app    stackoverflow.com

I've got an internal web application built with Java 1.6 and Websphere. Only users logged into the domain can reach the application. I need to be able to access ...

8. After login, how to send user back to the same portal page that they were on before loging in?    stackoverflow.com

im using websphere portal 6.1.5 and portlet factory 7 How can i send user to a custom page intead of portal home page if user accecces a certain page before loging in? i ...

9. Configuring user database (sql server) for websphere message broker    stackoverflow.com

I am very new to the websphere message broker ..please can any one provide me step by step procedure for configuring user database(sql server on windows)...any help is highly appreciated.





10. IHS/Websphere 6.1.31 on AIX - Heavy Load - Stop accepting request afet 170 concurrent users - Connection Refused on same server    stackoverflow.com

I was wondering if someone could point me out into the right direction. Right now our IHS / Websphere Server is unable to handle more than 170 concurrent users. We have tuned the ...

11. What are the Linux permissions needed for websphere's OS user to create folders and write files?    stackoverflow.com

we are having a problem with our recently installed web app. It allows users to upload files and save them to a directory in the OS. We've asked the Security guys to ...

12. Websphere MQ 7 C# XMS connection using a different user    stackoverflow.com

I have been using the XMS API to connect to Websphere MQ and using the following code I am able to connect fine:

    private IConnection CreateWqmConnection() 
  ...

13. Can I modify outbound message in WebSphere message broker user exit?    stackoverflow.com

I want to add an item to all messages sent a flow in WebSphere message broker. The item needs to be added at the appropriate place depending on the transport ...