Re: Waiting for server to start

2004-02-13 Thread Sebastien Blanc
Hi ! I'm using jython to check in the log traces that jboss is up and that ear is deployed. the following uses BSF but the same could be done with a . seb.

RE: Waiting for server to start

2004-02-13 Thread Nick Neuberger
I don't quite understand the reason why you would want to run the test cases before the app server is started. Can you just run a task to start the appserver, then run the tests. Another possiblity. Are you using an Http Server on port 80, then the appserver hooked to another port. You may be g