RE: jsp could not be loaded on winnt

2001-02-14 Thread Chris Ward
Make sure that your classpath is being set up properly, and that any of your own classes are in a directory that is in your classpath. I had this, but can't remember exactly which thing I had to add to the classpath. Chris -Original Message- From: Mariano Kamp (by way of Mariano Kamp

RE: jsp could not be loaded on winnt

2001-02-14 Thread Marc Saegesser
I've found the NPEs from the class loader generally mean corrupted .class files. Is it possible that the files got messed up when they were moved from the Linux machine to Win2000? You can turn on *lots* of debugging. There are notes in conf/server.xml about how to do it. Depending on how