> Hi
> This is my bean source.
[quoted text clipped - 19 lines]
> C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\example
> \WEB-INF\classes\MyBean
Put Counter1 in the MyBean package. Better yet, change that to the 'mybean'
package and put Counter1 there. Your class file will wind up in the
corresponding classpath directory, WEB-INF/classes/mybean/Counter1.class.
How are you doing the compilation and build, via command-line tools? Ant?

Signature
Lew
k.chinnareddy@gmail.com - 10 Jan 2008 06:20 GMT
> k.chinnare...@gmail.com wrote:
> > Hi
[quoted text clipped - 29 lines]
> --
> Lew
I have stored Counter1 in MyBean package. Then it was working very
fine.
Thank you very much
chinna
Lew - 10 Jan 2008 14:23 GMT
Lew wrote:
>> How are you doing the compilation and build, via command-line tools? Ant?
> I have stored Counter1 in MyBean package. Then it was working very
> fine.
How are you doing the compilation and build, via command-line tools? Ant?

Signature
Lew