Why its required: On UNIX like environment you want to run JSPM without using X11 server. Or you want to deploy some file using JSPM running in a Web browser(from a different host) OR you are not able to launch JSPM on the UNIX host. Since 7.10 SP2, JSPM allows to run its GUI on a different host. How to start JSMP in remote UI mode: 1. Go to /usr/sap/<SID>/JC<XX>/j2ee/JSPM . 2.Execute following command and wait until you see "Waiting for SDTServer to connect ..." message on the console ./go –remoteui 3.Now open a web browser and go to following web address (<xx> is the instance number) http://<host>:5<xx>194.You will get similar screen as below ![]() http://help.sap.com/saphelp_nw70/helpdata/en/87/4797422930c56ae10000000a155106/content.htm https://service.sap.com/sap/support/notes/1013976 |