There's no trick to getting it to load.

There must be something wrong in the class, like incorrect package
name or incorrect package directory structure etc.

Try this small test,

<%
Calendar calendar = Calendar.getInstance();
%>
<%=calendar.getFirstDayOfWeek()%>

In the Pam class check if the package is defined and the class is
located under proper folder structure under /WEB-INF/classes/ .

-Rashmi

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to