Re: Cocoon performance tuning

2002-12-08 Thread Harry J. Foxwell
> - any recommendations here? > depends on the machine & size/complexity of your application. the IBM 1.3 JVM has quite good performance on the Windows platforms, the Sun 1.4 JVM quite good on Solaris 8/9 & on Linux platforms.

multiple svgs from one xml doc, then svg2jpg to one html

2002-10-22 Thread Harry J. Foxwell
I have an xml document with several types of map elements, , , ... I was trying to produce one large SVG doc from this for transformation to one big JPG for browser display. But for what I want to do with the SVG, it will probably be easier for me to produce a separate SVG for each type of map e

Re: svg2jpeg error?

2002-10-19 Thread Harry J. Foxwell
> I had the same problem, I think it was related to running Batik on a > headless system. There is more information at > http://xml.apache.org/cocoon/installing/index.html, section "UNIX with X > server" > thanks! that fixed it --

svg2jpeg error?

2002-10-19 Thread Harry J. Foxwell
Running jakarta-tomcat-4.0.4, Solaris 9 (SPARC), Cocoon 2.03. when transforming xml doc to svg & jpeg, svg2jpeg is not working, getting error in log file: java.lang.NoClassDefFoundError at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:130)

Re: Sun vs. PC

2002-09-24 Thread Harry J. Foxwell
you need it. Harry -- +-+----------+ | Harry J. Foxwell | VoiceMail: 703-204-4213 | | Technology Engineer| FAX : 703-208-5858 | | Solaris/Linux/Java| | | Sun Microsystems | | | 7900 Westpark Drive| Emails:

still trying to create a searchable lucene index of my xml docments

2002-09-02 Thread Harry J. Foxwell
I have a collection of xml documents in http://cs2.gmu.edu:8080/cocoon/Marchive, a.xml, b.xml, etc. I have an AE.xsl stylesheet in the Marchive directory that successfully transforms my documents into html when I browse to http://cs2.gmu.edu:8080/cocoon/Marchive/a, for example.. So far, so good

how to process based on dtd

2002-08-16 Thread Harry J. Foxwell
I'm just starting a Cocoon project, looking for docs or preferably example of how to do the following read & display a URL in a browser window...the URL contents may include a link to an XML file that must use a specific DTD. The name of the XML file can be {anyt

2 quick cocoon/lucene demo questions

2002-08-14 Thread Harry J. Foxwell
just started looking at the lucene demo that comes with the cocoon distribution. why does "boost" factor (using ^) for queries not work? what is the exact location of the directory & files being indexed in the demo? (placing test files in the webapps/cocoon/documentation directory and recreatin

Re: [HELP] How Can I do ?

2002-07-10 Thread Harry J. Foxwell
> I'll make sure it's added, Fabien. Thanks for flagging it. It would be > wonderful to have a library of sitemap/pipeline snippets, to give users > ideas how to accomplish almost anything. some kind of flow chart that allows you to select what kind of task you're trying to accomplish and then po

transform XML through Apache+Proxy+Cocoon?

2002-04-09 Thread Harry J. Foxwell
I have a project where I need to do the following: For an XML file anywhere on the Web that conforms to a DTD that I specify, transform that file into HTML using a specified XSLT stylesheet. The DTD and stylesheet reside on a Web server that I can set up as a proxy. I've been told that Apache+P