Howdy,

>well. So how can I tell tomcat to only look in
($CATALINA_HOME/common/lib).

This is a JDeveloper-specific question.  Make sure there's no
servlet.jar in the WEB-INF/lib directory of your web application.

>Also, wouldn't tomcat throw an Exception on startup if it were
attempting
>to load another servlet.jar?

No, it's not allowed to.


>This is the stack trace:
<snip>
>java.lang.NoSuchMethodError:
>javax.servlet.http.HttpSessionBindingEvent.(Ljavax/servlet/http/HttpSes
sion
>;Ljava/lang/String;Ljava/lang/Object;)V

This is COMPLETELY different from the subject line of this thread and
your original question ;) ;)  Oddly enough, I think the reason might be
the same (conflicting servlet.jar files).

What is the object you're trying to put into the session (via
setAttribute) when this exception occurs?

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to