LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Apache question (https://www.linuxquestions.org/questions/linux-general-1/apache-question-195753/)

AMDPwred 06-20-2004 06:07 PM

Apache question
 
I have a website written in JSP and I want to setup a second. So, I want to install Apache and the connectors so I can run multiple websites written in JSP on my server. When I do this, will my URLs have to look like this:

http://server.com/web1
http://another.com/web2

Or can I get some type of forwarding action doing in Apache so it knows to map http://server.com to /web1 without actually showing it in the url? Any input is greatly appreciated.

Edit: I know you can use virtual hosts to do this in apache, but I'm trying to figure out how to do this using connectors in Apache/Tomcat.


All times are GMT -5. The time now is 08:20 PM.