Re: Jasper performance/3.3 tag pooling

2001-05-25 Thread Rickard Öberg
[EMAIL PROTECTED] wrote: Jasper performance is a high priority thing for us (nr 1. on our system performance fixing list actually), so if possible, absolutely. I can't say I've delved that far into Jasper yet though. It was a bit hard to read. I'm working on a refactoring of jasper,

RE: Jasper performance/3.3 tag pooling (XSLT)

2001-05-25 Thread Paulo Gaspar
Hi Costin, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 23, 2001 10:20 AM ... I'm working on a refactoring of jasper, and easy to read is a big priority. It's moving a bit slower than I expected - now I'm back on planning stage after

java.rmi.UnmarshalException

2001-05-25 Thread Kleegrewe Christian
Hi Tomcat Developers! I have a problem using the tomcat servlet engine. We are developing a servlet based web application. My Configuration is: apache web server tomcat servlet engine 3.2.1 windows nt 4.0 servicepack 6a. jdk 1.2.2 build _007 starting up tomcat seems to work fine:

RE: Slow session creating Tomcat 3.2.1

2001-05-25 Thread Marc Saegesser
The initialization of Tomcat's Psuedo Random Number Generator (PRNG) can take several seconds on some platforms. The PRNG is initialized when the first session is created (its used to generate the session IDs). There are some hacks you can use in 3.2.1 to avoid this, but the best solution will

Re: Signing releases [was Re: question]

2001-05-25 Thread Shane_Curcuru
I'm not a security expert, but I *think* xml-xalan does it correctly. - Several Xalan committers have PGP keys (including a joint one called 'Lotusxsl team'). You can use a freeware PGP version (http://www.pgp.com/products/freeware/default.asp), buy a license, or probably use a GPG version

connector status in tomcat 4

2001-05-25 Thread Erik Hellman
This summer I will be involved in a quite large project at our University aiming to create a web-based system for administrating and presenting course-information (and some other nifty features..). We will be using tomcat 4 for this and apache as the webserver. The final product will be released

Re: connector status in tomcat 4

2001-05-25 Thread Pier P. Fumagalli
Erik Hellman at [EMAIL PROTECTED] wrote: This summer I will be involved in a quite large project at our University aiming to create a web-based system for administrating and presenting course-information (and some other nifty features..). We will be using tomcat 4 for this and apache as the

Re: connector status in tomcat 4

2001-05-25 Thread kevin seguin
which connector are you talking about? the new warp/webapp stuff, or the ajp connector(s)? i don't know much about warp/webapp, but i do know the ajp13 connector for tomcat 4 is a work in progress. it's kind of in a holding pattern right now, waiting for some other things to happen.

syntax inside syntax

2001-05-25 Thread Carlos Gaston Alvarez
I cannot find the original mail, so I am trying to remember. I remember that some time ago there was an error reported that when the jsp compiled found something like out.writeln( % ); it took the % as a directive and not as part of the code. (the end of the scriptlet). It

RE: Slow session creating Tomcat 3.2.1

2001-05-25 Thread Dave Oxley
I think you'll find that this has been fixed in 3.2.2 which is due to be released very shortly (hopefully!!). Dave [EMAIL PROTECTED] From: Martin van den Bemt [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: Slow session creating Tomcat 3.2.1 Date: Fri, 25 May

RE: Slow session creating Tomcat 3.2.1

2001-05-25 Thread Martin van den Bemt
It isn't a problem.. We always look after a restart if everything still works, so we allways are the first to encounter it.. Is there already a tomcat 3.2.2 branch where I can check out that version from? And does this also contain any fixes towards the mod_jk instability (within one hour our

Taglibs Article

2001-05-25 Thread Christopher Cain
Jakarta Taglibs was one of the featured articles in the JDC Newsletter this morning. Here is the address for those of you not subscribed to it: http://developer.java.sun.com/developer/technicalArticles/javaserverpages/JakartaTaglibs/ I'm guessing that you are now swinging your browser to that

Encoding and changes in buffers

2001-05-25 Thread cmanolache
Hi, A long mail, kind of important if you are interested in encodings. I'll get most part checked in as soon as I finish running the tests and removing the debug statements ( probably this weekend - I have a week of vacation after that, with little computer time ) As you know, charsets and

[RESULTS] Final release of Tomcat 3.2.2

2001-05-25 Thread Marc Saegesser
The voting on the final release of Tomcat 3.2.2 is closed and the results are summarized below. The proposal to release the tomcat_32 branch as Tomcat 3.2.2 passes. The final release will happen as soon as I get the binary signing mechanism in place. [7] +1. I agree with the proposal and I

cvs commit: jakarta-tomcat KEYS

2001-05-25 Thread marcsaeg
marcsaeg01/05/25 14:41:37 Added: .Tag: tomcat_32 KEYS Log: PGP public keys for Tomcat developers. Revision ChangesPath No revision No revision 1.1.2.1 +37 -0 jakarta-tomcat/Attic/KEYS

j2sdk-1.4beta

2001-05-25 Thread Earl . Stutes
I have tomcat-3.2.2-b5/apache_1.3.19 running in the j2sdk-1.4 beta environment. I have not tested SSL/TLS yet, but plan to do that shortly. =eas=

Re: Jasper performance/3.3 tag pooling

2001-05-25 Thread Casey Lucas
Rickard, Thanks for sending the test application. I've been using monthlist.jsp while testing rendered then hand bashed code. After some preliminary bashing :) I think it will be possible to call all setters (except runtime expressions) only once per run of the page. Also, we can create /

Re: Taglibs Article

2001-05-25 Thread Nick Bauman
Now, I wonder if I could successfully rekindle a Velocity vs. JSP flamewar ... evil grin ... don't ask me, I'm strictly a servlet guy. Mixing business and presentation logic is exhilirating, kinda like running with scissors or jumping in the pool less than 30 minutes after a meal. -

Re: Taglibs Article

2001-05-25 Thread brian moseley
On Fri, 25 May 2001, Nick Bauman wrote: 8 #foreach( $event in $events ) $yapper = $meeting.getParticipation( ((MeetingEvent)$event).getFromId() ) #if( $repRole.equals($yapper.getRole() ) $repId = $yapper.getParticipantId() font color=$blackb$yapper.getName()/b/font

Re: Taglibs Article

2001-05-25 Thread Nick Bauman
Well, you're exposing an Event API for this application, for starters. And, ahem, getRole() smells like some serious business logic, eh? On Fri, 25 May 2001, Nick Bauman wrote: 8 #foreach( $event in $events ) $yapper = $meeting.getParticipation(

Re: Taglibs Article

2001-05-25 Thread Geir Magnusson Jr.
Nick Bauman wrote: As far as mixing presentation logic and business logic together, well, you can do that with Velocity, too. Although it makes you think longer and harder about it. Here's a recent template snippet I wrote. This is something you wouldn't necessarily be proud of doing with

jsp compacter to be released

2001-05-25 Thread Carlos Gaston Alvarez
Hi there, I have the jsp compacter running and now I am doing the documentation. It is a reader that compact the jsps. It can also compact html. It works by taking out the blank spaces of html and javascript. So a jsp like this html body !-- comment -- script

Issues with Tomcat 3.2.1, JSPs and I18N ( Implicit character translation ??? )

2001-05-25 Thread Chris Halverson
Title: Issues with Tomcat 3.2.1, JSPs and I18N ( Implicit character translation ??? ) I'm running Tomcat 3.2.1 on a Solaris box JDK 1.3 and using ECS1.4.1 for generating HTML I can save CJKV characters to my back end Oracle db, retrieve them, and display them if I'm using a servlet. Doesn't