Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can the web application reside on a machine other than where Tomcat is running?

0
10 Posted

Can the web application reside on a machine other than where Tomcat is running?

0
10

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

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123