RE: webapp outside of CATALINA_HOME/webapp

2003-06-12 Thread Jeff Cummings
Hi,

Do you know which jar files contain these classes? These seem to be tomcat
classes.

Jeff


-Original Message-
From: Yoav Shapira [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 11, 2003 8:27 PM
To: Tomcat Users List
Subject: Re: webapp outside of CATALINA_HOME/webapp

Howdy,

 when I start tomcat,  the file localhost_med_log.txt has the following
 errors:-

 2003-06-11 19:03:27 StandardContext[/jmed]: Error configuring application
 listener of class listeners.ContextListener
 java.lang.ClassNotFoundException: listeners.ContextListener

 and

 2003-06-11 19:03:27 StandardContext[/jmed]: Error configuring application
 listener of class listeners.SessionListener
 java.lang.ClassNotFoundException: listeners.SessionListener

So, make those listener classes available under your docBase (c:\med..)
WEB-INF\classes\... or WEB-INF\lib directory ;)

Yoav Shapira

=
Yoav Shapira
[EMAIL PROTECTED]

__
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

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


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


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



RE: webapp outside of CATALINA_HOME/webapp

2003-06-12 Thread Shapira, Yoav

Howdy,
I doubt they're tomcat classes: all of those begin with
org.apache.catalina.

Look in the web.xml files in your server to see what declares these
listener elements.

Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: Jeff Cummings [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 11, 2003 9:16 PM
To: 'Tomcat Users List'; [EMAIL PROTECTED]
Subject: RE: webapp outside of CATALINA_HOME/webapp

Hi,

Do you know which jar files contain these classes? These seem to be
tomcat
classes.

Jeff


-Original Message-
From: Yoav Shapira [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 11, 2003 8:27 PM
To: Tomcat Users List
Subject: Re: webapp outside of CATALINA_HOME/webapp

Howdy,

 when I start tomcat,  the file localhost_med_log.txt has the
following
 errors:-

 2003-06-11 19:03:27 StandardContext[/jmed]: Error configuring
application
 listener of class listeners.ContextListener
 java.lang.ClassNotFoundException: listeners.ContextListener

 and

 2003-06-11 19:03:27 StandardContext[/jmed]: Error configuring
application
 listener of class listeners.SessionListener
 java.lang.ClassNotFoundException: listeners.SessionListener

So, make those listener classes available under your docBase (c:\med..)
WEB-INF\classes\... or WEB-INF\lib directory ;)

Yoav Shapira

=
Yoav Shapira
[EMAIL PROTECTED]

__
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

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


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




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]



RE: webapp outside of CATALINA_HOME/webapp

2003-06-12 Thread Jeff Cummings
Thanks Yoav. I removed filters and listeners from the web.xml file for that
webapp and tomcat starts without exceptions and it serves up my JSP.

Thanks again.

Jeff


-Original Message-
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 12, 2003 8:51 AM
To: Tomcat Users List
Subject: RE: webapp outside of CATALINA_HOME/webapp


Howdy,
I doubt they're tomcat classes: all of those begin with
org.apache.catalina.

Look in the web.xml files in your server to see what declares these
listener elements.

Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: Jeff Cummings [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 11, 2003 9:16 PM
To: 'Tomcat Users List'; [EMAIL PROTECTED]
Subject: RE: webapp outside of CATALINA_HOME/webapp

Hi,

Do you know which jar files contain these classes? These seem to be
tomcat
classes.

Jeff


-Original Message-
From: Yoav Shapira [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 11, 2003 8:27 PM
To: Tomcat Users List
Subject: Re: webapp outside of CATALINA_HOME/webapp

Howdy,

 when I start tomcat,  the file localhost_med_log.txt has the
following
 errors:-

 2003-06-11 19:03:27 StandardContext[/jmed]: Error configuring
application
 listener of class listeners.ContextListener
 java.lang.ClassNotFoundException: listeners.ContextListener

 and

 2003-06-11 19:03:27 StandardContext[/jmed]: Error configuring
application
 listener of class listeners.SessionListener
 java.lang.ClassNotFoundException: listeners.SessionListener

So, make those listener classes available under your docBase (c:\med..)
WEB-INF\classes\... or WEB-INF\lib directory ;)

Yoav Shapira

=
Yoav Shapira
[EMAIL PROTECTED]

__
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

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


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




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]

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

Re: webapp outside of CATALINA_HOME/webapp

2003-06-11 Thread Yoav Shapira
Howdy,

 when I start tomcat,  the file localhost_med_log.txt has the following
 errors:-
 
 2003-06-11 19:03:27 StandardContext[/jmed]: Error configuring application
 listener of class listeners.ContextListener
 java.lang.ClassNotFoundException: listeners.ContextListener
 
 and
 
 2003-06-11 19:03:27 StandardContext[/jmed]: Error configuring application
 listener of class listeners.SessionListener
 java.lang.ClassNotFoundException: listeners.SessionListener

So, make those listener classes available under your docBase (c:\med..)
WEB-INF\classes\... or WEB-INF\lib directory ;)

Yoav Shapira

=
Yoav Shapira
[EMAIL PROTECTED]

__
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

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



RE: webapp outside of CATALINA_HOME/webapp

2003-06-11 Thread Jeff Cummings
Hi,

Do you know which jar files contain these classes? These seem to be tomcat
classes.

Jeff


-Original Message-
From: Yoav Shapira [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 11, 2003 8:27 PM
To: Tomcat Users List
Subject: Re: webapp outside of CATALINA_HOME/webapp

Howdy,

 when I start tomcat,  the file localhost_med_log.txt has the following
 errors:-

 2003-06-11 19:03:27 StandardContext[/jmed]: Error configuring application
 listener of class listeners.ContextListener
 java.lang.ClassNotFoundException: listeners.ContextListener

 and

 2003-06-11 19:03:27 StandardContext[/jmed]: Error configuring application
 listener of class listeners.SessionListener
 java.lang.ClassNotFoundException: listeners.SessionListener

So, make those listener classes available under your docBase (c:\med..)
WEB-INF\classes\... or WEB-INF\lib directory ;)

Yoav Shapira

=
Yoav Shapira
[EMAIL PROTECTED]

__
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

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


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