javabean loading problem

2003-03-13 Thread Michael Ni
Hi i put my java bean class files in my web-inf/classes folder but my tomcat is not detecting it. what do i have to do, ive tried going to my administrative tools services and restarting apacheive tried restarting catalina from my command prompt...ive tried restartingwhat is the

Re: javabean loading problem

2003-03-13 Thread Larry Meadors
What package did you put the class in? If the answer is none, that is why it does not work. Put it in a package and try again. As far as reloading, read this: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/context.html Larry [EMAIL PROTECTED] 03/13/03 13:49 PM Hi i put my java bean

Re: javabean loading problem

2003-03-13 Thread Michael Ni
Meadors [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: javabean loading problem Date: Thu, 13 Mar 2003 14:04:51 -0700 What package did you put the class in? If the answer is none, that is why it does not work. Put it in a package and try again. As far

Re: javabean loading problem

2003-03-13 Thread Michael Ni
i attached my java bean and my jsp page...its pretty simple...can anyone find an error? mike _ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus

RE: javabean loading problem

2003-03-13 Thread Chris Dodunski
Message- From: Michael Ni [mailto:[EMAIL PROTECTED] Sent: Friday, 14 March 2003 10:16 a.m. To: [EMAIL PROTECTED] Subject: Re: javabean loading problem i put them in a package called login a folder called login under classes...what do you guys do after you edit a javabean? do you stop and start