Re: probs in bean creation

2001-07-04 Thread Dmitri Colebatch
Hi, On Thu, 5 Jul 2001 02:58, Suresh Manne wrote: javax.servlet.ServletException: Cannot create bean of class my_classes_folder.my_class_file What does your bean look like? Firstly, I'm assuming it has package my_classes_folder at the top of it. Secondly, the main reason I find those

RE: probs in bean creation

2001-07-04 Thread Suresh Manne
: Wednesday, July 04, 2001 3:00 AM To: [EMAIL PROTECTED]; Suresh Manne Subject: Re: probs in bean creation Hi, On Thu, 5 Jul 2001 02:58, Suresh Manne wrote: javax.servlet.ServletException: Cannot create bean of class my_classes_folder.my_class_file What does your bean look like? Firstly, I'm

RE: probs in bean creation

2001-07-04 Thread Suresh Manne
) at java.lang.Thread.run(Thread.java:484) Can you make out anything? Thanks in advance, Suresh. -Original Message- From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 04, 2001 7:44 PM To: [EMAIL PROTECTED] Subject: Re: probs in bean creation Suresh, On Thu, 5 Jul 2001 06

Re: probs in bean creation

2001-07-04 Thread Dmitri Colebatch
On Fri, 6 Jul 2001 01:15, Suresh Manne wrote: Hi Dim, I am sending you the erroe message I get, (o: not very imformative is it? Sorry I'm out of ideas, but I would think that its something simple and that perhaps if you took a few steps back and then did it again the problem would

probs in bean creation

2001-07-03 Thread Suresh Manne
I have few doubts on Apache_Tomcat Config.. I placed all my folders of mysite in htdocs folder, I also placed my class files in htdocs by creating ..\htdocs\web-inf\classes\my_classes_folder. The class files are placed in exactly the same package as mentioned in java file. When I call the