> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] 
> Subject: SEVERE: Error listenerStart
> 
> As far as I understand the term "listener" seems to be a bit 
> of a misnomer as no listening socktet (which I guess is termed
> a "connector" in J2EE speech) is concerned but rather a callback
> method provided by some webapp derived class.

Read the servlet spec.  A Listener is this case has nothing to do with
sockets, but rather with lifecyle events of the webapp.

> java.lang.UnsatisfiedLinkError: no aDISWeb in java.library.path

Read up on Java.  The above refers to a *native* library (a .so) file,
not a class file, that needs to be present for this webapp to run.  The
java.library.path system property refers to the location of native
libraries, not class files, and is obviously not set correctly for this
application.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to