You can shutdown the Virgo Web Server using the -immediate flag.
shutdown -immediate
However I could not find a way to detect whether the Virgo Web Server was shutting down or the timer...
Type: Posts; User: razedk; Keyword(s):
You can shutdown the Virgo Web Server using the -immediate flag.
shutdown -immediate
However I could not find a way to detect whether the Virgo Web Server was shutting down or the timer...
I agree that the server should force shutdown, preferable after a configurable amount of time.
However I would expect that my app would in some way be able to request the running state of either...
When I stop my Virgo server using the shutdown.cmd command the Java process continues to run for a long period.
This seems to be due to the fact that the method called when a timer runs out takes...
Thanks alot Luke.
I actually did read the FAQ and tried what was suggested, but I then got a 404 Not found error. So I removed it again.
This morning I saw your message and decided to read the...
I am trying to secure my web service based on which user roles the logged in user has, but it seems that the preauthorize tag is completely ignored.
I have implemented a custom database-backed...