root / TestingTools / server-configuration.txt

Revision 4115, 300 bytes (checked in by jani.laakso@…, 8 months ago)

Fixed #1528 Remote TT client example does not exit properly
Also

  • Import fix.
  • Build.xml still needs work. Magi, I'll leave this to you (ask from me about plug-in changes).
  • Cleaner error reporting for server plug-in.
  • Added few example testcase scripts
Line 
1#
2# IT Mill Testing Tools Server configuration file
3#
4
5# Add plug-in JAR to classpath and define plug-in class here
6pluginClass = com.itmill.testingtools.plugin.rmi.RemotePlugin
7
8# if plug-in clients connect from non-localhost network, specify host ip here
9pluginRMIHost = 127.0.0.1
10
11demomode = true
Note: See TracBrowser for help on using the browser.