Could someone please reply urgently?
 
The funny thing is that when I put in this parameter, it also disables
my logging for the WHOLE application! Nothing gets printed/redirected to
my logs now.... I looked at the source code, and it looks simple enough:
 
InputStream xslStylesheet =
 
getServletContext().getResourceAsStream(xslStylesheetParam);
 
Am not able to have any closure on this until then - HELP!!!!
 

Supriya A Vaidya 
Technology Integration 
Deloitte Consulting LLP 
Tel: +1 312 486 4835 
Fax: +1 312 247 4835
Mobile: + 1 414 736 8157 
www.deloitte.com <http://www.deloitte.com/>  

 

________________________________

From: Vaidya, Supriya A (US - Chicago) 
Sent: Friday, June 15, 2007 5:08 PM
To: 'cactus-user@jakarta.apache.org'
Subject: 404 error when trying to view results in HTML format


Hi:
 
I am using Cactus to test my EJB, and here are the results in the XML
format:
 
URL:
http://localhost:7001/CDCAppWeb/ServletTestRunner?suite=com.testcases.se
rvice.SendRequestBeanTest
 
XML:
 
  <?xml version="1.0" encoding="UTF-8" ?> 
-
<http://localhost:7001/CDCAppWeb/ServletTestRunner?suite=com.uscellular.
testcases.credit.decision.service.SendCreditRequestBeanTest#>
<testsuites>
-
<http://localhost:7001/CDCAppWeb/ServletTestRunner?suite=com.uscellular.
testcases.credit.decision.service.SendCreditRequestBeanTest#>
<testsuite name="com.testcases.service.SendRequestBeanTest" tests="3"
failures="0" errors="0" time="1.703">
  <testcase name="testService" time="1.438" /> 
  <testcase name="testEjbPostCreate" time="0.094" /> 
  <testcase name="testEjbCreate" time="0.156" /> 
  </testsuite>
  </testsuites>
 
My web-xml snapshot:
 
 <filter>
        <filter-name>FilterRedirector</filter-name>
 
<filter-class>org.apache.cactus.server.FilterTestRedirector</filter-clas
s>
    </filter>
 
    <filter-mapping>
        <filter-name>FilterRedirector</filter-name>
        <url-pattern>/FilterRedirector</url-pattern>
    </filter-mapping>
 
    <servlet>
        <servlet-name>ServletRedirector</servlet-name>
 
<servlet-class>org.apache.cactus.server.ServletTestRedirector</servlet-c
lass>
    </servlet>
 
    <servlet>
        <servlet-name>JspRedirector</servlet-name>
        <jsp-file>/jspRedirector.jsp</jsp-file>
    </servlet>
 
 <servlet>
  <servlet-name>ServletTestRunner</servlet-name>
  <servlet-class>
   org.apache.cactus.server.runner.ServletTestRunner
  </servlet-class>
 
 </servlet>
 
    <servlet-mapping>
        <servlet-name>ServletRedirector</servlet-name>
        <url-pattern>/ServletRedirector</url-pattern>
    </servlet-mapping>
 
    <servlet-mapping>
        <servlet-name>JspRedirector</servlet-name>
        <url-pattern>/JspRedirector</url-pattern>
    </servlet-mapping>
 
 <servlet-mapping>
  <servlet-name>ServletTestRunner</servlet-name>
  <url-pattern>/ServletTestRunner</url-pattern>
 </servlet-mapping>
 
Everything is therefore working fine.. however, when I attempt to use
the xsl to view the results in HTML content:
 
1. web.xml change
 <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>cactus-report.xsl</param-value>
  </init-param>
 </servlet>
 
2. URL:
http://localhost:7001/CDCAppWeb/ServletTestRunner?suite=com.testcases.se
rvice.SendRequestBeanTest
 
3. Result:
 



Error 404--Not Found


>From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:


10.4.5 404 Not Found


The server has not found anything matching the Request-URI. No
indication is given of whether the condition is temporary or permanent.

If the server does not wish to make this information available to the
client, the status code 403 (Forbidden) can be used instead. The 410
(Gone) status code SHOULD be used if the server knows, through some
internally configurable mechanism, that an old resource is permanently
unavailable and has no forwarding address.

 
 
What am I doing wrong?!?! All help will be much appreciated...
 
Thanks and regards,
Supriya 


This message (including any attachments) contains confidential information 
intended for a specific individual and purpose, and is protected by law.  If 
you are not the intended recipient, you should delete this message. 


Any disclosure, copying, or distribution of this message, or the taking of any 
action based on it, is strictly prohibited. [v.E.1]

Reply via email to