>U got it.
>
My TOMCAT start up with our errors. I checked in logs directory and made
sure it.

If I take out this from web.xml and restart webserver/tomcat I get typical
404 TOMCAT message if type a wrong url.

<error-page>
     <error-code>404</error-code>
     <location>/error/404.html</location>
 </error-page


> Hi,
>
>>I have two jar files I'd like to make available to all my web
> applications
>>so I placed them in $TOMCAT_HOME/shared/lib however they are not being
>>found.   I also tried common/lib but it didn't work either.  The error
> I'm
>>getting is  java.lang.IllegalStateException:
>>java.lang.ClassNotFoundException:
>
> What two jars are these?  Is the class in the CNFE above in one of those
> two jars?
>
> 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