Re: running FOP on Tomcat3.2.3

2001-09-14 Thread Jean-Francois Selber

it was a library problem
set the library of fop first in your class path

- Original Message -
From: "Liliana Selea" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 13, 2001 7:20 PM
Subject: running FOP on Tomcat3.2.3


>  I tried to run FOP-0.20 on tomcat 3.2.3. I replaced the jaxp.jar from
> Tomcat/lib with the latest version. I placed the xerces-1.2.3.jar and
> xalan-2.0.0.jar at he beginning of the Tomcat CLASSPATH(because tomcat
uses
> SAXParser 1 and FOP users SAXParser 2). When I run the servlet, the tomcat
> server shuts down.
> If I have the tomcat jars file first in the classpath and then the
> additional ones ( for FOP) I got an FopException: "Namespace not supported
> by SAXParser"
> Does anybody know what happened?
> Thanks in advance for help.
> Liliana Selea
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]


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




RE: running FOP on Tomcat3.2.3

2001-09-13 Thread Jim Wright

That works, but makes it tough if you change your Tomcat config files (which
uses the parser included with Tomcat to update the appropriate xml).

jw

-Original Message-
From: Liliana Selea [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 13, 2001 2:22 PM
To: [EMAIL PROTECTED]
Subject: Re: running FOP on Tomcat3.2.3


Thank you very much. I put xerces-1.2.3.jar, xalan-2.0.0.jar  at the
beginning of tomcat classpath and deleted the jaxp.jar, parser.jar from
tomcat\lib directory and I put all FOP jars in lib directory under my web
application. I changed the worker to point to the right parser too.
Thanks again
Liliana
-Original Message-
From: Alex McLintock <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Thursday, September 13, 2001 12:38 PM
Subject: Re: running FOP on Tomcat3.2.3


> --- Liliana Selea <[EMAIL PROTECTED]> wrote:
>>  I tried to run FOP-0.20 on tomcat 3.2.3. I replaced the jaxp.jar
from
>> Tomcat/lib with the latest version. I placed the xerces-1.2.3.jar and
>> xalan-2.0.0.jar at he beginning of the Tomcat CLASSPATH(because tomcat
uses
>> SAXParser 1 and FOP users SAXParser 2). When I run the servlet, the
tomcat
>> server shuts down.
>
>Shuts down or falls over in a heap?
>
>> If I have the tomcat jars file first in the classpath and then the
>> additional ones ( for FOP) I got an FopException: "Namespace not
supported
>> by SAXParser"
>
>Surely Tomcat now lets you specify an XML parser in your web apps classpath
which
>should be separate from its own classpath. I hope.  Did you say which
version of Tomcat?
>
>Alex
>
>
>=
>Alex McLintock[EMAIL PROTECTED]Open Source Consultancy in London
>OpenWeb Analysts Ltd, http://www.OWAL.co.uk/
>SF and Computing Book News and Reviews: http://news.diversebooks.com/
>Get Your XML T-Shirt  at http://www.inversity.co.uk/
>
>
>Do You Yahoo!?
>Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
>or your free @yahoo.ie address at http://mail.yahoo.ie
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, email: [EMAIL PROTECTED]


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



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




Re: running FOP on Tomcat3.2.3

2001-09-13 Thread Liliana Selea

Thank you very much. I put xerces-1.2.3.jar, xalan-2.0.0.jar  at the
beginning of tomcat classpath and deleted the jaxp.jar, parser.jar from
tomcat\lib directory and I put all FOP jars in lib directory under my web
application. I changed the worker to point to the right parser too.
Thanks again
Liliana
-Original Message-
From: Alex McLintock <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Thursday, September 13, 2001 12:38 PM
Subject: Re: running FOP on Tomcat3.2.3


> --- Liliana Selea <[EMAIL PROTECTED]> wrote:
>>  I tried to run FOP-0.20 on tomcat 3.2.3. I replaced the jaxp.jar
from
>> Tomcat/lib with the latest version. I placed the xerces-1.2.3.jar and
>> xalan-2.0.0.jar at he beginning of the Tomcat CLASSPATH(because tomcat
uses
>> SAXParser 1 and FOP users SAXParser 2). When I run the servlet, the
tomcat
>> server shuts down.
>
>Shuts down or falls over in a heap?
>
>> If I have the tomcat jars file first in the classpath and then the
>> additional ones ( for FOP) I got an FopException: "Namespace not
supported
>> by SAXParser"
>
>Surely Tomcat now lets you specify an XML parser in your web apps classpath
which
>should be separate from its own classpath. I hope.  Did you say which
version of Tomcat?
>
>Alex
>
>
>=
>Alex McLintock[EMAIL PROTECTED]Open Source Consultancy in London
>OpenWeb Analysts Ltd, http://www.OWAL.co.uk/
>SF and Computing Book News and Reviews: http://news.diversebooks.com/
>Get Your XML T-Shirt  at http://www.inversity.co.uk/
>
>
>Do You Yahoo!?
>Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
>or your free @yahoo.ie address at http://mail.yahoo.ie
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, email: [EMAIL PROTECTED]


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




Re: running FOP on Tomcat3.2.3

2001-09-13 Thread Alex McLintock

 --- Liliana Selea <[EMAIL PROTECTED]> wrote: 
>  I tried to run FOP-0.20 on tomcat 3.2.3. I replaced the jaxp.jar from
> Tomcat/lib with the latest version. I placed the xerces-1.2.3.jar and
> xalan-2.0.0.jar at he beginning of the Tomcat CLASSPATH(because tomcat uses
> SAXParser 1 and FOP users SAXParser 2). When I run the servlet, the tomcat
> server shuts down.

Shuts down or falls over in a heap?

> If I have the tomcat jars file first in the classpath and then the
> additional ones ( for FOP) I got an FopException: "Namespace not supported
> by SAXParser"

Surely Tomcat now lets you specify an XML parser in your web apps classpath which 
should be separate from its own classpath. I hope.  Did you say which version of 
Tomcat?

Alex


=
Alex McLintock[EMAIL PROTECTED]Open Source Consultancy in London
OpenWeb Analysts Ltd, http://www.OWAL.co.uk/ 
SF and Computing Book News and Reviews: http://news.diversebooks.com/
Get Your XML T-Shirt  at http://www.inversity.co.uk/


Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie

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




RE: running FOP on Tomcat3.2.3

2001-09-13 Thread Jim Wright

Hey Liliana:

I think one of your jars is conflicting with another. I had a similar
problem working with Tomcat and FOP, and resolved it by shifting jars
around. I'm using xerces 1.2.3, but am not running xalan 2.0.0 -- instead
I'm running an earlier version.

Hope that helps!

jw

-Original Message-
From: Liliana Selea [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 13, 2001 12:21 PM
To: [EMAIL PROTECTED]
Subject: running FOP on Tomcat3.2.3


 I tried to run FOP-0.20 on tomcat 3.2.3. I replaced the jaxp.jar from
Tomcat/lib with the latest version. I placed the xerces-1.2.3.jar and
xalan-2.0.0.jar at he beginning of the Tomcat CLASSPATH(because tomcat uses
SAXParser 1 and FOP users SAXParser 2). When I run the servlet, the tomcat
server shuts down.
If I have the tomcat jars file first in the classpath and then the
additional ones ( for FOP) I got an FopException: "Namespace not supported
by SAXParser"
Does anybody know what happened?
Thanks in advance for help.
Liliana Selea



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



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




running FOP on Tomcat3.2.3

2001-09-13 Thread Liliana Selea

 I tried to run FOP-0.20 on tomcat 3.2.3. I replaced the jaxp.jar from
Tomcat/lib with the latest version. I placed the xerces-1.2.3.jar and
xalan-2.0.0.jar at he beginning of the Tomcat CLASSPATH(because tomcat uses
SAXParser 1 and FOP users SAXParser 2). When I run the servlet, the tomcat
server shuts down.
If I have the tomcat jars file first in the classpath and then the
additional ones ( for FOP) I got an FopException: "Namespace not supported
by SAXParser"
Does anybody know what happened?
Thanks in advance for help.
Liliana Selea



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