Hey to all Problem Solver,
I have developed one small jsp/servlet web application with my own custom tags. The whole program module works in my system. When I deployed the same module in remote another
tomcat server, it didn't work. When I tried to access my index.jsp page: tomcat gave error like:
org.apache.jasper.JasperException: File "/WEB-INF/tlds/goldtld.tld" not found.
What might be the reason that same program runs in one machine and does not run in another machine.
Please help me as soon as possible. I am in urgent need.
Thanks in advance.