| Author |
[JBoss 6.0 M1] Cannot load servlet class: AppServlet
|
Celinio Fernandes
Ranch Hand
Joined: Jun 28, 2003
Posts: 546
|
|
Hi,
I have been using JBoss 6.0 M1 for a week now. Everything works fine except that i always get a warning about some
exception regarding a class AppServlet not found. I do not have any AppServlet class in my application. Here is the log :
what is causing that warning ? How can I turn it off ?
Thanks for helping.
|
SCJP 1.4, SCWCD 1.4, SCBCD 1.3, SCBCD 5
Visit my blog
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8143
|
|
17:45:36,398 WARN [ASHelper] Cannot load servlet class: com.eni.dvtejb.web.AppServlet
Are you sure none of your other classes have reference to this class? Either through annotations or maybe some xml file?
|
[My Blog] [JavaRanch Journal]
|
 |
Celinio Fernandes
Ranch Hand
Joined: Jun 28, 2003
Posts: 546
|
|
oops,
you're right. I still had a reference in web.xml.
Thanks very much again, this one was easy
|
 |
 |
|
|
subject: [JBoss 6.0 M1] Cannot load servlet class: AppServlet
|
|
|