Re: IIS tomcat connector plugin fail to reverse proxy.

2009-05-12 Thread eric tse
thanks
On Tue, May 12, 2009 at 9:10 AM, Rainer Jung  wrote:
> On 12.05.2009 01:40, eric tse wrote:
>> I am trying to use the IIS tomcat connector to act like a reverse proxy
>>
>> If I hit the IIS at /MWGAT
>>
>> it will forward the tomcat with /GAT
>>
>>
>> However I fail to do this
>>
>> In the documentation
>> http://tomcat.apache.org/connectors-doc/generic_howto/proxy.html
>>
>> they say I can do this
>>
>> If you are using Microsoft IIS as a web server, the ISAPI plugin
>> provides a way of doing the first step with a builtin feature. You
>> define a mapping file for simple prefix changes like this:
>>
>> # Add a context prefix to all requests ...
>> /=/myapp/
>> # ... or change some prefix ...
>> /oldapp/=/myapp/
>>
>>
>> But I don;t think it is possible.(have tried)
>>
>> I would need some help.
>>
>> I am using isapi_redirect.1.2.14.dll
>
> The feature has been added in version 1.2.16 and improved later. So try
> again with 1.2.28.
>
> Regards,
>
> Rainer
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



IIS tomcat connector plugin fail to reverse proxy.

2009-05-11 Thread eric tse
I am trying to use the IIS tomcat connector to act like a reverse proxy

If I hit the IIS at /MWGAT

it will forward the tomcat with /GAT


However I fail to do this

In the documentation
http://tomcat.apache.org/connectors-doc/generic_howto/proxy.html

they say I can do this

If you are using Microsoft IIS as a web server, the ISAPI plugin
provides a way of doing the first step with a builtin feature. You
define a mapping file for simple prefix changes like this:

# Add a context prefix to all requests ...
/=/myapp/
# ... or change some prefix ...
/oldapp/=/myapp/


But I don;t think it is possible.(have tried)

I would need some help.

I am using isapi_redirect.1.2.14.dll

Thanks and regards,

Eric

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: apache tomcat connector header size

2009-02-24 Thread eric tse
Thank you very much

On Tue, Feb 24, 2009 at 2:59 PM, Rainer Jung  wrote:
> On 19.02.2009 21:54, eric tse wrote:
>>
>> which Apache/Tomcat connector are you talking about ?
>>
>> isapi_redirect.dll (1.2.14.0)
>>
>> The official site is
>> http://tomcat.apache.org/connectors-doc/
>>
>> what versions of Apache, Tomcat, and the connector ?
>>
>> Proxy on IIS6 windows 2K3, tomcat backend (6.0.18) on solaris 10
>>
>> on what platform ?
>>
>>
>> You know may proxy server has reverse proxy header size that we can
>> tune up. I can't find it in the official doc in this plugin. I don't
>> know if you guys can give me a hand.
>
> Look at the description of max_packet_size on
>
> http://tomcat.apache.org/connectors-doc/reference/workers.html
>
> Please note especially the info on versions and the necessity to add some
> Tomcat configuration to.
>
> Regards,
>
> Rainer
>
>> On Wed, Feb 4, 2009 at 1:33 AM, André Warnier  wrote:
>>>
>>> Eric,
>>>
>>> I'll answer this, so that you don't feel like being totally ignored,
>>> which
>>> should really be the case.
>>>
>>> If you really want an answer however, I suggest you repost with some
>>> additional information :
>>> - which Apache/Tomcat connector are you talking about ?
>>> - what versions of Apache, Tomcat, and the connector ?
>>> - on what platform ?
>>>
>>> and can you also try to be a bit more specific about what your problem is
>>> ?
>>> Oh, and don't be afraid to include apparently irrelevant details such as
>>> what "headers" you are talking about, how big, when, how, the original
>>> error
>>> message and where it comes from etc..
>>>
>>>
>>>
>>>
>>> eric tse wrote:
>>>>
>>>> how can I bump up the header size of connector?
>>>>
>>>>> apache tomcat connector header ???
>>>>>
>>>>> How?
>>>>>
>>>>> I think I am trying to a big header transfer .. and it breaks in proxy
>>>>> point,
>>>>> saying fail to append header. and did route
>>>>>
>>>>> Thanks
>>>>>
>>>>> Eric Tse
>>>>
>>>> On Tue, Feb 3, 2009 at 2:08 PM, eric tse  wrote:
>>>>>
>>>>> Can I bump up the header size of the
>>>>>
>>>>> apache tomcat connector header ???
>>>>>
>>>>> How?
>>>>>
>>>>> I think I am trying to a big header transfer .. and it breaks in proxy
>>>>> point,
>>>>> saying fail to append header. and did route
>>>>>
>>>>> Thanks
>>>>>
>>>>> Eric Tse
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: apache tomcat connector header size

2009-02-24 Thread eric tse
Hi Andre and guys,

can you help me

Thanks

Eric

On Thu, Feb 19, 2009 at 3:54 PM, eric tse  wrote:
> Thanks Andre
>
> which Apache/Tomcat connector are you talking about ?
>
> isapi_redirect.dll (1.2.14.0)
>
> The official site is
> http://tomcat.apache.org/connectors-doc/
>
> what versions of Apache, Tomcat, and the connector ?
>
> Proxy on IIS6 windows 2K3, tomcat backend (6.0.18) on solaris 10
>
> on what platform ?
>
>
> You know may proxy server has reverse proxy header size that we can
> tune up. I can't find it in the official doc in this plugin. I don't
> know if you guys can give me a hand.
>
>
> I need your help.
>
> Thanks and regards,
>
> Eric
>
>
> On Wed, Feb 4, 2009 at 1:33 AM, André Warnier  wrote:
>> Eric,
>>
>> I'll answer this, so that you don't feel like being totally ignored, which
>> should really be the case.
>>
>> If you really want an answer however, I suggest you repost with some
>> additional information :
>> - which Apache/Tomcat connector are you talking about ?
>> - what versions of Apache, Tomcat, and the connector ?
>> - on what platform ?
>>
>> and can you also try to be a bit more specific about what your problem is ?
>> Oh, and don't be afraid to include apparently irrelevant details such as
>> what "headers" you are talking about, how big, when, how, the original error
>> message and where it comes from etc..
>>
>>
>>
>>
>> eric tse wrote:
>>>
>>> how can I bump up the header size of connector?
>>>
>>>> apache tomcat connector header ???
>>>>
>>>> How?
>>>>
>>>> I think I am trying to a big header transfer .. and it breaks in proxy
>>>> point,
>>>> saying fail to append header. and did route
>>>>
>>>> Thanks
>>>>
>>>> Eric Tse
>>>
>>> On Tue, Feb 3, 2009 at 2:08 PM, eric tse  wrote:
>>>>
>>>> Can I bump up the header size of the
>>>>
>>>> apache tomcat connector header ???
>>>>
>>>> How?
>>>>
>>>> I think I am trying to a big header transfer .. and it breaks in proxy
>>>> point,
>>>> saying fail to append header. and did route
>>>>
>>>> Thanks
>>>>
>>>> Eric Tse
>>>>
>>>
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>>
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>
>>
>

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: apache tomcat connector header size

2009-02-19 Thread eric tse
Thanks Andre

which Apache/Tomcat connector are you talking about ?

isapi_redirect.dll (1.2.14.0)

The official site is
http://tomcat.apache.org/connectors-doc/

what versions of Apache, Tomcat, and the connector ?

Proxy on IIS6 windows 2K3, tomcat backend (6.0.18) on solaris 10

on what platform ?


You know may proxy server has reverse proxy header size that we can
tune up. I can't find it in the official doc in this plugin. I don't
know if you guys can give me a hand.


I need your help.

Thanks and regards,

Eric


On Wed, Feb 4, 2009 at 1:33 AM, André Warnier  wrote:
> Eric,
>
> I'll answer this, so that you don't feel like being totally ignored, which
> should really be the case.
>
> If you really want an answer however, I suggest you repost with some
> additional information :
> - which Apache/Tomcat connector are you talking about ?
> - what versions of Apache, Tomcat, and the connector ?
> - on what platform ?
>
> and can you also try to be a bit more specific about what your problem is ?
> Oh, and don't be afraid to include apparently irrelevant details such as
> what "headers" you are talking about, how big, when, how, the original error
> message and where it comes from etc..
>
>
>
>
> eric tse wrote:
>>
>> how can I bump up the header size of connector?
>>
>>> apache tomcat connector header ???
>>>
>>> How?
>>>
>>> I think I am trying to a big header transfer .. and it breaks in proxy
>>> point,
>>> saying fail to append header. and did route
>>>
>>> Thanks
>>>
>>> Eric Tse
>>
>> On Tue, Feb 3, 2009 at 2:08 PM, eric tse  wrote:
>>>
>>> Can I bump up the header size of the
>>>
>>> apache tomcat connector header ???
>>>
>>> How?
>>>
>>> I think I am trying to a big header transfer .. and it breaks in proxy
>>> point,
>>> saying fail to append header. and did route
>>>
>>> Thanks
>>>
>>> Eric Tse
>>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: apache tomcat connector header size

2009-02-03 Thread eric tse
how can I bump up the header size of connector?

> apache tomcat connector header ???
>
> How?
>
> I think I am trying to a big header transfer .. and it breaks in proxy point,
> saying fail to append header. and did route
>
> Thanks
>
> Eric Tse

On Tue, Feb 3, 2009 at 2:08 PM, eric tse  wrote:
> Can I bump up the header size of the
>
> apache tomcat connector header ???
>
> How?
>
> I think I am trying to a big header transfer .. and it breaks in proxy point,
> saying fail to append header. and did route
>
> Thanks
>
> Eric Tse
>

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: apache tomcat connector header size

2009-02-03 Thread eric tse
On Tue, Feb 3, 2009 at 2:08 PM, eric tse  wrote:
> Can I bump up the header size of the
>
> apache tomcat connector header ???
>
> How?
>
> I think I am trying to a big header transfer .. and it breaks in proxy point,
> saying fail to append header. and did route
>
> Thanks
>
> Eric Tse
>

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org