Re: Help: Connecting Tomcat to CA-IDMS using JDBC Type 4 Drivers (JNDI / IDMSDataSource)

2009-01-15 Thread jpmad4it
I have some more questions: For my datasource connection paramaters I have the IdmsDataSource class, and the IdmsConnectionPoolDataSource class. The IdmsDataSource class is used with an application server provided Java Naming and Directory Interface (JNDI) naming service to establish a connectio

Re: Help: Connecting Tomcat to CA-IDMS using JDBC Type 4 Drivers (JNDI / IDMSDataSource)

2009-01-14 Thread jpmad4it
Filip Hanik - Dev Lists wrote: > > you are calling this method > > public Connection getConnection(String username, String password) > throws SQLException { > throw new UnsupportedOperationException("Not supported by > BasicDataSource"); > } > > try calling > > DataSource.ge

Re: Help: Connecting Tomcat to CA-IDMS using JDBC Type 4 Drivers (JNDI / IDMSDataSource)

2009-01-14 Thread jpmad4it
David Smith-2 wrote: > > Case matters. Make sure you match case in all places where you refer to > the jndi name of your datasource. Off the top, I see you configured > jdbc/TestIDMS, but then try to use jdbc/testIDMS in the test jsp. > > --David > > Ah thanks for spotting that. I am now

Re: Help: Connecting Tomcat to CA-IDMS using JDBC Type 4 Drivers (JNDI / IDMSDataSource)

2009-01-14 Thread jpmad4it
ll provide the DataSource that is a wrapper > around your driver. > > Provide > 1. the configuration (only relevant parts) > 2. the error you get > > > Filip > > jpmad4it wrote: >> Hi there, >> >> I have a rather interesting / complex problem..crea

Help: Connecting Tomcat to CA-IDMS using JDBC Type 4 Drivers (JNDI / IDMSDataSource)

2009-01-13 Thread jpmad4it
Hi there, I have a rather interesting / complex problem..creating a connection to CA-IDMS from Tomcat using JDBC type 4 drivers (CA provide the type 4 driver). We have a zSeries 9 IBM mainframe running CA-IDMS r16.1, and I need to connect to the IDMS from Tomcat (running on Linux) using the