atom feed2 messages in net.java.dev.glassfish.usersRe: Glassfish WARNING: PWC6351: In TL...
FromSent OnAttachments
Theodor RichardJun 23, 2010 1:19 am 
glas...@javadesktop.orgJun 23, 2010 2:16 pm 
Subject:Re: Glassfish WARNING: PWC6351: In TLD scanning, the supplied resource file does not exist
From:glas...@javadesktop.org (glas@javadesktop.org)
Date:Jun 23, 2010 2:16:36 pm
List:net.java.dev.glassfish.users

This means that the list of jars that need to be scanned for TLDs during servlet
statup time contains non-existent jar files. The list of jars are computed from
the TLDs bundled in the jars, and the jar files that are specified in the
manifest class-path of those jars. It is likely that Manifest class-path of
some of the jars contain jars that no longer exist. However, you can safely
ignore such warning, especially if you are not the owner of these jars.

It would be helpful if the warnings tell you which jars that has bad manifest
class-path. [Message sent by forum member 'kchung']

http://forums.java.net/jive/thread.jspa?messageID=475594