[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 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\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps ... within my 
package.

Tobias

"Cameron Bateman" <cameron.bateman@xxxxxxxxxx> schrieb im Newsbeitrag 
news:1280b0637d52bf6d82c3794e547dcf0f$1@xxxxxxxxxxxxxxxxxx
>> mypackage......listener.ApplicationListener
>
> Is the ApplicationListener class being deployed into Tomcat's classpath? 
> Where is it defined?  In your project's source or in a jar?  If it's in a 
> jar, you need to make sure that the jar is being deployed.
>
> If it's source, the Tomcat publish/launch is sometimes bad at picking up 
> changes (although not normally with Java files).  Try right clicking the 
> server in the Server view, stop it, clean, clean tomcat working directory 
> and then restart.
>
>
> --Cam
>
>