Hi again!

I check mod_proxy and it does what I wanted it to do.

Thaks again!

Roland Carlsson


Den 05-01-19 10.19, skrev "Roland Carlsson" <[EMAIL PROTECTED]>:

> Thanks for your answer!
> 
> Perhaps I missunderstand the meaning of redirect in this context but doesn't
> that mean that the client browser must do a new request or does it mean that
> the server with mod_proxy forwards the request to another server and then
> return the answer from that server to the client.
> 
> We would prefer that the user get the impression of being on the same server
> if possible. Can mod_proxy solve that?
> 
> Thanks in advance
> Roland Carlsson
> 
> 
> Den 05-01-19 09.17, skrev "Viorel Dragomir" <[EMAIL PROTECTED]>:
> 
>> 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]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


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

Reply via email to