Re: Please Help me, the beginXXX() method is not getting called
Kazuhito SUGURI <[email protected]>
| Newsgroups | gmane.comp.jakarta.cactus.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Kumuda, In article <[email protected]>, Mon, 13 Mar 2006 17:56:44 +0530, "Kumuda Bhaskar" <[email protected]> wrote: Kumuda> I am using tomcat 5.0.4 and the beginXXX method is not getting called. You must show us logs so that we can see there is the problem. Are you seeing a client-side log to judge that the beginXXX method is not getting called? If you are only seeing log files of tomcat (i.e. server-side), you cannnot find any info coded in the beginXXX method in there. Kumuda> My Tester is as follows: [snip] Kumuda> public static void main(String[] args) { Kumuda> Kumuda> junit.textui.TestRunner.run(Tester.class); Kumuda> Kumuda> } You have a good method :-) Have you tried `java Tester` from command line? What info did you see on your console? Regards, ---- Kazuhito SUGURI