Skip to Main Content

DevOps, CI/CD and Automation

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!

Invoke Node functions from OJET Modules?

Venkata Rahul SMay 6 2022

Can I call a NodeJS function, say the process functions from Oracle JET?
I want to start off some background processes on my machine as soon as OJET starts and "talk" to these processes. Possible?

This post has been answered by John JB Brock-Oracle on May 6 2022
Jump to Answer

Comments

Timo Hahn

How should we know?

We don't even know what third party library you are talking about.

Have t you tried to put out in the same directory as you would do for tomcat?

Timo

dvohra21

What is the WLS version? WLS doesn't make use of config.xml for third party jars. For JDBC drivers jars refer

Using Third-Party JDBC Drivers with WebLogic Server

For other jars refer

Understanding WebLogic Server Application Classloading - 12c Release 1 (12.1.1)

1 - 2

Post Details

Added on May 6 2022
2 comments
69 views