You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by rs...@transentric.com on 2002/09/03 17:01:11 UTC

Can't find resource for bundle java.util.PropertyResourceBundle exception

Anyone has an idea what could be the cause of the following exception:
Can't find resource for bundle java.util.PropertyResourceBundle, key
dispatcher.includeException

It arises when I run a jsp.

Thanks
RS



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Can't find resource for bundle java.util.PropertyResourceBundle exception

Posted by Randy Secrist <to...@secristfamily.com>.
Your property resource bundle needs to:

1)  Have a .properties extention.
2)  Be in either the WEB-INF/classes, or WEB-INF/lib directories.
3)  Can optionally be in the common/classes, or common/lib directories
4)  If you place it in a lib directory, it must be included in a .jar file.

Good luck..

Randy
----- Original Message -----
From: <rs...@transentric.com>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Tuesday, September 03, 2002 9:01 AM
Subject: Can't find resource for bundle java.util.PropertyResourceBundle
exception


>
> Anyone has an idea what could be the cause of the following exception:
> Can't find resource for bundle java.util.PropertyResourceBundle, key
> dispatcher.includeException
>
> It arises when I run a jsp.
>
> Thanks
> RS
>
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Can't find resource for bundle java.util.PropertyResourceBundle exception

Posted by randie ursal <ur...@ntsp.nec.co.jp>.
place your resources on the default directories where tomcat look for them..
example in the WEB-INF/classes directory of your wepapplication.

hope this helps.

  randie

rsequeira@transentric.com wrote:

>Anyone has an idea what could be the cause of the following exception:
>Can't find resource for bundle java.util.PropertyResourceBundle, key
>dispatcher.includeException
>
>It arises when I run a jsp.
>
>Thanks
>RS
>
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>
>
>  
>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>