Can the web application reside on a machine other than where Tomcat is running?
Location: http://www.jguru.com/faq/view.jsp?EID=492632 Created: Sep 7, 2001 Author: Alessandro A. Garbagnati (http://www.jguru.com/guru/viewbio.jsp?EID=32727) Question originally posed by Srinivas Muttineni (http://www.jguru.com/guru/viewbio.jsp?EID=445846 If by “web application” you mean the set of jsps, servlets, classes, and all the other required files, I’m afraid not. [Tomcat must be able to read the files from a locally mounted file system.] What you can do, though, is to have Tomcat running on one machine and the web server running on another, but I don’t think that you can have the files of the application be read through the net without some sort of file server mounting solution like ntfs, samba or similar. [See also the “rsync” utility under Unix for a nice way to publish your web application files to the live server.
Related Questions
- I have an existing server with web application already running on port 80 (such as Moodle). Can I also install BigBlueButton on that server?
- Are there any security advantages to using machine virtualization versus application virtualization for running a virtual desktop?
- Can the web application reside on a machine other than where Tomcat is running?