Operating System - HP-UX
1836867 Members
2905 Online
110110 Solutions
New Discussion

Re: Application shutdsown once I log out of X

 
Vic S. Kelan
Regular Advisor

Application shutdsown once I log out of X

I have this ongoing problem. When I start a jreport server with the java.awt.headless=true, using nohup ./JREntServer.sh &. I can log out of the unix telnet session and the jreport server keeps running. the only problem is some of the forms do not display as should unless I log in using X without the java.awt.headless=true system property .
And even if I use the nohup and &. Once I log out (X is still running) the jreport server shutsdown.
Is their any way I can keep my logon session active and still be able to logout from X?
Thanks!
1 REPLY 1
Thayanidhi
Honored Contributor

Re: Application shutdsown once I log out of X

I think you have to look at configuring Xvfb.
Virtual frame buffer. We had similar issue while generating PDF/HTML reports from oracle. After configuring xvfb, set DISPLAY variable to virtual X server solved the problem.

I am not sure this is applicable to you.

Regds
TT
Attitude (not aptitude) determines altitude.