We are running JOnAS 2.3 on Windows 2000 and are really glad about the easier installation and the more organized directory structure! But we have one point that we would like to suggest as an improvement: It is not very nice that the console hangs after starting EJBServer, and that the whole command string is seen every time (this is good for learners only). So our idea would be: a) Using @ECHO OFF and never turning on ECHOing in the batch files. This would hide all that command echoing. At the moment, the command is echoed. b) Using javaw.exe instead of java.exe would be better for there would be no attached window; instead of that window, as with all good server software, JOnAS should be forced to write all output (not only errors) into a file. The problem is, that javaw.exe is (as we know) a proprietary name for an JVM, even if it was chosen by Sun itself. We would be glad to see this released in some future version, since it is not hard to change and it makes JOnAS look a little more professional. :-)
