This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Tomcat and the fly likes I need users to access my Apache webserver Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "I need users to access my Apache webserver" Watch "I need users to access my Apache webserver" New topic
Author

I need users to access my Apache webserver

ernest fakudze
Ranch Hand

Joined: Aug 27, 2001
Posts: 216
Hello all,
I'm trying to configure Apache so that I can host my own website. I want to take advantage of my ADSL connection. My site (jsp/Servlet-based)is currently hosted by a company and I have to pay $19/month for it. My idea is to first configure Apache as my main web server and then configure the Tomcat plugin so that I can transfer my site to it.
My main question is: What do I have to do to allow people to access my apache webserver? I guess I would have to pay somebody something? I think I will also need to have my own IP address which never changes.
Please advise. Thanks in advance.


In a time of drastic change it is the learners who inherit the future. The learned usually find themselves equipped to live in a world that no longer exists.<br />Eric Hoffer
Matthew Webster
Ranch Hand

Joined: May 10, 2001
Posts: 51
Hi,
Funny you should ask this, I've been having a number of emails asking me things like this recently.
If you take a look at my website you will see that I have done just what you're trying to do, without spending any money and with a JBoss/MySQL backend (although you won't actually see those).
I am currently writing a tutorial (in a .doc format ATM) which you can download, but please be aware that it is really not complete yet - although the Appendices should go quite a long way to help (they are how I figured it out).
For the record, I have a dynamic I.P. on broadband. In the U.K., at least, I think you will find you are not behind an ISP firewall.
Also, be aware that your site will disappear every time you turn your home pc off
Good luck,
Matt.


Matthew Webster - eudoxus@freeuk.com<br /><a href="http://www.matthewwebster.homeunix.net/" target="_blank" rel="nofollow">http://www.matthewwebster.homeunix.net/</a>
ernest fakudze
Ranch Hand

Joined: Aug 27, 2001
Posts: 216
Thank you very much Matthew. I am just printing off your tutorial and I intend to follow it step by step. We all learn from the best, don't we? I will be hassling you later on with quesions when I get stuck so please be prepared.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: I need users to access my Apache webserver
 
Similar Threads
How to work behind proxy
Struts app on JRUN over HTTP/HTTPs in Apache
startng off and setting things up
Confugure Tomcat To Host a Server
jsp in apache webserver