Jay Rutten wrote:
Logging level is at debug. It appears from the log that everything is
ok, but I then I get the header error below. Here are several lines
above the error:

The log snippet doesn't contain the init of the worker runtime1, but I assume, you checked that.

...
[Mon Mar 24 21:11:31.013 2008] [920:1608] [info] jk_isapi_plugin.c
(1783): isapi_redirect/1.2.26 initialized
[Mon Mar 24 21:11:31.013 2008] [920:1608] [debug] jk_isapi_plugin.c
(1199): Filter started
[Mon Mar 24 21:11:31.013 2008] [920:1608] [debug] jk_uri_worker_map.c
(682): Attempting to map URI '/localhost/inquiragw/ui.jsp' from 2 maps
[Mon Mar 24 21:11:31.013 2008] [920:1608] [debug] jk_uri_worker_map.c
(503): Attempting to map context URI '/inquiragw/*=runtime1' source
'uriworkermap'
[Mon Mar 24 21:11:31.013 2008] [920:1608] [debug] jk_uri_worker_map.c
(503): Attempting to map context URI '/jkmanager=jkstatus' source
'uriworkermap'
[Mon Mar 24 21:11:31.013 2008] [920:1608] [debug] jk_uri_worker_map.c
(503): Attempting to map context URI '/inquiragw/*=runtime1' source
'uriworkermap'
[Mon Mar 24 21:11:31.013 2008] [920:1608] [debug] jk_uri_worker_map.c
(516): Found a wildchar match '/inquiragw/*=runtime1'
...
[Mon Mar 24 21:11:31.013 2008] [920:1608] [debug] jk_isapi_plugin.c
(1336): fowarding escaped URI [/inquiragw/ui.jsp]
[Mon Mar 24 21:11:31.013 2008] [920:1608] [error] jk_isapi_plugin.c
(1374): error while adding request headers

This happens for all URLs, including /jkmanager (i.e. jkstatus worker).

-----Original Message-----
From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2008 1:53 AM
To: Tomcat Users List
Subject: Re: jk_isapi_plugin.c (1374): error while adding request
headers

Mark Thomas wrote:
Jay Rutten wrote:
The result is either a 500 or a single line on the page:
The parameter is incorrect.

(I would love to know what parameter it is referring to!)

From the line of code specified in the message, it is clear the
AddHeader or SetHeader is failing and the request is not even getting
to
Tomcat.  Any ideas why the 2 methods would be failing or how I could
hunt this down? Unfortunately, I do not have access to MSVC so I
cannot
rebuild the dll.

Any help would be greatly appreciated!
Turn up the logging level. debug should tell you what you want to
know.
You'll need to edit the registry. See http://tomcat.apache.org/connectors-doc/webserver_howto/iis.html

In addition to Mark's recommendation: is this happening for every URL? Does it also happen for jkstatus?

And what did you set in the registry resp. in the isapi properties file?

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to