Re: Dummy proof XML on-line editing

2001-12-21 Thread Bert Van Kets


How to create a textarea that has bold, italic and all the formating
stuff?


That's not possible of course.  HTML textareas don't support 
formatting.  The formatting will have to be addressed by HTML tags, unless 
the textarea is replaced with an Applet or a Java Web Start Application, 
like the demo rtf editor

That (web)application is a Java application or a form web?

It's a true Java Application!  It doesn't run in a broiwser.  Check out the 
Sun website, install the SDK and run the demos.  There's a nice RTF editor 
you might like!!

Bert


-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Cocoon1.8.2 with Catalina(Tomcat 4)

2001-12-21 Thread Sidharth



How to install cocoon 1.8.2 with tomcat 
4.
Which version of JBOSS supports EJB 
2.0


Getting an image out of a BLOB field

2001-12-21 Thread Bert Van Kets

Hi Guys,
if I have images stored in BLOB fields in a database, how do I get them out 
of there and to the browser?
If I use the SQL generator/transformer in the sitemap I would get XML 
containing the binary data.  Can this data be sent to the browser as a 
image/jpg mime type?
Is this the way to go, or do I need some other way.

I'm using Win2K server, Apache 1.3, Tomcat 4, Cocoon v2.

Thanks,
Bert


-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: cocoon2 performance

2001-12-21 Thread Michael Homeijer

Hi,

If you add a timing for pure XSP (without XSLT), you will know where to tune
(XSP or XSLT). Maybe you can report this back also.

In the original mail in the following URL there's something you can try:
 http://www2.real-time.com/pipermail/cocoon-devel/2001-August/010394.html

(try to get the generated source code of one of your XSP, compile it
as a generator and use it as a normal generator instead. [this should
remove the XSP loading/handling phase])

Let us know the result.

HTH,
Michael Homeijer



-Original Message-
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: 21-12-2001 9:00 
Subject: cocoon2 performance

Hello
[snip]

Here are the performance results for 500 sequential requests (wget):

normal JSP: 6 seconds
XSP/XSLT: 22 seconds
JSP/XSLT: 133 seconds!!

[snip]

2. is there a way to make XSP even faster (performance tuning)?

[snip]

best regards
- Rainer

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: Could not load class..

2001-12-21 Thread Karl Øie

what jdk do you use? i had this exact same error while running ibm-jdk-1.3.
please tell me if you resolve this!

mvh karl øie



-Original Message-
From: Aguirre, Carlos (C.) [mailto:[EMAIL PROTECTED]]
Sent: 20. desember 2001 21:51
To: '[EMAIL PROTECTED]'
Subject: Could not load class..


i have this error when i try make a request to a xsp page,

worth to mention that xsp samples are working fine..

Tomcat 3.3
Cocoon 2
JDK 1.3

any clue



type internal-server-error

message Language Exception

description org.apache.cocoon.ProcessingException: Language Exception:
org.apache.cocoon.components.language.LanguageException: Could not load
class for program 'org\apache\cocoon\www\hola_xsp' due to a
java.lang.ClassNotFoundException: org.apache.cocoon.www.hola_xsp

sender org.apache.cocoon.servlet.CocoonServlet

source Cocoon servlet

request-uri

/cocoon/hola.xsp

exception

org.apache.cocoon.ProcessingException: Language Exception:
org.apache.cocoon.components.language.LanguageException: Could not load
class for program 'org\apache\cocoon\www\hola_xsp' due to a
java.lang.ClassNotFoundException: org.apache.cocoon.www.hola_xsp

path-info

hola.xsp

stacktrace

org.apache.cocoon.ProcessingException: Language Exception:
org.apache.cocoon.components.language.LanguageException: Could not load
class for program 'org\apache\cocoon\www\hola_xsp' due to a
java.lang.ClassNotFoundException: org.apache.cocoon.www.hola_xsp
at
org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.createR
esource(ProgramGeneratorImpl.java:274)
at
org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.load(Pr
ogramGeneratorImpl.java:188)
at
org.apache.cocoon.generation.ServerPagesGenerator.setup(ServerPagesGenerator
.java:170)
at
org.apache.cocoon.components.pipeline.AbstractEventPipeline.setupPipeline(Ab
stractEventPipeline.java:142)
at
org.apache.cocoon.components.pipeline.CachingEventPipeline.setup(CachingEven
tPipeline.java:239)
at
org.apache.cocoon.components.pipeline.CachingEventPipeline.generateKey(Cachi
ngEventPipeline.java:99)
at
org.apache.cocoon.components.pipeline.CachingStreamPipeline.process(CachingS
treamPipeline.java:277)
at
org.apache.cocoon.www.sitemap_xmap.wildcardMatchN400598(sitemap_xmap.java:92
32)
at
org.apache.cocoon.www.sitemap_xmap.process(sitemap_xmap.java:3046)
at
org.apache.cocoon.www.sitemap_xmap.process(sitemap_xmap.java:2476)
at org.apache.cocoon.sitemap.Handler.process(Handler.java:163)
at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:114)
at org.apache.cocoon.Cocoon.process(Cocoon.java:514)
at
org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:647)
at javax.servlet.http.HttpServlet.service(HttpServlet.java)
at org.apache.tomcat.facade.ServletHandler.doService(Unknown Source)
at org.apache.tomcat.core.Handler.invoke(Unknown Source)
at org.apache.tomcat.core.Handler.service(Unknown Source)
at org.apache.tomcat.facade.ServletHandler.service(Unknown Source)
at org.apache.tomcat.core.ContextManager.internalService(Unknown
Source)
at org.apache.tomcat.core.ContextManager.service(Unknown Source)
at
org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Unknown
Source)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(Unknown Source)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(Unknown
Source)
at java.lang.Thread.run(Thread.java:484)
org.apache.cocoon.components.language.LanguageException: Could not load
class for program 'org\apache\cocoon\www\hola_xsp' due to a
java.lang.ClassNotFoundException: org.apache.cocoon.www.hola_xsp
at
org.apache.cocoon.components.language.programming.java.JavaLanguage.loadProg
ram(JavaLanguage.java:124)
at
org.apache.cocoon.components.language.programming.CompiledProgrammingLanguag
e.load(CompiledProgrammingLanguage.java:144)
at
org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.generat
eResource(ProgramGeneratorImpl.java:321)
at
org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.createR
esource(ProgramGeneratorImpl.java:271)
at
org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.load(Pr
ogramGeneratorImpl.java:188)
at
org.apache.cocoon.generation.ServerPagesGenerator.setup(ServerPagesGenerator
.java:170)
at
org.apache.cocoon.components.pipeline.AbstractEventPipeline.setupPipeline(Ab
stractEventPipeline.java:142)
at
org.apache.cocoon.components.pipeline.CachingEventPipeline.setup(CachingEven
tPipeline.java:239)
at
org.apache.cocoon.components.pipeline.CachingEventPipeline.generateKey(Cachi
ngEventPipeline.java:99)
at
org.apache.cocoon.components.pipeline.CachingStreamPipeline.process(CachingS
treamPipeline.java:277)
at

get session parameter in xsl stylesheets

2001-12-21 Thread Johannes Schwarz

Hi all!

Is it possible to get the session parameters in a xsl stylesheet, in
order to make dependend transformations?




I wish you all a nice and happy   X-Mas
(Keep on cocooning)


Johannes Schwarz

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: How do I add objects to the objectModel Map

2001-12-21 Thread Gapinski, Gary (GEL, MSX)

-Original Message-
From: David Rosenstrauch [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 20, 2001 5:50 PM
To: [EMAIL PROTECTED]
Subject: RE: How do I add objects to the objectModel Map

snip

The set_download action that I'm calling is really small.  All it does is
set a response header so that a download gets triggered in the browser.

snip


Is there any way *short* of a custom action to set response headers just
prior to serialization? All I wish to do is to adjust response headers to
promote short-term cacheing by an HTTP proxy (i.e., I need to set the
Expires header to a date-time some arbitrary number of seconds subsequent to
the time of request).

Regards,

Gary

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: How do I add objects to the objectModel Map

2001-12-21 Thread David Rosenstrauch

At 08:13 AM 12/21/01 -0500, you wrote:
Is there any way *short* of a custom action to set response headers just
prior to serialization? All I wish to do is to adjust response headers to
promote short-term cacheing by an HTTP proxy (i.e., I need to set the
Expires header to a date-time some arbitrary number of seconds subsequent to
the time of request).

Regards,

Gary


I don't think there's any sitemap tags to that, if that's what you're asking.

You have access to the response object in:

* Generators
* Transformers
* Actions

So presumably you could write some code in one of these 3 places to do that.  Since an 
XSP page is a generator, that might be a good place to do it.

But don't let actions scare you.  They really are very simple, and if that seems to be 
the clearest way to something it's probably best to write one.

In fact the reason I wrote the set_download action was because:

1) I thought the sitemap (and my XSP pages) would read much clearer if I did, and
2) because I saw it had the potential to be re-used in either other places in this 
sitemap or in other future Cocoon apps I write


HTH.

DR


-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




[C2]: Logicsheet examples work only partially: help needed

2001-12-21 Thread Friedrich Schuster

Hi,

I'm trying to build a simple custom logicsheet with
string conversion functions (sample code attached).

Everything works fine as long as I pass parameters for
the Java functions as attributes, but not when passing
parameters as content of a custom tag.
(tried this for several hours and searched the web for
more info, no success)

I used the docs and examples from:
...\cocoon-2.0\docs\userdocs\xsp\logicsheet-concepts.html
and the
[C2] Example Taglib  from Gary Clark Tue, 19 Jun 2001 08:13:50 -0700
(seems to be a mailing to this list)

Can anybody help ?? (Cocoon2.0 / Tomcat4.0.1 / Win2000 / JDK 1.3)
Thanks,
Friedrich Schuster


--- xml code -

?xml version=1.0?
   xsp:page
   language=java
   xmlns:xsp=http://apache.org/xsp;
   xmlns:xsp-request=http://apache.org/xsp/request/2.0;
   xmlns:vstring=http://alysis.de/vstring/1.0;
   
page

--- Not OK: logicsheet:vstring content ---
vstring:change s=hello odd world oldp=world 
vstring:param name=newp
people
/vstring:param
/vstring:change

--- OK: same function with logicsheet:vstring attributes ---
vstring:change s=hello odd world oldp=world newp=people/

--- OK simple ---
vstring:xRange/
vstring:msg/

 --- OK xsp:logic ---
xsp:logic
   String s2=ViolinStrings.Strings.change(hello welt,welt,old
world);
/xsp:logic
content
xsp:exprs2/xsp:expr
/content

/page
   /xsp:page

 xsl-Logicsheet code -

?xml version=1.0 encoding=UTF-8?
xsl:stylesheet version=1.0
  xmlns:xsl=http://www.w3.org/1999/XSL/Transform;
  xmlns:xsp=http://apache.org/xsp;
  xmlns:vstring=http://alysis.de/vstring/1.0;


!-- Top level tag --
xsl:template match=xsp:page
  xsp:page
xsl:apply-templates select=@*/
xsp:structure
   // you can put lt;xsp:include statements in here to import Java
classes
/xsp:structure
xsp:logic
   // put class-level variable declarations and methods here
/xsp:logic
xsl:apply-templates/
  /xsp:page
/xsl:template

!-- Run initialization code or declare variables before other code runs --
xsl:template match=xsp:page/*[not(self::xsp:*)]
  xsl:copy
xsl:apply-templates select=@*/
xsp:logic
   // This code ends up inside populateDocument() before any user code
/xsp:logic
xsl:apply-templates/
  /xsl:copy
/xsl:template


!-- vstring:change --
xsl:template match=vstring:change
xsl:variable name=s
  xsl:call-template name=get-parameter
xsl:with-param name=names/xsl:with-param
xsl:with-param name=requiredtrue/xsl:with-param
  /xsl:call-template
/xsl:variable

xsl:variable name=oldp
  xsl:call-template name=get-parameter
xsl:with-param name=nameoldp/xsl:with-param
xsl:with-param name=requiredtrue/xsl:with-param
  /xsl:call-template
/xsl:variable

xsl:variable name=newp
  xsl:call-template name=get-parameter
xsl:with-param name=namenewp/xsl:with-param
xsl:with-param name=requiredtrue/xsl:with-param
  /xsl:call-template
/xsl:variable

xsl:variable name=start
  xsl:call-template name=get-parameter
xsl:with-param name=namestart/xsl:with-param
xsl:with-param name=requiredfalse/xsl:with-param
  /xsl:call-template
/xsl:variable

xsl:variable name=maxChanges
  xsl:call-template name=get-parameter
xsl:with-param name=namemaxChanges/xsl:with-param
xsl:with-param name=requiredfalse/xsl:with-param
  /xsl:call-template
/xsl:variable

xsl:variable name=ignoreCase
  xsl:call-template name=get-parameter
xsl:with-param name=nameignoreCase/xsl:with-param
xsl:with-param name=requiredfalse/xsl:with-param
  /xsl:call-template
/xsl:variable

!-- non-Strings not implemented! --
!-- tbd: konvertierung andere Var-Typen, Konvertierung spec.Chars ?? --
xsp:logic
  String vs=ViolinStrings.Strings.change(
xsl:copy-of select=$s/,
xsl:copy-of select=$oldp/,
xsl:copy-of select=$newp/
  );
/xsp:logic
xsp:exprvs/xsp:expr

/xsl:template

!-- This is the simple vstring: tag --
xsl:template match=vstring:msg
  Test message
/xsl:template

xsl:template match=vstring:xRange
xsp:logic
   String s1=ViolinStrings.Strings.xRange('a','d');
/xsp:logic
content
xsp:exprs1/xsp:expr
/content
/xsl:template

!-- Utility templates --
!--   --
!-- DO NOT TOUCH  --
!--   --

!-- Keep all unknown tags --
xsl:template match=@*|node() priority=-1
  xsl:copy
xsl:apply-templates select=@*|node()/
  /xsl:copy
/xsl:template

!-- START: util templates from Apache Cocoon Logicsheet Concepts --

xsl:template name=get-parameter
xsl:param name=name/
xsl:param name=default/
xsl:param name=requiredfalse/xsl:param

xsl:variable name=prefix
vstring
/xsl:variable

xsl:variable name=qname
  xsl:value-of select=concat($prefix, ':param')/
/xsl:variable

xsl:choose
  xsl:when test=@*[name(.) = $name]
xsl:value-of select=@*[name(.) = $name]/
  /xsl:when
  xsl:when test=(*[name(.) = $qname])[@name = $name]
xsl:call-template 

Mac OS X, Cocoon 2, and fonts...

2001-12-21 Thread Ben Young

I recently got Tomcat and Cocoon 2 running on Mac OS X.  Everything 
works fine except for the images that are created using the 
SVGSerializer.  The text in the images come out has boxes.  I can change 
typefaces in the svg file and the boxes come out in different sizes, but 
still no text.  Does anyone have any theories about this or work 
around's?

Thanks for your help in advance,
Ben  8o)


-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Getting an image out of a BLOB field

2001-12-21 Thread Berin Loritsch

Bert Van Kets wrote:

 Hi Guys,
 if I have images stored in BLOB fields in a database, how do I get them 
 out of there and to the browser?
 If I use the SQL generator/transformer in the sitemap I would get XML 
 containing the binary data.  Can this data be sent to the browser as a 
 image/jpg mime type?
 Is this the way to go, or do I need some other way.
 
 I'm using Win2K server, Apache 1.3, Tomcat 4, Cocoon v2.


Try using the DatabaseReader!




-- 

They that give up essential liberty to obtain a little temporary safety
  deserve neither liberty nor safety.
 - Benjamin Franklin


-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




AW: Dummy proof XML on-line editing

2001-12-21 Thread Jorn Heid

Something about that:

There are two possibilities for such an editor:
1. Use DHTML. This isn't cross-platform but it works (look for a demo of it
in the developer mailinglist from Stefano Mazzocchi) for ie now.
2. Write your own Java application. I have written an XML editor as an
applet (so, it's integrated with the browser) which is like XML Spy (based
on XML schema, adding  shows context sensitive possible elements and so
on). It's based on Swing. You can use a styled editor if you want to some
kind of WYSIWYG. You can also write an html editor with swing but it's very
simple and not nearly WYSIWYG.

From my point of view, WYSIWYG is just an illusion with HTML. The pages
differ from browser to browser, from version to version, from platform to
platform.

JOERN

-Ursprungliche Nachricht-
Von: Bert Van Kets [mailto:[EMAIL PROTECTED]]
Gesendet: Freitag, 21. Dezember 2001 09:37
An: [EMAIL PROTECTED]
Betreff: Re: Dummy proof XML on-line editing



How to create a textarea that has bold, italic and all the formating
stuff?


That's not possible of course.  HTML textareas don't support
formatting.  The formatting will have to be addressed by HTML tags, unless
the textarea is replaced with an Applet or a Java Web Start Application,
like the demo rtf editor

That (web)application is a Java application or a form web?

It's a true Java Application!  It doesn't run in a broiwser.  Check out the
Sun website, install the SDK and run the demos.  There's a nice RTF editor
you might like!!

Bert


-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: AW: Dummy proof XML on-line editing

2001-12-21 Thread Arnaud Vandyck

Jorn Heid [EMAIL PROTECTED] wrote:

 Something about that:
 
 There are two possibilities for such an editor:
 
 1. Use DHTML. This isn't cross-platform but it works (look for a
 demo of it in the  developer mailinglist from Stefano Mazzocchi) for
 ie now.
 
 2. Write your own Java application.  I have written an XML editor as
 an applet (so,  it's integrated with the browser)  which is like XML
 Spy (based on XML schema,  adding  shows context sensitive possible
 elements  and so  on). It's  based on  Swing. You  can use  a styled
 editor if  you want to some kind  of WYSIWYG. You can  also write an
 html editor with swing but it's very simple and not nearly WYSIWYG.

Does anybody already use Pollo? Powerful! 

Maybe  it  is  possible  to   embed  this  (java)  application  as  an
applet. It's opensource...

http://pollo.sourceforge.net/

-- Arnaud, STE-Formations Informatiques, fapse, ULg, .BE

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Mac OS X, Cocoon 2, and fonts...

2001-12-21 Thread Michael Engelhart

I noticed the same problem but I'm not sure what the issues are.

Mike
On Friday, December 21, 2001, at 11:14 AM, Ben Young wrote:

 I recently got Tomcat and Cocoon 2 running on Mac OS X.  Everything 
 works fine except for the images that are created using the 
 SVGSerializer.  The text in the images come out has boxes.  I can 
 change typefaces in the svg file and the boxes come out in different 
 sizes, but still no text.  Does anyone have any theories about this or 
 work around's?

 Thanks for your help in advance,
 Ben  8o)


-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: cocoon2 performance

2001-12-21 Thread Mark Eggers

One of the items I just read in the release notes for
Tomcat 4.02 beta 1 . . . . . .

For optimum performance with Tomcat 4 and Cocoon 2,
use the HTTP/1.0 connector.

/mde/
--- Michael Homeijer [EMAIL PROTECTED] wrote:
 Hi,
 
 If you add a timing for pure XSP (without XSLT), you
 will know where to tune
 (XSP or XSLT). Maybe you can report this back also.
 
 In the original mail in the following URL there's
 something you can try:
 

http://www2.real-time.com/pipermail/cocoon-devel/2001-August/010394.html
 
 (try to get the generated source code of one of your
 XSP, compile it
 as a generator and use it as a normal generator
 instead. [this should
 remove the XSP loading/handling phase])
 
 Let us know the result.
 
 HTH,
 Michael Homeijer
 
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: 21-12-2001 9:00 
 Subject: cocoon2 performance
 
 Hello
 [snip]
 
 Here are the performance results for 500 sequential
 requests (wget):
 
 normal JSP: 6 seconds
 XSP/XSLT: 22 seconds
 JSP/XSLT: 133 seconds!!
 
 [snip]
 
 2. is there a way to make XSP even faster
 (performance tuning)?
 
 [snip]
 
 best regards
 - Rainer
 

-
 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:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 


__
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at http://auctions.yahoo.com

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Mac OS X, Cocoon 2, and fonts...

2001-12-21 Thread Diana Shannon

 I recently got Tomcat and Cocoon 2 running on Mac OS X.  Everything
 works fine except for the images that are created using the
 SVGSerializer.  The text in the images come out has boxes.  I can change
 typefaces in the svg file and the boxes come out in different sizes, but
 still no text.  Does anyone have any theories about this or work
 around's?

Some advice about this via the batik users mailing list:

http://koala.ilog.fr/batik/mlists/batik-users/archives/msg00710.html

If you find any more recent info, I'd be interested.

Diana


-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Troubles with cocoon 1.8.2 Install

2001-12-21 Thread Florent Lévêque

Hi,
I follow the install doc to install cocoon 1.8.2 on Tomcat3.3 and I have
this log when I enter the URL:
http://localhost:8082/cocoon/samples/index.xml

2001-12-21 08:29:18 - AutoWebApp: Loaded from config: DEFAULT:/admin
2001-12-21 08:29:18 - AutoWebApp: Loaded from config: DEFAULT:/cocoon
2001-12-21 08:29:18 - AutoWebApp: Loaded from config: DEFAULT:/examples
2001-12-21 08:29:18 - AutoWebApp: Auto-Adding DEFAULT:/
2001-12-21 08:29:18 - ContextManager: Tomcat configured and in stable state
2001-12-21 08:29:18 - ContextManager: Adding  DEFAULT:/cocoon
2001-12-21 08:29:18 - ContextManager: Adding  DEFAULT:/admin
2001-12-21 08:29:18 - ContextManager: Adding  DEFAULT:/examples
2001-12-21 08:29:18 - ContextManager: Adding  DEFAULT:/ROOT
EmbededTomcat: Init time 2163
EmbededTomcat: Startup time 150
2001-12-21 08:29:18 - Http10Interceptor: Starting on 8082
2001-12-21 08:29:18 - Ajp12Interceptor: Starting on 8007
2001-12-21 08:29:18 - Ajp13Interceptor: Starting on 8009
2001-12-21 08:29:28 - Ctx(/cocoon) : Class not found: org.apache.cocoon.Cocoon
2001-12-21 08:29:28 - Ctx(/cocoon) : Status code:404 request:R( /cocoon + /sampl
es/index.xml + null) msg:null
2001-12-21 08:32:25 - Ctx(/cocoon) : Status code:404 request:R( /cocoon + /sampl
es/index.xml + null) msg:null

Thanks for your help





Ce message contient des informations confidentielles ou appartenant au
Cr=e9dit Lyonnais et est =e9tabli =e0 l'intention exclusive de ses
destinataires. Toute divulgation, utilisation, diffusion ou reproduction
(totale ou partielle) de ce message, ou des informations qu'il contient,
doit =eatre pr=e9alablement autoris=e9e. Tout message =e9lectronique est
susceptible d'alt=e9ration et son int=e9grit=e9 ne peut =eatre assur=e9e.
Le Cr=e9dit Lyonnais d=e9cline toute responsabilit=e9 au titre de ce
message s'il a =e9t=e9 modifi=e9 ou falsifi=e9. Si vous n'=eates pas
destinataire de ce message, merci de le d=e9truire imm=e9diatement et
d'avertir l'exp=e9diteur de l'erreur de distribution et de la destruction
du message.

This e-mail contains confidential information or information belonging
to Cr=e9dit Lyonnais and is intended solely for the addressees.
The unauthorised disclosure, use, dissemination or copying (either whole
or partial) of this e-mail, or any information it contains, is prohibited.
E-mails are susceptible to alteration and their integrity cannot be guaranteed.
Cr=e9dit Lyonnais shall not be liable for this e-mail if modified or falsified.
If you are not the intended recipient of this e-mail, please delete it
immediately from your system and notify the sender of the wrong delivery
and the mail deletion.



-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Resin 2.0.4 installation

2001-12-21 Thread Lukasz Kowalczyk

On 20 Dec 2001, at 23:31, Scott Lamb wrote:


 - Ran Resin. It started but pages failed to load with
 NoClassDefFoundError on
   org/w3c/xsl/XSLTContext

 - Looked for this in same way. Didn't find it. This sounds like
 something
   Xalan would have, but apparently it doesn't.

It's in Resin's dom.jar


--
ukasz Kowalczyk

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]