RE: Baisc q 2 Cannot find message resources u/key -

2001-07-30 Thread Mac Ferguson
Is hellworld defined as an web application (separately from bbnpa) in Tomcat's configuration file? -Original Message- From: Chuck Amadi [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 24, 2001 11:16 AM To: [EMAIL PROTECTED] Subject: Re: Baisc q 2 Cannot find message resources u/key -

Re: Baisc q 2 Cannot find message resources u/key -

2001-07-24 Thread Jon Brisbin
TED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 24, 2001 10:26 AM Subject: Re: Baisc q 2 Cannot find message resources u/key - > > Jon, > > That did something. Before when I was starting my server, the console > read: > >

HIT PAY DIRT! Re: Baisc q 2 Cannot find message resources u/key -

2001-07-24 Thread Brian . Duchouquette
adi" <[EMAIL PROTECTED]> Subject: Re: Baisc q 2 Cannot find message resources u/key - 07/24/2001

Re: Baisc q 2 Cannot find message resources u/key -

2001-07-24 Thread Chuck Amadi
Hi, Ted i have been using the following path. C:\jakarta-tomcat-3.2.2\webapps\bbnpa\META-INF \WEB-INF\classes /// dont work thus temp shifted them. \css///all work cascade style sheets dir

Re: Baisc q 2 Cannot find message resources u/key -

2001-07-24 Thread Brian . Duchouquette
net> cc: "Chuck Amadi" <[EMAIL PROTECTED]> Subject: Re: Baisc q 2 Cannot find message reso

Re: Baisc q 2 Cannot find message resources u/key -

2001-07-24 Thread Jon Brisbin
> Hi, there only promlem is that i am not running tomcat 4. i know that... :-) ok...let's try this worded a different way: the problem is an xml parser issue, as this question has come up a lot lately and i got my own servlet container to work by carefully analyzing where and when my xml parser

Re: Baisc q 2 Cannot find message resources u/key -

2001-07-24 Thread Chuck Amadi
My path is as follows bbbnpa/helloworld/WEB-INF/classes/helloworld/HelloWorldResources.properties. bbnpa is my web app.I assumed that the helloworld example being my base dir was under the web app. Thus i have got another main WEB-INF/ that contains the similar tld's & jar's in the correct locati

Re: Baisc q 2 Cannot find message resources u/key -

2001-07-24 Thread Chuck Amadi
Hi, there only promlem is that i am not running tomcat 4. Cheers Chuck Jon Brisbin wrote: > > i have discovered that this is an xml parser issue of some sort...i have > this problem when running tomcat 4...the fix for that is to remove crimson > and jaxp jars from the catalina/jasper directory a

Re: Baisc q 2 Cannot find message resources u/key -

2001-07-24 Thread Jon Brisbin
i have discovered that this is an xml parser issue of some sort...i have this problem when running tomcat 4...the fix for that is to remove crimson and jaxp jars from the catalina/jasper directory and add xerces.jar to the catalina/lib directory... your solution may have to do with any other xml

Re: Baisc q 2 Cannot find message resources u/key -

2001-07-24 Thread Peter Alfors
The name of your web app is bbnpa? Then shouldn't your WEB-INF directory be located here? /bbnpa/WEB-INF Pete Chuck Amadi wrote: > Hi i still get the following error message. > > My path is > /bbnpa/helloworld/WEB-INF/classes/helloworld/HelloWorldResources.properties > Any more pointers Ch

Re: Baisc q 2 Cannot find message resources u/key -

2001-07-24 Thread Chuck Amadi
ED] > Subject: Re: Baisc q 2 Cannot find message resources u/key - > > Hi i still get the following error message. > > My path is > /bbnpa/helloworld/WEB-INF/classes/helloworld/HelloWorldResources.properties > Any more pointers Cheers Chuck > > Error: 500 > Location

RE: Baisc q 2 Cannot find message resources u/key -

2001-07-24 Thread Satyen . Chikane
give this a try.. add the classes folder to classpath... -Original Message- From: Chuck Amadi [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 24, 2001 10:19 AM To: [EMAIL PROTECTED] Subject: Re: Baisc q 2 Cannot find message resources u/key - Hi i still get the following error

Re: Baisc q 2 Cannot find message resources u/key -

2001-07-24 Thread Chuck Amadi
Hi i still get the following error message. My path is /bbnpa/helloworld/WEB-INF/classes/helloworld/HelloWorldResources.properties Any more pointers Cheers Chuck Error: 500 Location: /bbnpa/helloworld/hello.jsp Internal Servlet Error: javax.servlet.ServletException: Cannot find message resource

Re: Baisc q 2 Cannot find message resources u/key -

2001-07-24 Thread Chuck Amadi
Yes my property file is located there. Cheers Chuckie. Peter Alfors wrote: > > Is your property file then located here ? > > WEB-INF/classes/helloword/HelloWorldResources.properties > > Pete > > Chuck Amadi wrote: > > > Hi , in my wem.xml i have the following defined for the apllication

Re: Baisc q 2 Cannot find message resources u/key -

2001-07-24 Thread Chuck Amadi
at it is... > > Jon Brisbin > > - Original Message - > From: Chuck Amadi <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, July 23, 2001 10:49 AM > Subject: Re: Baisc q 2 Cannot find message resources u/key - > > > Hi , in m

Re: Baisc q 2 Cannot find message resources u/key -

2001-07-23 Thread Peter Alfors
Is your property file then located here ? WEB-INF/classes/helloword/HelloWorldResources.properties Pete Chuck Amadi wrote: > Hi , in my wem.xml i have the following defined for the apllication > init-param. > > > application > helloworld.HelloWorldResources >

Re: Baisc q 2 Cannot find message resources u/key -

2001-07-23 Thread Jon Brisbin
> To: <[EMAIL PROTECTED]> Sent: Monday, July 23, 2001 10:49 AM Subject: Re: Baisc q 2 Cannot find message resources u/key - > Hi , in my wem.xml i have the following defined for the apllication > init-param. > > > application >

Re: Baisc q 2 Cannot find message resources u/key -

2001-07-23 Thread Chuck Amadi
Hi , in my wem.xml i have the following defined for the apllication init-param. application helloworld.HelloWorldResources 1 Tried the second option previously and again no joy. The first option can i drag & drop

Re: Baisc q 2 Cannot find message resources u/key -

2001-07-23 Thread Peter Alfors
In your web.xml, what do you have defined for the application init-param? where is your properties file located? You have a couple of options: You could place the properties file in your classes jar (in the appropriate directory structure) or you can place it in the WEB-INF/classes directory (wit

Baisc q 2 Cannot find message resources u/key -

2001-07-23 Thread Chuck Amadi
Hi , can anyone work out this one i have followed the correct procedures albeit i am missing somthing. (bbnpa the name of my application) My path C:\jakarta-tomcat\webapps\bbnpa\helloworld\hello.jsp 1) declared directives. 2) created property file. 3) created web.xml file. 4)Copied all necessary