Hi all, Iam creating an application and placing it in folder name app in d:/tomcat/web-apps/app.Iam placing my jsp's in d:/tomcat/web-apps/app and my beans in a package named a, d:/tomcat/web-apps/app/Web-inf/classes/a/Bean.class.But when i run my jsp's which interact with bean it showing error that bean class is not found.Iam using windowsNT platform. Please help me in solving this problem. thanks in advance
rom chatterjee
Ranch Hand
Joined: Dec 11, 2001
Posts: 46
posted
0
Are you placing the bean in a package, and if so are you importing the package where the bean is used?