java - Cannot find tld file, tld is in shared lib -
i trying publish applications onto portal server, pu8blication fails unable find .tld file in web-inf dir.
the tld file not there in web-inf dir, use tld file 20 more applications, put in shared lib other jars.
how tell rad check shared lib when trying publish server ? or how can tell ignore tld file, because application loads tld files when starts up.
any appreciated.
you should put .tld files in folder named tlds under meta-inf folder of java project. project should checked in web libraries tab of java ee module dependencies of web app project.
Comments
Post a Comment