This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes Need help with Listener Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply Bookmark "Need help with Listener" Watch "Need help with Listener" New topic
Author

Need help with Listener

Sharika Raj
Greenhorn

Joined: Aug 31, 2004
Posts: 26
Hi,
I am trying to setup a requestlistener which will print messages when request is initialized and destroyed. But my println statements from this listner are not getting printed.Not sure if its activated or not.How can I find out that?Println statements in servlet, I can see on console.Still i cudn't find any file which contains console contents.Pls help...
web.xml contains <listener> element correctly.

Thanks In Advance
Sharika
Sharika Raj
Greenhorn

Joined: Aug 31, 2004
Posts: 26
Please ignore my earlier message
I resolved the problem
I was using Intellij IDEA. When I start typing <listener-class>
It automatically shows up that element and I accepted that. Actually they added listner-class instead od listener-class. Bug In IDEA???
Anyway all my listeners are getting invoked now
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Need help with Listener
 
Similar Threads
problem runing the Dog-listener tutorial from HFSJ
Cellular Automata for Cave Generation?
How to use HttpSessionActivationListener
HFSJ question on println() and write()
Login problem