Thanks Aria. I have a web application running on Tomcat with MySQL database. I am aiming to generate automated network documents and integrate it into our web application. After reading some articles, blogs and evaluating products, I could find that klyajs-noflo ( https://github.com/noflo/klayjs-noflo ) would best suit our requirements. However, klayjs-noflo is built on top of Node.js, so I was thinking if I can deploy Node.js app(klayjs-noflo) in Tomcat somehow.
Regards, Pratik On Thursday, 12 February 2015 21:22:14 UTC+5:30, Aria Stewart wrote: > > > > On Feb 12, 2015, at 9:04 AM, Pratik Patel <[email protected] > <javascript:>> wrote: > > > > Hi, > > > > Is it possible to run nodejs application on apache tomcat? > > Kind of not really. > > node.js runs as a separate process, and it's not written in Java, so a > Tomcat container won't help too much. (As a side note, check out vert.x > for something node-like but JVM-friendly. You won't get the whole ecosystem > of node though) > > Usually people integrate node with an HTTP proxy, rather than an app > container -- something like apache with a reverse proxy module, or nignx. > > I imagine there's ways to hack something of interest up, but what are your > goals for doing so? > > Aria -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/346a6315-92c7-494d-9f9e-4b74db093e96%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
