Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tomcat, Apache related question

Status
Not open for further replies.

rizunb

Programmer
Feb 27, 2003
63
CA
Hey guys
I am a little new to Tomcat, Apache and Java side of things. I have a question for you guys. Lets suppose I install Tomcat 5.5 servlet container, Apache webserver and J2SE 1.5 on my machine and then deploy an application on the webserver. Also assume that I have the database server (Oracle) on my machine and the application is properly acccesing the database. Assume that the application is properly working. Now I want 4 or 5 users to access this application that is working on my machine. I dont want to do any installs on the machines of these 5 users,but I want to allow them to use this application from my machine, using the web server and database server on my machine. What are the recommended ways of doing this???

Thanks

 
Are these users within the same LAN as the web server, or are they on a WAN ?

--------------------------------------------------
Free Java/J2EE Database Connection Pooling Software
 
I think they are within the same WAN. But I will appreciate if you can give me some ideas related to both LAN and WAN.

Thanks
 
Well, if the user machines are on the LAN, then they can just access the server via the HTTP url :


If they are from the WAN, then you need to have a domain, and make sure your router is redirecting port traffic from the WAN to the LAN server, or have a machine out in the DMZ.

--------------------------------------------------
Free Java/J2EE Database Connection Pooling Software
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top