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

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -