Life of the IT-Drummer

A web log from Tobias Rusås Olsen.

Todays note:

Java EE:
If your application server crashes, and nothing works: Delete stupid .jar files from domain/lib/ext.

Read the rest of Todays note:

javax/servlet/jsp/tagext/TagLibraryValidator

If you ever encounter this silly exception, and can’t make any servlet/jsp-page to run, this might be because you have put some .jars (standard.jar og maybe some other jars) in a directory where it shouldn’t have been.
I found this bug really hard to debug, so the best way is to think about where you’ve could [...]

Read the rest of javax/servlet/jsp/tagext/TagLibraryValidator