When i am creating new WEB project in NetBeans and running generated index.html page i get warnings:
WARNING: Ignore WEB-INF/sun-web.xml in archive /C:/Users/vovan_000/Documents/NetBeansProjects/WebSite/target/WebSite-1.0-SNAPSHOT/, as WLS counterpart runtime xml WEB-INF/glassfish-web.xml is present in the same archive.
WARNING: The web application [unknown] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
And also Java DB service starting:
Sat Feb 15 12:29:15 EET 2014 : DRDA_SecurityInstalled.I
Sat Feb 15 12:29:20 EET 2014 : Сетевой сервер Apache Derby Network Server - 10.8.3.0 - (1405108) запущен и готов принимать соединения на порту 1527 на {3}
But i have not any glassfish-web.xml in WEB-INF folder. And i am not using database and have not JDBC drivers.
How can i get rid of this warnings and disable java DB service starting?