weblogic11g - What is the business benefit for Oracle Weblogic Server over OC4J? -


apart technology support , business benefits oracle web logic server. example in area of security,support etc.

what new features supported weblogic ?

tl;dr:

  • support great when open ticket oracle support (weblogic strictly).
  • great admin/read-only user implementation. authenticate windows active directory. developers read-only accounts, reduces churn them wait ops transfer logs , validate settings.
  • dashboard useful out-of-box real-time monitoring without additional tools or installs. accessed 1 authenticated login. give our cio if wanted in 3 minutes adding him right authorized group in ad.
  • easier clone environments.

i haven't worked oc4j believe oracle's roadmap picking weblogic preferred java application server. can see base technology of other products, such oracle service bus, oracle enterprise manager (oem), , oracle line planning.

i have opened 3 oracle tickets in past month. surprised @ how fast answered. severity 3 ticket (medium), have responded in 2-3 days. can't same other services (over 2 weeks ticket on oem).

security pretty broad scope... you'd have little more specific on of topics of security.

one thing pretty awesome dashboard. http://docs.oracle.com/cd/e14571_01/web.1111/e13714/dashboard.htm can add read-only monitor accounts other users can insight performance. add developers can validate settings, or see performance whenever there production issue.

we used microsoft active directory authentication in our weblogic domains. people not using default weblogic administrator user configuration changes audited. when someone's account gets disabled when leaving company, disables access weblogic similarly. don't have change password.

other useful settings in ability automatically archive config changes. each time makes config change, backup automatically created. allows me go fix when developers break environment without having majorly reverse-engineer did.

i fact can pack , unpack domains. i've used move entire domains staging production minor changes... i.e. change stg prod variables. should likewise make easier 'clone' environments when want build out new one.

although not related, should mention oracle enterprise manager. oracle shop because seem have given deal on licencing. run oracle enterprise manager, tool becoming more , more useful. agent reports how our redhat linux hosts behaving, network input/output, cpu utilization, memory utilization, java heap stacks. going move defining groups within has targets related application stack. give our operations team insight see bottleneck might be... oracle weblogic web layer, network, oracle service bus, or oracle database performance.

supposedly, can add jboss, other jmx monitoring oem. it's on our to-do list non-weblogic instance. we're rolling oem out.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -