Hi!
My <error-page> works in
tomcat 4.0 but get errors when starting weblogic 6.1 with same application war file. The error is :
<Feb 18, 2002 10:48:05 AM EST> <Error> <HTTP> <Bad exception-type in web.xml: com.sales.trailadjustments.ValidUserException
java.lang.ClassNotFoundException: com.mackenzie.sales.trailadjustments.ValidUserException
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
I have the following in my web.xml file:
<error-page>
<exception-type>com.sales.trailadjustments.ValidUserException</exception-type>
<location>/user_error1.jsp</location>
</error-page>
Help!...what is the problem in Weblogic 6.1
thanks!