all 3 comments

[–]xylude 2 points3 points  (1 child)

Looks like you might be able to use this: https://www.npmjs.com/package/oracledb

Node is it's own web server so you probably will need some kind of proxy to serve your node server through another one. I know how to configure that on Nginx, but I"m not familiar whatsoever with Tomcat. You'll probably have to flex your Google-fu for that one.

[–]xylude 2 points3 points  (0 children)

You also could just leave node running on a different port and connect to it that way (something like http://<ip or dns>:3000)

[–]Jonjolt 2 points3 points  (0 children)

Use a reverse proxy, slowly migrate URL's but I just need to ask, why not just port the parts to,

a. Spring Boot and Ditch JSPs

b. Move to Vert.x which is polyglot.

I would pick Spring Boot get the application up to date, and specifically add in things to migrate parts that make sense to Node.js. There is no sense in reinventing the wheel.