Hi,
If a CICS connection goes down in our application, we set a system property to down aand start a java thread which keeping polling for that connection to come back. Once the connection is back the thread resets the system property to up and stops.
The thread has strage behaviour. It just...
Hi,
If a CICS connection goes down in our application, we set a system property to down aand start a java thread which keeping polling for that connection to come back. Once the connection is back the thread resets the system property to up and stops.
The thread has strage behaviour. It just...
I have not any any Websphere tools to achieve that.
We have scripts that run daily to achive backup.
Dont see a reason for you to stop the app to do it.
example shell
#!/bin/sh
DATE=`date +%m%d`
LOGDIR=/appl/logs
APPNAME=hell
### Make MMDD directory under archive directory
mkdir -p...
Create a JDBC DriverGeneral Tab
Name AnyDriver
ClassName oracle.jdbc.driver.OracleDriver
URL Prefix jdbc:oracle:thin:@hostname:portNumber
Path for JDBC /usr/local/opt/oracle/jdbc/lib/classes12.zip
Create a DataSource
Data Source Name AnyDataSource
DatabaseName instanceName
Driver AnyDriver...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.