Hello All,
I am new to EJB concept and I have installed the openejb server and trying to start it.When I try to run the command :
*openejb help //works*
*openejb deploy -help // works*
*openejb start -help // does not works closes my window .*
** Why is this happening whats wrong .I am just trying to run the first commands after installing. Am I missing any parameter setting please let me know at the earliest.
Hi,
That's because of the bin/ejbserver.bat script that closes itself once the server finishes, which doesn't happen with other scripts. I'm wondering if removing 'exit' command at the end of the file is the way to go. Think about the shell script as a quick way to start up the server, just double click it and the server is running. In case of problems prople are supposed to look at logs. Don't know if 'exit' should be removed or not.
Let me know what you think of it.
Apart of it, if you need help on what parameters 'openejb start' accepts, do:
openejb help start
thanks
blazix
Jacek
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ http://OpenEJB.sf.net OpenEJB-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openejb-user
