database - Derby Network Server not started automatically -


i application, file 'apache.jndi.properties' contains

ds.jdbcdriver=org.apache.derby.jdbc.embeddeddriver  ds.jdbcurl=jdbc:derby:memory:derbydb;create=true;derby.drda.startnetworkserver=true 

the network server not started automatically regarding above configs, started programmatically when try below code

new networkservercontrol(inetaddress.getbyname("localhost"),1527).start(null)  

what's wrong apache.jndi.properties , why not started automatically?


Comments

Popular posts from this blog

PHP while loop dynamic rowspan -

timer - Java TimerTask cancel -

android - How to read a column value in parse.com without accessing an object or a pointer -