Manjula Kutty wrote:
Hi
Is there a way to give the hostname other than the localhost for the
junit tests? If is it given in the java file can I edit that file and
then run the junit tests on a client machine and the server is started
on another machine?
I believe you are asking for a solution to DERBY-1973:
Support running JUnit tests directly with a remote server
---------------------------------------------------------
URL: https://issues.apache.org/jira/browse/DERBY-1973
A first step would probably have to be to have the client tests run
against an already running server on the remote host. Having the server
start automatically on a remote host requires a bit more of an effort.
--
John