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