I resolved my problem to see output in html format instead of xml format by accessing 
like this
http://localhost:8080/test/ServletTestRunner?suite=TestSampleServlet&xsl=cactus-report.xsl&transform=yes
 
If it is wrong pls let me know, I kept xlan-j.jar also in class path.
 
Regards
kuldeep

        -----Original Message----- 
        From: PUTHENVILA P Johnson [mailto:[EMAIL PROTECTED] 
        Sent: Wed 1/21/2004 7:31 AM 
        To: Cactus Users List 
        Cc: 
        Subject: RE: xml output in html format cactus-report.xsl
        
        

        HI Kuldeep,
        Please put the cactus-report.xsl inthe WEB-INF dir and put an entry in
        web.xml  as the init parametre for ServletTestRunner and instead of
        &xsl=cactus-report.xsl type transform=true,
        it wokrd for me.
        
                <servlet>
                        <servlet-name>ServletTestRunner</servlet-name>
                        <servlet-class>
        org.apache.cactus.server.runner.ServletTestRunner</servlet-class>
            <init-param>
                <param-name>xsl-stylesheet</param-name>
                <param-value>/WEB-INF/cactus-report.xsl</param-value>
            </init-param>
                </servlet>
        
        
        
        
        <[EMAIL PROTECTED]>
        20/01/2004 03:37 PM
        Please respond to
        "Cactus Users List" <[EMAIL PROTECTED]>
        
        
        To
        <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
        cc
        
        Subject
        RE: xml output in html format cactus-report.xsl
        
        
        
        
        
        
        
        Hi
        Can any one help me to see xml out put in html format
        
http://localhost:8080/test/ServletTestRunner?suite=TestSampleServlet&xsl=cactus-report.xsl
        
        
        My out put is comming
        Failure Error
        
        Regards
        kuldeep
        
                         -----Original Message-----
                         From: PUTHENVILA P Johnson [mailto:[EMAIL PROTECTED]
        
                         Sent: Wed 1/21/2004 6:16 AM
                         To: Cactus Users List
                         Cc:
                         Subject: RE: eclipse plugin
        
        
        
                         Hi Guys,
                         what I  heard is , the eclipse plugin is broken.The
        available version is
                         not compatable with the new Cactus version. Vincent
        Massol posted a mail
                         in this regard. He is looking for somebody to fix. After
        that I havent
                         heard anything about the fix. You can use Ant intgration
        in WSAD to do
                         In-Container test.
        
        
        Confidentiality Notice
        
        The information contained in this electronic message and any attachments
        to this message are intended
        for the exclusive use of the addressee(s) and may contain confidential or
        privileged information. If
        you are not the intended recipient, please notify the sender at Wipro or
        [EMAIL PROTECTED] immediately
        and destroy all copies of this message and any attachments.
        
        


Confidentiality Notice 

The information contained in this electronic message and any attachments to this 
message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged 
information. If
you are not the intended recipient, please notify the sender at Wipro or [EMAIL 
PROTECTED] immediately
and destroy all copies of this message and any attachments.

Reply via email to