• 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:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

problem with getting Environment properties on SunOne server

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone,
Now my project is planning to migrate from iPlanet 6.5 to Sun One. And I just met following problem:


For previous server, the iPlanet 6.5, the environment property MAX_PAGE_RECORD can be retrieved successfully in CodeWebImpl. But after I migrated to Sun One, I just cannot access the properties that I set in the AppControllerWebImpl.
I printed out all the keys and values from properties, the output is like follswing:
INFO: CORE3282: stdout: 09/Dec 11:01.13: key.class = class java.lang.String
INFO: CORE3282: stdout: 09/Dec 11:01.13: key = java.naming.corba.orb
INFO: CORE3282: stdout: 09/Dec 11:01.13: value.class = class com.sun.enterprise.iiop.POAEJBORB
INFO: CORE3282: stdout: 09/Dec 11:01.13: value = com.sun.enterprise.iiop.POAEJBORB@e45b5e
Where are the properties that I set previously? Does anyone got the idea about that?
Thanks a lot for the help
 
Author & Gold Digger
Posts: 7617
6
IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm moving this topic to the SunONE forum. Please continue the discussion there. Thank you
 
knowledge is the difference between drudgery and strategic action -- tiny ad
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic