Propes, Barry L wrote:
...
I may be missing something, but
And in doing this, I get this error!!
C:\Program Files\Apache Software Foundation\Tomcat 6.0>jar -tf tomcat.dbcp.jar
java.io.FileNotFoundException: tomcat.dbcp.jar (The system cannot find the file
specified)
...
And it is in the lib folder!
.. precisely. It looks like you are in the folder /above/ lib when you
issue that command.
Should you not do
cd lib
jar -tf tomcat.dbcp.jar
?
And by the way, a suggestion : re-install your Tomcat in a directory
without spaces in the path, or you'll be getting yourself in more
trouble sooner or later.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org