You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "NAIK,ROSHAN (HP-Cupertino,ex1)" <ro...@hp.com> on 2003/04/14 23:37:43 UTC

Finding Full version number for Tomcat

How would one go about finding the full version number (4.X.xx) for Tomcat
server ?
with a tomcat jsp/java  script or some tomcat application (ofcourse
excluding documnetation)
There seem to be many ways to get just 4.X format but what about the full
format 4.X.xx ?

-- Roshan 

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


Re: Finding Full version number for Tomcat

Posted by Steven Shand <st...@intrallect.com>.
Hi,

you need to invoke getServletContext().getServerInfo() on the servlet

Steven Shand.


On Monday, April 14, 2003, at 10:37  pm, NAIK,ROSHAN (HP-Cupertino,ex1) 
wrote:

>
> How would one go about finding the full version number (4.X.xx) for 
> Tomcat
> server ?
> with a tomcat jsp/java  script or some tomcat application (ofcourse
> excluding documnetation)
> There seem to be many ways to get just 4.X format but what about the 
> full
> format 4.X.xx ?
>
> -- Roshan 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>


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