I apologize for my last empty message...wrong window.
I didn't have the tags at the correct place in the WEB-INF\web.xml file.
I placed them in the correct places, but I'm just back to square-one.
I have the following entries, but I am still getting the 500 error page with
java.io.FileNotFoundException generated by Tomcat.

<error-page>
    <error-code>404</error-code>
    <location>/404.html</location>
</error-page>
<error-page>
   <exception-type>java.io.FileNotFoundException</exception-type>
   <location>/500.jsp</location>
</error-page>
<error-page>
   <error-code>500</error-code>
   <location>/500.jsp</location>
</error-page>


???

Thanks,


Tony


----- Original Message ----- 
From: "Shapira, Yoav" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Thursday, February 19, 2004 1:10 PM
Subject: RE: Servlet won't run init()



Howdy,

>Now my IDEA IDE tech is telling me he thinks the problem is that the
>init() method is running before the IDEA debugger getes a chance to
>connect to tomcat. I don't see my println(..) messages in catalina.out.
>  1. Is there another log?
>2. Would I likely run into similar problems using the
>ServletContextListener approach?

I won't venture into debugging your IDE problems.  If you have issues
when running tomcat by itself, outside an IDE, I'll be glad to help ;)

Yoav Shapira



This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential, proprietary
and/or privileged.  This e-mail is intended only for the individual(s) to
whom it is addressed, and may not be saved, copied, printed, disclosed or
used by anyone else.  If you are not the(an) intended recipient, please
immediately delete this e-mail from your computer system and notify the
sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to