> On Feb 12, 2015, at 9:04 AM, Pratik Patel <[email protected]> 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/C8658FDC-FE58-4D2B-8EE1-CD8A5FDCF3DB%40nbtsc.org. For more options, visit https://groups.google.com/d/optout.
smime.p7s
Description: S/MIME cryptographic signature
