Forum Discussion

botje's avatar
11 years ago

Move settings file to other folder

Like the poster of viewtopic.php?t=15954, I want to move the settings files of SoapUI to another place. It bothers me that SoapUI creates the two settings files in my home folder, as they are always shown when browser to that folder. I'm on OSX and I followed the changes recommended in that thread.

In soapu-pro.sh, change:

JAVA_OPTS="-Xms128m -Xmx1024m -Dsoapui.properties=soapui.properties -Dgroovy.source.encoding=iso-8859-1 -Dsoapui.home=$SOAPUI_HOME/bin"

to:
JAVA_OPTS="-Xms128m -Xmx1024m -Dsoapui.properties=soapui.properties -Dgroovy.source.encoding=iso-8859-1 -Dsoapui.home=$SOAPUI_HOME/bin -Duser.home=<DIRECTORY OF YOUR SETTING FILE>"


Now, SoapUI creates the files in the home directory as I've requested it to do. However when closing SoapUI, it just writes them ALSO to the home dir, regardless of the `user.home` setting. How can I resolve this issue? SoapUI 5.0.
No RepliesBe the first to reply