David kerber wrote:
Thanks for the response, but I've never dealt with that at all. Is there any sample code that would give me the equivalent of something like getServerProperty( "version" ), and return "5.5.15", or "Apache Tomcat 5.5.15", or something similar?

D
In a JSP:
<%= application.getServerInfo() %>

In a Servlet:
String serverInfo = getServletContext().getServerInfo();



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to