belgarion007 wrote:
> I'd like to know if it is possible to launch Intermapper thru the command 
> line (on Windows platform) and pass arguments to it (Ip of the remote server, 
> name of the map) ?
> 


Launch InterMapper using "java -jar <jarfile> <args>". Here's an example with 
-h that shows the command line arguments:


Code:

java -jar ./InterMapper\ RemoteAccess.jar -h
Available options:
        -host --host <HOST>              connect to the specified HOST
        -port --port <PORT>              connect to the specified PORT on HOST
                                             (defaults to 8181)
        -map --map <MAP_NAME>            load the specified map(s) from HOST
                                             (separate map names with :)
        -import --import <FILE_NAME>     import the specified file (use - for 
stdin)
        -importmap --importmap <FILE_NAME>    import the specified Map file
        -export --export <EXPORT-SPEC>   export the specified data to stdout
        -exportmap --exportmap <MAP_ID>  export the specified Map
        -f --file <FILE_NAME>            open the specified shortcut file
        -debug --debug <DEBUG_CONFIG_FILE>   use the specified configuration 
file to
                                             configure debugging output
        -D<name>=<value>                 set a system property
        -user --user <USER>              log in as USER
        -pass --pass <PASSWORD>          log in as USER with PASSWORD
        -ignore-cert-check               accept all server SSL certificates 
without prompting
        -agree-to-license                accept the End User License Agreement





-------------------- m2f --------------------

Read this topic online here:
http://forums.dartware.com/viewtopic.php?p=1909#1909





____________________________________________________________________
List archives: 
http://www.mail-archive.com/intermapper-talk%40list.dartware.com/
To unsubscribe: send email to: [email protected]

Reply via email to