On Thu, 17 Oct 2002, Lindomar wrote:

> Date: Thu, 17 Oct 2002 12:18:30 -0300
> From: Lindomar <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: Tomcat Users List <[EMAIL PROTECTED]>
> Subject: Re: Log Tomcat 4.1 - OK
>
> Thanks Shapira.
> It's write in catalina_log.
> I disturb you again... :-)
> How i write in another file? For example, in my log app (myapp_log).
> Do i put the entry <valve.../> in my context?
> Thanks again.
>

You can get the Tomcat version number by putting the following code into a
servlet:

  String version = getServletContext().getServerInfo();

so the simplest thing to do would be to include a servlet in your webapp
that performs this call and writes the response back to you.

Craig


--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to