Thank you Christoph , but in this how-to there isn't any example for SQL Server.
-----Messaggio originale----- Da: Christoph Nenning [mailto:[email protected]] Inviato: martedì 2 agosto 2016 09:44 A: Tomcat Users List <[email protected]> Oggetto: Re: jdbc check available database > Hello guys, > > I’ve SQL Server database with Tomcat 7 and, when I restart only database, > webapps on Tomcat didn’t works , it show me error to connect to database .. > > In webapp context I use jdbc driver for connect, so there is a kind of > method for retry to connect to database when it return available? > > > Hi, I suggest to use a DataSource instead of dealing with jdbc connections on your own. see: http://tomcat.apache.org/tomcat-7.0-doc/jndi-datasource-examples-howto.html Regards, Christoph This Email was scanned by Sophos Anti Virus --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
