[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.webtools.jsf] Re: problems with web project on wtp
|
The ApplicationListener implements javax.servlet.ServletContextListener
which is found in servlet-api.jar and this is located in $CATALINA_HOME$/lib
This tomcat is configured as runtime environment and is included under
project/java build path/libraries
Tobias
"Cameron Bateman" <cameron.bateman@xxxxxxxxxx> schrieb im Newsbeitrag
news:c9ce9f5a214994e380ed44d82e609c56$1@xxxxxxxxxxxxxxxxxx
>> The ApplicationListener is in my source code.
>> Clean on the Tomcat as well as clean on the code does not work. I can
>> find the .class file in the eclipse tomcat working directory
>> ..metadata.pluginsorg.eclipse.wst.server.coretmp0wtpwebapps ... within my
>> package.
>
> Hmm, is it possible that your ApplicationListener implements, extends or
> uses any classes that may not be in the classpath?
>
>
> --Cam
>
>