routing - Mounting non-rack applications in Rails -
Assume that I have 2 web applications:
1) One is a regular rail app < / P>
2) Second, there is an intranet app (non-Ruby app), for example port 3333 is accessible only through the web server.
Instead of going to the server and accessing it: http: // intranet: 3333
I want to expose the intranet app through a rail path. Like http://railsapp.com/otherapp
.
With ideas, what can we do with you, you can do this with a rail engine. thank you in advanced!
Comments
Post a Comment