• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Where/How to see the output of System.out.println in iWS 6.0 Solaris

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I scanned through the whole forum for the solution but couldnot get
I have a big application with lots of SOPs (System.out.println) for debugging. I have just ported my application from iPlanet Webserver 4.X to iPlanet Web Server 6.0. on solaris machine
I use to start the server using
nohup ./start &
The SOPs are logged into nohup.out
but this is not happening in iWS 6.0.
Need urgent help on this
regards
 
Ranch Hand
Posts: 3695
IntelliJ IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
wowowo,

Take a look at our naming policy and change your publicly displayed name.

Thanks.
 
Sanjay Kumar
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry for that
I have chenged the name now
 
Author
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not an expert in iWS (I generally focus on iAS), but this question was answered in another forum so I have the link handy.
Apparently this was a known issue that was resolved in iWS 6.0sp5 by adding some new magnus.conf directives. Docs for the directives can be found here : http://docs.sun.com/source/816-6434-10/rn60sp5.html#1021838
David
 
reply
    Bookmark Topic Watch Topic
  • New Topic