Re: need final / in url

2005-09-21 Thread Joost de Heer
Mladen Turk said:
 David Thielen wrote:

 The url www.windward.net/forums fails while www.windward.net/forums/
 succeeds.

 My uriworkermap has:

 /forums/*=ajp13w


 try:
 /forums|/*=ajp13w

 This will actually create two maps:
 /forums=ajp13w
 /forums/*=ajp13w

 Regards,
 Mladen.

More likely: Misconfigured Apache, ServerName isn't set properly, URLs
pointing to directories without a trailing slash result in a redirection
URL based on the ServerName in Apache.

Joost


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



RE: need final / in url

2005-09-21 Thread David Thielen
That was it - thanks - dave


-Original Message-
From: Mladen Turk [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 20, 2005 11:42 PM
To: Tomcat Users List
Subject: Re: need final / in url

David Thielen wrote:
 
 The url www.windward.net/forums fails while www.windward.net/forums/
 succeeds.
 
 My uriworkermap has:
 
 /forums/*=ajp13w


try:
/forums|/*=ajp13w

This will actually create two maps:
/forums=ajp13w
/forums/*=ajp13w

Regards,
Mladen.

-
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]



Re: need final / in url

2005-09-20 Thread Mladen Turk

David Thielen wrote:


The url www.windward.net/forums fails while www.windward.net/forums/
succeeds.

My uriworkermap has:

/forums/*=ajp13w



try:
/forums|/*=ajp13w

This will actually create two maps:
/forums=ajp13w
/forums/*=ajp13w

Regards,
Mladen.

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