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!

Oracle HTTP Server MPM Directive Default

Ray KellyMay 20 2022

According to the following document: Tuning Oracle HTTP Server, the default MPM type is "event".
When I look in "ohs.plugins.nodemanager.properties", all of the mpm statements are commented out.
When I open EM - ohs1 - Performance Directives, it shows MPM Name: worker.
When I look at the NMProps through WLST, it also shows MPM as worker.
Is the documentation incorrect? When running STIG scans, it's showing as a finding because it's expecting an uncommented "mpm" value in "ohs.plugins.nodemanager.properties".
Any thoughts would be appreciated, before I create a ticket with Oracle.

Thank you,
Ray

Comments

jflack
Answer
I'm sorry to tell you that with Designer, what you see is what you get. You can tell Designer about your preferred editors for text and for HTML, and you could probably tell it to use Netbeans as your editor, but that wouldn't give you much benefit. I mostly don't use an external editor with Designer - the built-in editors are good enough for what little editing I do with Designer. Designer also does not generate to a Java or JEE environment, unless you want to write the generator yourself.

As for JDeveloper, Designer really doesn't talk to JDeveloper either. However, there used to be a JDeveloper extension that could read the Designer repository and use it to generate ADF Business Components for modules that you designed with Designer - they might be Oracle Forms, Oracle Reports, Visual Basic, or Web PL/SQL modules. I know that it worked with JDeveloper 10.1.2, but I don't know if the extension has been updated to work with JDeveloper 10.1.3. I don't know if there are plans to update it for JDeveloper 11 either. I hope so - I still have a lot of stuff in my repository.

If you are willing to switch to JDeveloper, you might want to look at JHeadstart, which I understand can get more out of the Designer repository than the JDeveloper extension can. Someone want to confirm that?

At this point, you may be asking yourself, "Gee, then why would I want to use Oracle Designer?" You might want to consider using Designer only for database design at a logical (E/R Diagrams) and physical level (Server Model Diagrams), and switch to your preferred IDE after you generate and execute your DDL. If you only model databases on a physical level, you might look at the diagramming tools in JDeveloper - they are quite good. Oracle is also adding modelling and diagramming tools to SQL Developer, so you might want to keep that at the back of your mind for future reference.
Marked as Answer by 531441 · Sep 27 2020
531441
thanks jflack.

I think it is clearer now. I better stick to a database designer. You answered the question.


Regards.
1 - 2

Post Details

Added on May 20 2022
0 comments
414 views