You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Marc Logemann <de...@logemann.info> on 2002/07/04 19:54:56 UTC

way to get tomcat versionnumber on commandline

Hi,

is there a way to resolve the tomcat version number on command line?
Or are there any other hints in the tomcat dirstructure / files?

thx
---
greetings from
Marc Logemann
Homebase @ www.logemann.info


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: way to get tomcat versionnumber on commandline

Posted by "Craig R. McClanahan" <cr...@apache.org>.

On Thu, 4 Jul 2002, Marc Logemann wrote:

> Date: Thu, 4 Jul 2002 19:54:56 +0200
> From: Marc Logemann <de...@logemann.info>
> Reply-To: Tomcat Users List <to...@jakarta.apache.org>
> To: tomcat-user@jakarta.apache.org
> Subject: way to get tomcat versionnumber on commandline
>
> Hi,
>
> is there a way to resolve the tomcat version number on command line?
> Or are there any other hints in the tomcat dirstructure / files?
>

>From a browser, call "http://localhost:8080/" and see the version number
on this page (on disk it is at $CATALINA_HOME/webapps/ROOT/index.jsp).

>From a servlet, call getServletContext().getServerInfo().

> thx
> ---
> greetings from
> Marc Logemann
> Homebase @ www.logemann.info
>

Craig


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>