You can use apache on the server with public ip address and use

1. mod_proxy to redirect all incomings to the webservers
    ProxyPass /app1/  http://serverx/app1/

or 

2. mod_jk and create a worker for each of your webapplications [if your 
webservers are
    tomcats]
    http://jakarta.apache.org/tomcat/connectors-doc/index.html



Viorel Dragomir

.
..
-------------------------------------------------------------------



----- Original Message ----- 
From: Roland Carlsson 
To: TomcatUsers 
Sent: Wednesday, January 19, 2005 10:04
Subject: Consolidate webapplications


Hi!

We have a lot of small webservers running it's own special task, from
router-admins to Outlook Web Access to the company public pages.

All these servers is in a private network with one public ip. Today we have
solved the problems with accessing these webservers from internet by
assigning them different portnumbers but its hard for the users to remember
what application is where.

So, we are looking for a way to proxy our webserver into one portal that
instead of using a filesystem can access other web-servers to get the pages
for the users.

What would be a good way of doing this? Is there any existing products for
this scenario?

Thanks in advance
Roland Carlsson


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to