Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

webcenter managed server

user1254328Jan 10 2014 — edited Jan 11 2014

Hello -

we have webcenter 11.1.1.8 and developing a customer facing application.

question 1 :  on a single phsical server, can we install 2 webcenter managed servers (ManageWC1 and ManageWC2) ?

If questions 1 is YES, then we have questions 2:...... we have 2 different releases R1 and R2.of code in source control  branches. Is it possible to deploy R1 code on Manage1WC and same time deloy R2 code in Manage2WC. ?  Remeber, after deploy both codes should run separately and not overwrite each other. Also, after deploy developers would need to test code R1 and R2 using 2 separate URLs. Would we get two separate URLs afterdeploy of R1 and R2 ??/

Comments

807569
The file is just a Java properties file, which you can load and save using the java.util.Properties class.

If you want to change the logging level on the fly (while the program is running), you can do that too with Log4J - look at the API documentation of Log4J, I'm sure it's described in there.
807569
I know it is a Java properties file but I have to change the value at more than one places simultaneously and there are two values seperated by a comma(,), out of which only one I need to change. I would like to know that what is most efficient way of changing it.

The other thing is I know that we can change the log level using log4j on the fly, but that we have to do it programatically not manually based on the input seletedt by the user.
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 8 2014
Added on Jan 10 2014
2 comments
1,358 views