Descan SFTP

I was asked to change the run.sh script to add 2 properties:

�-DMH2.IB.DE.AUTO.START=false�
�-D JMSListener.Q.DECHECK.IMG.start=false�

what does adding this two properties do?

Where/what is run.sh and what has this to do with SFTP? This looks more like some java code to me.

Robin

yes.. it's looks like parameters passed for your java application

-Dproperty=value
Set a system property value. If value is a string that contains spaces, you must enclose the string in double quotes:
        java -Dfoo="some string" SomeClass

java - the Java application launcher