Carletta,

there is very little in your message that gives me any clue towards the solution.

Are there any stacktraces in the cocoon logs or the tomcat logs?

Some other tests you might want to do:
- can you let the browser-user do a right-click on the **PDFO*.jsp and then choose to


- have you tried with other browsers? Can you make the matcher work on **PDFO*.pdf just out of curiosity?

- can you maybe slide in an HTTP tunnel to check the HTTP request and response? (I use http://www.pocketsoap.com/tcpTrace/, Apache Axis and MS SOAP Toolkit have something similar) and register the differences between both cases?

-marc=




CARLETTA ANGELO wrote:
--- Reçu de INFETUDE.G145193 02/250.96.71 01-04-03 14.22

Hi,

I have a application whith cocoon 2.04 and tomcat 4.1.12
When i start whithout user defined in tomcat (web.xml of application)
<!-- ================ Security Constraints for Testing =============== -->
<!--
  <security-constraint>
    <web-resource-collection>
      <web-resource-name>The Entire Web Application</web-resource-name>
      <url-pattern>/*</url-pattern>
    </web-resource-collection>
    <auth-constraint>
      <role-name>tomcat</role-name>
    </auth-constraint>
  </security-constraint>

  <login-config>
    <auth-method>BASIC</auth-method>
    <realm-name>Tomcat Supported Realm</realm-name>
  </login-config>

  <security-role>
    <description>
      An example role defined in "conf/tomcat-users.xml"
    </description>
    <role-name>tomcat</role-name>
  </security-role>
-->

the serialize fo2pdf run fine (the acrobat reader run)
   <map:pipeline>
    <map:match pattern="**PDF0*.jsp">
      <map:generate src="jsp2pdf/PDF0{2}.jsp" type="jsp"/>
      <map:transform src="stylesheets/PDF0{2}.xsl"/>
      <map:serialize type="fo2pdf"/>
    </map:match>
   </map:pipeline>

But
When i start whith user defined in tomcat (and the user enter loggin)
the serialize fo2pdf not run (the acrobat reader not start) but if
serialize xml, it'is ok
   <map:pipeline>
    <map:match pattern="**PDF0*.jsp">
      <map:generate src="jsp2pdf/PDF0{2}.jsp" type="jsp"/>
      <map:transform src="stylesheets/PDF0{2}.xsl"/>
      <map:serialize type="xml"/>
    </map:match>
   </map:pipeline>

Many thanks for your reply!

Carletta

---- 01-04-03 14.22 ---- Envoyé à      ------------------------------------
  -> [EMAIL PROTECTED]


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
[EMAIL PROTECTED]
This footnote also confirms that this email message has been swept for the presence of computer viruses.


www.pv.be
**********************************************************************


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


-- Marc Portier http://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center Read my weblog at http://radio.weblogs.com/0116284/ [EMAIL PROTECTED] [EMAIL PROTECTED]


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to