You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Adnan Zelkanovic <a....@allgaeu.net> on 2001/10/30 12:59:33 UTC

problem with "external-graphics" solved

If you run Cocoon2rc1a, Tomcat-3.2.3, FOP-0.20.1, Apache-1.3.20 and wonder
why "external-graphics" does not work. Then you have to install Tomcat-4.0.1
!
That is the way to solve this "little" problem.


Mit freundlichen Grüßen

Adnan Zelkanovic
allgäuNet.Onlinedienste GmbH

Nebelhornstraße 8
86807 Buchloe
Tel. (08241) 96869-33
Fax  (08241) 96869-26
http://www.allgaeu.net
e-mail: a.zelkanovic@allgaeu.net

ein Unternehmen der abc.Mediengruppe



---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


RE: problem with "external-graphics" solved

Posted by Giacomo Pati <gi...@apache.org>.
Quoting Eduardo Godoy Vega <eg...@mail.tekchile.cl>:

> be more specific, what is an "external graphics" ?
> (in a different webserver?, or in a different context ?)

external-graphics in this context as I understand it is an element from FO spec. 
used to render external graphic files.

Giacomo
> 
> Eduardo.
> 
> -----Original Message-----
> From: Adnan Zelkanovic [mailto:a.zelkanovic@allgaeu.net]
> Sent: Tuesday, October 30, 2001 8:00 AM
> To: FOP DEV; Cocoon-DEV; Cocoon Users
> Subject: problem with "external-graphics" solved
> 
> 
> If you run Cocoon2rc1a, Tomcat-3.2.3, FOP-0.20.1, Apache-1.3.20 and
> wonder
> why "external-graphics" does not work. Then you have to install
> Tomcat-4.0.1
> !
> That is the way to solve this "little" problem.
> 
> 
> Mit freundlichen Grüßen
> 
> Adnan Zelkanovic
> allgäuNet.Onlinedienste GmbH
> 
> Nebelhornstraße 8
> 86807 Buchloe
> Tel. (08241) 96869-33
> Fax  (08241) 96869-26
> http://www.allgaeu.net
> e-mail: a.zelkanovic@allgaeu.net
> 
> ein Unternehmen der abc.Mediengruppe
> 
> 
> 
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
> 
> To unsubscribe, e-mail: <co...@xml.apache.org>
> For additional commands, e-mail: <co...@xml.apache.org>
> 
> 
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
> 
> To unsubscribe, e-mail: <co...@xml.apache.org>
> For additional commands, e-mail: <co...@xml.apache.org>
> 
> 
> 

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


RE: problem with "external-graphics" solved

Posted by Eduardo Godoy Vega <eg...@mail.tekchile.cl>.
be more specific, what is an "external graphics" ?
(in a different webserver?, or in a different context ?)

Eduardo.

-----Original Message-----
From: Adnan Zelkanovic [mailto:a.zelkanovic@allgaeu.net]
Sent: Tuesday, October 30, 2001 8:00 AM
To: FOP DEV; Cocoon-DEV; Cocoon Users
Subject: problem with "external-graphics" solved


If you run Cocoon2rc1a, Tomcat-3.2.3, FOP-0.20.1, Apache-1.3.20 and wonder
why "external-graphics" does not work. Then you have to install Tomcat-4.0.1
!
That is the way to solve this "little" problem.


Mit freundlichen Grüßen

Adnan Zelkanovic
allgäuNet.Onlinedienste GmbH

Nebelhornstraße 8
86807 Buchloe
Tel. (08241) 96869-33
Fax  (08241) 96869-26
http://www.allgaeu.net
e-mail: a.zelkanovic@allgaeu.net

ein Unternehmen der abc.Mediengruppe



---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


AW: problem with "external-graphics" solved

Posted by Adnan Zelkanovic <a....@allgaeu.net>.
The better way is not to install Tomcat4 but to make a directory f.e.
"d:\pictures" and copy your pics there.
Then you have to Link to the pictures like that:

<fo:external-graphic src="file:///d:\pictures\picture.gif"/>

this sould work whith every version of Tomcat.