JSTL sacana

Olá pessoal do fórum, estou com um problema…

Em ambiente de testes minhas páginas jsp funcionaram normalmente, porém qdo subi para o servidor, começaram os problemas

org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application

Pesquisando pelo fórum vi uma alternativa seria colocar os arquivos “.tld” na pasta WEB_INF e adicionar as seguintes linhas no web.xml

<taglib>
<taglib-uri>
http://java.sun.com/jstl/core
</taglib-uri>
<taglib-location>
/WEB-INF/c.tld
</taglib-location>
</taglib>
<taglib>
<taglib-uri>
http://java.sun.com/jstl/sql
</taglib-uri>
<taglib-location>
/WEB-INF/sql.tld
</taglib-location>
</taglib>
<taglib>
<taglib-uri>
http://java.sun.com/jstl/fmt
</taglib-uri>
<taglib-location>
/WEB-INF/fmt.tld
</taglib-location>
</taglib>

e na diretiva da jsp coloco a uri
assim
Citação:
<%@taglib uri=“WEB-INF/c.tld” prefix=“c”%>

Agora esta da o erro
Citação:
org.apache.jasper.JasperException: Failed to load or instantiate TagLibraryValidator class: org.apache.taglibs.standard.tlv.JstlCoreTLV

Ja verifiquei os jars jstl e standart e estao no Lib…

Me ajudem :idea: [quote][/quote]

Não duplique posts. Post duplicado: http://www.portaljava.com/home/modules.php?name=Forums&file=viewtopic&t=27312

Post trancado.