My fix for ClassCastException when running in DOS

2001-05-24 Thread Peter Costello
When trying to execute Tomcat4.0-b5 from DOS, I received ClassCastExceptions. After searching the mail, I saw someone mention that classes loaded by different classloaders are treated as different classes even though the names may match. I made the following changes to 'catalina.bat' and it now W

How to fix ClassCastException in Windows

2001-05-23 Thread Peter Costello
When trying to execute Tomcat4.0-b5 from DOS, I received ClassCastExceptions. After searching the mail, I saw someone mention that classes loaded by different classloaders are treated as different classes even though the names may match. I made the following changes to 'catalina.bat' and it works