RE: Allocate exception

2006-06-06 Thread Miguel Angel Ruz
) in a package? if so, you need the package qualified name. If not, then Java strongly urges the use of one. Also, where is the Authorize.class file or the jar containing the Authorize.class located? On 6/5/06, Miguel Angel Ruz [EMAIL PROTECTED] wrote: Thanks Marc for your answer

RE: java.lang.NoClassDefFoundError

2006-06-05 Thread Miguel Angel Ruz
Can you send the Tomcat log and the Servlet code ?? -Mensaje original- De: Mann, Bradley [mailto:[EMAIL PROTECTED] Enviado el: lunes, 05 de junio de 2006 16:57 Para: users@tomcat.apache.org Asunto: java.lang.NoClassDefFoundError Hello, I am using Solaris 10 and Tomcat 5.5. I have

RE: java.lang.NoClassDefFoundError

2006-06-05 Thread Miguel Angel Ruz
Software Engineer - Information Access Services HARRIS Corporation / GCSD (321) 984-6292 -Original Message- From: Miguel Angel Ruz [mailto:[EMAIL PROTECTED] Sent: Monday, June 05, 2006 10:59 AM To: 'Tomcat Users List' Subject: RE: java.lang.NoClassDefFoundError Can you send the Tomcat log

Allocate exception

2006-06-05 Thread Miguel Angel Ruz
Hi !! I´m programming a Servlet with Tomcat 5.5 It´s running but with this code try{ DEMO demoobj = new DEMO (); }catch (Exception e) {} Do you Know something about this error ?? Thanks. I get this error in catalina.log SEVERE: Allocate exception for servlet Authorize

RE: Allocate exception

2006-06-05 Thread Miguel Angel Ruz
named Authorize has been declared somewhere, but not properly defined. Check your web.xml. On 6/5/06, Miguel Angel Ruz [EMAIL PROTECTED] wrote: Hi !! I´m programming a Servlet with Tomcat 5.5 It´s running but with this code try{ DEMO demoobj = new DEMO (); }catch (Exception e