0

Every time my application connects to its database (AS400), it shows a prompt "Your password will expire in X days".

This causes the application to hang while waiting on YES/NO selection.

I am working with security to get the passwords updated/extended, but I was curious if there was a way to ignore prompts like this in the context.xml file, so the application does not hang in the meantime.

Thanks.

IMReal
  • 3
  • 3

1 Answers1

0

Try adding ;prompt=false to the end of the connection URL as according to JDBC properties list provided for AS400JDBCDriver this is the only property which might have an impact on your problem.

Markus Benko
  • 1,507
  • 8
  • 8