I cannot run a project to a production server due to a connection problem with DB2.
The project run well on the developing machine.
Both windows machines have se same DB2 configuration: same tables names, same users with grant but when I launch the project on the production server i get the error:
EGL0505E Can not connect to jdbc/nova02: Cannot create PoolableConnectionFactory ([jcc][t4][2013][11249][3.63.75] Authorization for the failed connection.Reason: ID user or password invalid. ERRORCODE=-4214, SQLSTATE=28000) EGL0002I L'errore si è verificato in quantiMessaggi durante l'elaborazione della funzione messUrgenti.
The context.xml :
Ho to configure EGL or Tomcat or DB2 to solve the problem?
paoloc