Problem executing SamLauncher in java app server
-
Hi,
Im developing an application for a client who uses Secure Access SSL VPN, they give me an instruction for open and close VPN to comunicate with a webservicem (C:/Archivos de programa/Juniper Networks/Secure Application Manager/SamLauncher -start -url https://urlwssislog -u user -p password -r Dominio-wssislog) then i use a java.lang.Process to execute it and it run ok when execute as Java SE application but if application is a web app deployed on apache tomcat i receive this message “The server you are are attemping a connection with does not currently support this feature”.
Any idea to fix it?
Thank you for any help!!