connection « websphere « Java Enterprise Q&A





1. How to create a SSL connection in Websphere    stackoverflow.com

I'm trying to figure to do a easy secure connection in rad 7.5 for my application. Don't want to install http server with openssl. Is it possible to ...

2. Websphere connections problem    stackoverflow.com

We run our application on Websphere 6.1 and we hit an Oracle 10g database. Over the last few days we have noticed the following errors in our log J2CA0045E: Connection not available while ...

3. Oracle connections problem    stackoverflow.com

We are currently seeing the following error in our Oracle listener log. There are thousands of these errors in there TNS-12502: TNS:listener received no CONNECT_DATA from client We connect to this oracle 10g ...

4. Websphere Application Server 6.1 Connection Pool question - what happens when AS fails to get connection    stackoverflow.com

I have studied the Websphere document "Connection Life Cycle" for Websphere Application Server Express v6.1 and and have searched the web for an answer to the following. Connection Pool State

  1. Pretest existing pooled ...

5. Connecting to Websphere rmi server    stackoverflow.com

I'm trying to do a remote call to remote object running as part of a application installed in Websphere. The end solution will be RPG to local java cilent to call ...

6. Websphere MQ using JMS, closed connections stuck on the MQ    stackoverflow.com

I have a simple JMS application deployed on OC4J under AIX server, in my application I'm listening to some queues and sending to other queues on a Websphere MQ deployed under ...

7. Message Driven Bean (MDB) running on Websphere Application Server, leaves channel connections open    stackoverflow.com

Hi I have two Message Driven Beans (MDBs) running on Websphere Application Server v7. It is connecting to, and receiving messages from Websphere MQ v6. On the Queue Manager, we notice that the number ...

8. Problem with Websphere connections    stackoverflow.com

By mistake i deleted the Datasource in my websphere, as my coleege has the same configuration, i took the part of configuration which i deleted from my friends machines resources.xml . ...

9. What configuration is necessary for a remote WebSphere MQ connection? (unknown protocol problem)    jmeter.512774.n5.nabble.com

Hi there, I want to connect to a remote JEE application using WebSphere MQ. I can connect to it using another JMS client with this URL: corbaloc:iiop:"ip-address":9811 and com.ibm.websphere.naming.WsnInitialContextFactory. I entered - all JMS information (CF, RequestQueue, ResponseQueue) - Initial CF: com.sun.jndi.fscontext.RefFSContextFactory (I try the WebSphere CF too) - Provider URL: iiop:"ip-address":9811 I get this exception (unknown protocol): 2010/06/25 12:10:28 WARN ...





10. connection pooling in Websphere    coderanch.com

12. connection pooling in websphere    forums.oracle.com

Hi all, I am new to Websphere.Can somebody tell me the steps I am following to create connection pool are right or wrong. because I'm getting the following exception when I test the connection.(I am trying to connect to oracle 10g) Steps: 1. JDBC-> JDBC Provider ,then provided all information there. 2. Create Data Source. and then tested the connection in ...