Kunal

Greenhorn
+ Follow
since Jun 20, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Kunal

Hi!,
I have sucessfully installed Tomcat 5.5. ALl environment variables viz- CATALINA_HOME, JAVA_HOME etc.are correctly setup. I can run servlets and JSPs.

Below is my web.xml DD file:
--------------------------------
<?xml version="1.0" encoding="ISO-8859-1"?>
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
version="2.4">

<error-page>
<exception-type>java.lang.ArithmeticException</exception-type>
<location>/jsp/errors/arithmeticError.jsp</location>
</error-page>

<error-page>
<error-code>404</error-code>
<location>/jsp/errors/notFoundError.jsp</location>
</error-page>

</web-app>
--------------------------------------------
The problem that I'm facing is that whenever i enter a wrong URL that doesnt exist I'm redirected to the default container 404 error page and not my custom page. Ranchers pls. help....

Regards,
Kunal
SCJP
HI!,
The exam voucher is valid for 1 yr. So, you can take the exam anytime before 30th June 2006.

Regards,
Kunal
19 years ago
Hi,
I believe that there is some discount available on SCWCD exam vouchers in India. Can anybody tell me where the voucher is available in Delhi?

Regards,
Kunal
19 years ago
Hi!,
I am a Sun Certified Java 2 Programmer. I did SCJP in 2003. I now plan to go for the SCWCD exam. I have the Head First Servlets book (August 2004, Indian reprint). I believe that this book is sufficient for the exam.

I was a regular rancher while preparing for SCJP, I lost the link cause of academics. Is there any other book required for the preparation. What about the errata of Head First Servlets book. Is it available online?

Regards,
Kunal
SCJP