Yes you *can* use packageless classes (but its not recommended) You will find your packageless class located at $CATALINA_HOME/webapps/WebApplicationName/WEB-INF/classes Saludos! M- ********************************************************************* This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you.
----- Original Message ----- From: <[EMAIL PROTECTED]> To: <users@tomcat.apache.org> Sent: Friday, July 07, 2006 3:49 PM Subject: RES: The requested resource (/servlet/RegistraMarcaPropriedade) is not available > All my classes are into packages. > > I used the same structure of "servlets-examples" sample in my application. > > C:\Software\Apache Software Foundation\Tomcat > 5.5\webapps\servlets-examples\WEB-INF\classes > > The servlets in this sample are under the classes folder just like in my > application. > > Are you suggesting that I should package my servlets too? > > Sio > > -----Mensagem original----- > De: Mark Thomas [mailto:[EMAIL PROTECTED] > Enviada em: quinta-feira, 6 de julho de 2006 19:49 > Para: Tomcat Users List > Assunto: Re: The requested resource (/servlet/RegistraMarcaPropriedade) > is not available > > > [EMAIL PROTECTED] wrote: >> Dear all, >> >> My servlet "RegistraMarcaPropriedade" that was working fine suddenly > stopped >> working. I am not sure if the problem is because of my navigation or if > it's >> related to Tomcat. >> >> Can someone give me a hint? > > Don't use packageless classes. > > http://tomcat.apache.org/faq/classnotfound.html > > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >