--- 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]

Reply via email to