RE: Servlet Access To Its Package Version

2007-04-27 Thread Daryl Odnert
nformation in the manifest. My question now is this: Is it a Tomcat bug that the servlet cannot access its package implementation version like this? String version = getClass().getPackage().getImplementationVersion(); Or is there something wrong with my MANIFEST.MF or war files? Thanks, Da

Servlet Access To Its Package Version

2007-04-26 Thread Daryl Odnert
? I am using Tomcat v5.5.7 on JVM 1.5.0_06-b05 from Sun Microsystems on a Linux OS. I have already done some Web searching and have searched the archives of the tomcat-user list, but have been unsuccessful in locating a working solution. Daryl Odnert PostPath, Inc. Mountain View, California