Was your Solaris machine offline when you ran the app?
-- Regards Parag On 7/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
login.jsp ---------- <%@ page contentType="text/html; charset=utf-8" import=" javax.servlet.http.HttpServletRequest" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> Then if I deployed my ear file in Windows XP machine its working fine. But if I deploy the same ear in Solaris machine it's deployed successfully in the server. But if I request for a login page I am getting error saying that "The absolute uri: http://java.sun.com/jsp/jstl/fmt can not be resolved in either web.xml or the jar files deployed with this application." I goggled and finally I copied the "*fmt.tld*" file to my *WEB-INF *directory and deployed then my problem solved.

