Johan Wasserman wrote:
How do I start Derby at boot time on linux? I used the startup script
provided (startNetworkServer.ksh) and linked it to S99derby in rc5.d but
get the message "Could not listen on port 1527 on host start"...
Kind regards...
I don't know of course, but it could be that you already have a process
occupying that port. Try running the command below:
netstat --tcp -l -p --numeric-ports | grep 1527
--
Oyvind Bakksjo
Sun Microsystems, Database Technology Group
Trondheim, Norway
http://weblogs.java.net/blog/bakksjo/