You can run X environment with "-noauth" option
if you are running CDE you can do the following:
cp /usr/dt/config/Xconfig /etc/dt/config/Xconfig
Uncomment the Dtlogin*authorize line. It will look like:
###########################################################
# To disable R4 MIT-MAGIC-COOKIE-1 per-user authorization.
#
Dtlogin*authorize: False
This will let your server run with the -noauth option.
Additionally, the program `xauth' can be used to obtain the `magic cookie' authorization information used in connecting to the X11 server, and then this information can be added to the .Xauthority file in user home directory.
For example, the most common use for xauth is to extract the entry for the current display, copy it to another machine, and merge it into the user's authority file on the remote machine:
xauth extract - $DISPLAY | rsh other xauth merge -
I am using charting solution using java and I find this not working for me. I need to still run xhost + and restart netscape webserrver on command line. If I restart using browser, then I cannot get my charting to work.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.