Yeah, but you would be importing my.package.MyClass instead of MyClass > -----Original Message----- > From: Ron Day [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 25, 2002 4:56 PM > To: Tomcat Users List > Subject: RE: Tomcat 4.03 Classpath > > > you need to import either way........... > > -----Original Message----- > From: Durham David Cntr 805CSS/SCBE > [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 25, 2002 4:52 PM > To: Tomcat Users List > Subject: RE: Tomcat 4.03 Classpath > > > Optionally you can try to import YourClass if you don't want > it inside a > package, but you're probably better off putting the class > into a package. > > Dave > > > -----Original Message----- > > From: Ron Day [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, July 25, 2002 4:51 PM > > To: Tomcat Users List > > Subject: RE: Tomcat 4.03 Classpath > > > > > > Tomcat 4.0 and above strictly enforces the Servlet 2.2 WebApp > > directory > > structure (3.0 + did not). > > > > Inside "your webapp" folder you put JSP's,html etc. You also > > need a folder > > called WEB-INF (spelling and case important). Inside here are > > two folders > > classes and lib, and your web.xml if you have one. You put > > your class files > > in the classes folder (in full package structure). And I > > strongly suggest > > you use a package. Tomcat does not do well with the default packge. > > > > Ron > > > > -----Original Message----- > > From: Steve Russell [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, July 25, 2002 4:40 PM > > To: Tomcat Users List > > Subject: Re: Tomcat 4.03 Classpath > > > > > > Tomcat 3.2 > > > > Ron Day wrote: > > > what version was you on before ?? > > > > > > -----Original Message----- > > > From: Steve Russell [mailto:[EMAIL PROTECTED]] > > > Sent: Thursday, July 25, 2002 4:18 PM > > > To: Tomcat Users List > > > Subject: Tomcat 4.03 Classpath > > > > > > > > > Hi; > > > > > > I just upgraded to Tomcat 4.03. > > > > > > I've got jsps running.....except for when they call java classes. > > > I get a 500 error complaining about not being able to find > > the classes. > > > > > > My CLASSPATH echos fine.(its pointing to classes not src ) > > > > > > I checked through the docs looking for changes in how 4.03 > > handles java > > > classes versus how 3.02 does. > > > > > > I couldn't find anything. > > > > > > Can anyone point me to a FAQ that might handle this issue? > > > > > > Also where can I find startup options to use with startup.sh ? > > > > > > Thanks in advance > > > > > > Steve > > > > > > > > > -- > > > To unsubscribe, e-mail: > > > <mailto:[EMAIL PROTECTED]> > > > For additional commands, e-mail: > > > <mailto:[EMAIL PROTECTED]> > > > > > > > > > -- > > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > > > > > > > > > > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > > > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
