RE: Question about detecting version

2003-01-29 Thread Julius Davies
Hello, Steve Vanspall, Have you looked at any of these methods? class javax.servlet.ServletContext public int getMajorVersion() - Returns the major version of the Java Servlet API that this servlet container supports. public int getMinorVersion() - Returns the minor version of the Servlet

RE: Question about detecting version

2003-01-29 Thread Julius Davies
-Original Message- From: Steve Vanspall [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 4:38 AM To: Tomcat Users List Subject: RE: Question about detecting version Thanks Julius, That actually helps me with another problem. However, my main problem here