Question about JNDI resources

2005-01-14 Thread Alan Deikman
? Alan Deikman ZNYX Networks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Question about JNDI resources

2005-01-17 Thread Alan Deikman
question is do I need to look up two new Context objects and a new DataSource each time I get a connection? Or can I just store initContext, envContext, and ds in static variables and load them just once for all instances of the class? If that works, why don't the examples do it that way? Alan

[Fwd: Re: Test]

2005-01-18 Thread Alan Deikman
I wouldn't go that far. I posted a question twice since joining but haven't seen anything yet. Maybe the list server was eating stuff? Regards, Alan Deikman ZNYX Networks 20 hours and counting. This is spooky. No wait, I understand now, we the open source community have solve all the problems

Re: Trouble with XSL transforms with JSP

2005-01-30 Thread Alan Deikman
The error message you are getting I haven't seen before, but it seems that you have some text before the root element of your document. This would be outside of the ? .. ? elements. Personally, I wrote a java class to do my XSL transforms. My JSPs call them, so other than that there is

Re: Tomcat vs Apache

2005-05-18 Thread Alan Deikman
Chris wrote: Ah, okay. The only reason we were considering switching to Apache was to possibly improve the performance of our Java applet. The performance of the applet should have nothing to do with the server that delivers it, unless perhaps the server happens to be downloading slower than