aspose file tools
The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes Does Anyone Successfully Deploy TLD in JAR Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply Bookmark "Does Anyone Successfully Deploy TLD in JAR" Watch "Does Anyone Successfully Deploy TLD in JAR" New topic
Author

Does Anyone Successfully Deploy TLD in JAR

Alec Lee
Ranch Hand

Joined: Jan 28, 2004
Posts: 568
According to HF, we can put TLD files in META-INF of JAR place inside the lib/ directory. I tried to create a jar containing only META-INF and my tld's and put that into WEB-INF\lib\. I tested with tomcat 5.0.29. However, it seems tomcat does recognise the tld deployed this way. It only accept the tld that is put directly inside WEB-INF\.

Did I miss some steps? Does anyone successfully place tld inside jar?
Alec Lee
Ranch Hand

Joined: Jan 28, 2004
Posts: 568
sorry some typo. I mean tomcat does NOT recognise my tld placed inside a jar which is under lib\
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Does Anyone Successfully Deploy TLD in JAR
 
Similar Threads
Location of tld files
Location of TLD
HF - Pg 606, Q 2, Answer C
question about tld
TLD files placement in JSP