where to download LogFactor5?

2003-08-11 Thread Sonny Sukumar
I've tried numerous times to access servidium.com to download what some people say is the best log analysis tool, LogFactor5, but the site is always down. The tool was apparently donated to the open source community, which is why it's free. Does anybody know where else it might be available

Re: Request generator changes ?

2003-08-11 Thread Geoff Howard
Michael Wechner wrote: Vincent De Groote wrote: This parameter was the culprit. It works, now. Is there a location (mailing list, html page) where these changes of functionality are listed ? not really. This is what I receive after greping the source tree for enable-uploads

Re: [newbie][2.1rc1] LinkageError: SerializationHandler violatesloader constraints

2003-08-11 Thread Adam Walsh
Hi Joerg, It seems to only be a problem when I use it under Tomcat. I'm running Tomcat 4.1.27 on win 2000. I've put the xalan, xerces, and xmlapis jars in the tomcat endorsed directories, but still get this error and end up with a blank page. I tried it with Jetty tho and it works fine, so I

Re: problem with the CLI

2003-08-11 Thread Upayavira
Sylvain, Thanks a lot for your anwser. I check the URIs through a servlet with the build-in jetty, and they work fine, without generating any Exception. I dont think that the problem comes from there, since the CLI does generate the URI I'am asking properly (but with these exceptions). The

Re: [resent] map:part's processed in parallel?

2003-08-11 Thread Christoph Gaffga
hi, the parts are not processed in parallel. The are processed in the order they apear in the sitemap. Christoph - Original Message - From: Sonny Sukumar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 11, 2003 12:02 AM Subject: [resent] map:part's processed in parallel?

Re: css loading

2003-08-11 Thread Anna Afonchenko
Yes, that was the reason. replacing link's href to ../style.css will make it work. Thank you very much Joerg and sorry for a stupid question - Original Message - From: Joerg Heinicke [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, August 10, 2003 13:52 Subject: Re: css loading

Re: Copy javascript maps

2003-08-11 Thread Steve Schwarz
I have two javascript maps: var map1 = { x : y }; var map2 = { a : b }; I want to copy both maps into one single map. Does anybody have an idea how I can achieve this? Object properties in JavaScript can be treated just like arrays: script type=text/javascript onload=function(){ var map1 = { x :

IE6: Can't open dynamic PDF from applet

2003-08-11 Thread Skladovs, Victor
Dear Friends! I have read a lot about so called internet explorer PDF Bug but none of the suggested solutions has helped. Apart from that, I'm trying to open my pdf file NOT from a html site, but from a APPLET. Please take a little time and read my problem. I'd like to open a dynamically

Rendering XML!

2003-08-11 Thread amit gokhru
hi, we want to presentour data(XML)in different format like Excel, pfg,html or some other XML.I want to use Cocoon for that . Can somebody guide me on how to do that or refer to some resources. Thanks and regards

Re: Re: [resent] map:part's processed in parallel?

2003-08-11 Thread Sonny Sukumar
Aha, I think you're onto something there. The results I get make sense if indeed 1.) all of the map:part pipelines are set up before any of them executes, and 2.) if actions are executed during pipeline setup. I think we're mostly unclear on #1, but it does seem like that's what's happening.

Re: Cocoon Database samples not working?

2003-08-11 Thread Geoff Howard
Derek Hohls wrote: Tony Thanks for the reply. I am not sure what JDBC jar is required here... AFAIK, the Cocoon samples (the one for HSQL) should work out the box with no additional files or configuration entries required (and, yes, for the record, I did jump through all the hoops trying to get

Re: Xpath limitations in 2.0rc2

2003-08-11 Thread Joerg Heinicke
2.0rc2 (a bit too old, why not 2.0.4?) or 2.1rc? Do you use JDK 1.4 (endorsed libs problem)? Do simple stylesheets work? Xalan has 270 open bugs in bugzilla at the moment. Don't know if one matches your problems. In general it works quite well. Joerg Miguel Carvalho wrote: Hi, i'm working

[Solution] Re: SimpleFormTransformer - invalid XML generated?

2003-08-11 Thread Steve Schwarz
Christian, Thank you very much (especially for pushing me into 2.1). It took me a while to figure it out but the problem was my form: form name=contact method=post enctype=multipart/form-data action=contact-add If I remove the enctype attribute/value everything works correctly. This is really

RE: parameters

2003-08-11 Thread Andrzej Radzki
Andrzej Radzki wrote: Hello! I want to add to the all links (a href=.../) in my site Where does the code come from? Several transforms xsp|xml-xsl-xsl-html additional parameter (eg. ?param=value), without changing all files... is it possible do this in the sitemap? How does

Re: forced caching of volatile data

2003-08-11 Thread rufio
on Mon, 11 Aug 2003 02:45:29 + Steve Schwarz [EMAIL PROTECTED] wrote: You might want to talk to your DBA about how your database handles caching. Properly tuned if all this SQL activity is really all selects (and all the same set of selects) the DBMS shouldn't even hit the disk - all the