Hello,
I'm using the x86 version of jboss-web 2.0.4 to create/control a Windows service for my JBossAS 4.2.2 install.
I've noticed that, when controlling the service in this configuration, JBossAS shutdown log details no longer make it in to the server/default/log/server.log file.
If I start the service with a "service.bat start" and then control-c that command window to shut things down later, shutdown details do make it in to the server.log file.
But if I start the AS via the service and then later stop the AS via the service, the shutdown details don't make it in to the server.log file.
...does anyone have any suggestions as to how to remedy this situation?
Thanks,
- Nathan
User error... apparently binding the AS to a specific IP (which invalidates localhost references) rather than to 0.0.0.0 (which binds the AS to both localhost and adapter IP addresses) was the cause of the problem.