el: lunes, 05 de junio de 2006 18:35
Para: Tomcat Users List
Asunto: Re: Allocate exception
is the Authorize class (the servlet) 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 containin
erWo
rkerThread.java:80)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:684)
at java.lang.Thread.run(Thread.java:595)
-Mensaje original-
De: Marc Farrow [mailto:[EMAIL PROTECTED]
Enviado el: lunes, 05 de junio de 2006 18:35
Para: Tomcat Users List
Asunto: Re: Allocate exc
When starting a new thread (ie sending a message to the list about a
new topic) please do not reply to an existing message and change the
subject line. To many of the list archiving services and mail clients
used by list subscribers this makes your new message appear as part
of the old thread. Thi
nes, 05 de junio de 2006 18:13
Para: Tomcat Users List
Asunto: Re: Allocate exception
This looks like a configuration error. It seems as though a servlet named
"Authorize" has been declared somewhere, but not properly defined. Check
your web.xml.
On 6/5/06, Miguel Angel Ruz <[EMAIL
Enviado el: lunes, 05 de junio de 2006 18:13
Para: Tomcat Users List
Asunto: Re: Allocate exception
This looks like a configuration error. It seems as though a servlet named
"Authorize" has been declared somewhere, but not properly defined. Check
your web.xml.
On 6/5/06, Miguel Angel R
This looks like a configuration error. It seems as though a servlet 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 thi