Host And Expose Application to local small network
Posted
by
tartak
on Pro Webmasters
See other posts from Pro Webmasters
or by tartak
Published on 2012-05-27T16:46:29Z
Indexed on
2013/11/13
16:19 UTC
Read the original article
Hit count: 436
web-hosting
I developed a little application (web application) using JavaEE+MySql. I try to keep some data and .. from time to time to get some reports using my data.
My problem is I have to access this application from 4-5 computers in the office. They are connected through a switch. It's a typical small office network, nothing fancy.
I need some advice on how to do this. I mean for a small application with no external communication is it mandatory to use an Apache machine?
I'd use a simple Tomcat container on the "server machine" (which is my computer, a windows machine) and .. basically .. I would like to permit the access to my colleagues also.
I don't have any knowledge about concurrency (I know mysql permits concurrent access) so I would like some configuration tips also.
© Pro Webmasters or respective owner