You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Daniela 15 <d....@msh.de> on 2011/12/30 09:41:36 UTC

[users@httpd] How to set apache note in java

Is it possible to set an apache note in java like the php-function
apache_note()? This function is a wrapper for Apache's table_get and
table_set to edit the notes-table, but we don't use php. We want to set an
information of a soap request, so that the apache http server can write it
to its log file with the parameter %{variable}n.

Perhaps someone has another idea, how to put information of a soap-parameter
to the apache log-file?
-- 
View this message in context: http://old.nabble.com/How-to-set-apache-note-in-java-tp33053784p33053784.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] How to set apache note in java

Posted by Nick Kew <ni...@webthing.com>.
On Fri, 30 Dec 2011 00:41:36 -0800 (PST)
Daniela 15 <d....@msh.de> wrote:

> 
> Is it possible to set an apache note in java like the php-function
> apache_note()? This function is a wrapper for Apache's table_get and
> table_set to edit the notes-table, but we don't use php. We want to set an
> information of a soap request, so that the apache http server can write it
> to its log file with the parameter %{variable}n.

No chance with any of the usual architectures for running java.

Set a custom response header and log that instead.

-- 
Nick Kew

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org