Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » ServletContextListener
ServletContextListener [message #72206] Wed, 30 January 2008 09:13 Go to next message
cenk Mising name is currently offline cenk Mising nameFriend
Messages: 159
Registered: July 2009
Senior Member
Hi;

I want to add ServletContextListener in my rap application to create my
database connections. For this I added listener tag in web.xml

<listener>

<listener-class>org.ib.myrap01.AppServletContextListener</listener-class >


</listener>

After deploy on Tomcat, Although There is class in package, occured the
error

SEVERE: Error configuring application listener of class
org.ib.myrap01.AppServletContextListener

java.lang.ClassNotFoundException: org.ib.myrap01.AppServletContextListener





What is the problem. How can I add servlet listeners on rap application



Thanks for your advice
Re: ServletContextListener [message #72678 is a reply to message #72206] Fri, 01 February 2008 13:11 Go to previous message
Eclipse UserFriend
Originally posted by: fappel.innoopract.com

Hi,

where exactly is the context-listener located at deployment time? I mean do
you create a seperate library that's located in the WEB-INF/lib directory of
the webapplication?

Ciao
Frank

"Cenk Dundar" <cenkdundar@yahoo.com> schrieb im Newsbeitrag
news:fnpf4t$jhb$1@build.eclipse.org...
> Hi;
>
> I want to add ServletContextListener in my rap application to create my
> database connections. For this I added listener tag in web.xml
>
> <listener>
>
> <listener-class>org.ib.myrap01.AppServletContextListener</listener-class >
>
>
> </listener>
>
> After deploy on Tomcat, Although There is class in package, occured the
> error
>
> SEVERE: Error configuring application listener of class
> org.ib.myrap01.AppServletContextListener
>
> java.lang.ClassNotFoundException: org.ib.myrap01.AppServletContextListener
>
>
>
>
>
> What is the problem. How can I add servlet listeners on rap application
>
>
>
> Thanks for your advice
>
>
Previous Topic:Eclipse help system problem
Next Topic:The theme problem
Goto Forum:
  


Current Time: Thu Apr 25 07:49:10 GMT 2024

Powered by FUDForum. Page generated in 0.02968 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top