Hi guys! My development includes some customizations at vncserver and xstartup, using the applet Java for exportinf RealVNC to browser.
The situation is: 2 machines Sun, both with Solaris OS, named S1 and S2... S1 has SunONE with Apache, running my website there with basicaly 2 weblinks. The first points to start a vncserver with one xstartup that calls an X application into S1 and runs TWM (X manager) to manage the app. The second is the enigmatic! hehehe The second points to start another vncserver with another xstartup that runs a rsh to S2, where there export the display to S1 and there runs an X application either. Both situations is very similar, but the difference is that the first runs localy, and de second runs an X app at S2 and export the display to S1... The first situation runs correctly, but the second I don4t know what happens that I can4t see the xterm, for example. Se the xstartup I4m running: #!/bin/sh [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey rsh 10.18.81.32 "DISPLAY=10.50.2.61:0.0; export DISPLAY; /usr/openwin/bin/xterm &" & twm & >From S1 (10.50.2.61) I want to see the X app running at S2 (10.18.81.32), where the final user will see the result in his browser. Is it possible? Could some one help me in this case? Tks Daniel Massari _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list