On Thu, 4 Jul 2002, Marc Logemann wrote:

> Date: Thu, 4 Jul 2002 19:54:56 +0200
> From: Marc Logemann <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> 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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to