I am networking amateur and was hoping someone can point me in the right direction.
I have set up a MS win SBS 2011 server at the office and installed a CRM (opencrx.org) on there and everything seems to work on the server. The CRM is based on a TOMEE Stack - Tomcat server and I am not sure how that works. The CRM is currently running on localhost:8080/opencrx-core-CRX which I believe is a TOMEE stack servlet or something or another : )
I need help with the following:
- Access the CRM from client computers in the office
- Access the CRM from remote locations via the browser
I am trying to set up a domain or use ip address to access the CRM on the server. I have added to windows hosts file my servers ip address to localhost hoping that would allow the client computers to connect to the app but that did not work.
BTW: I have set up the windows remote web access feature of the server in case that can somehow be used to accomplish the above mentioned but really, I just need to get the webapp to be accessible from other computers.
Any help would be greatly appreciated.