about Jakarta Slide commercial use

2005-04-10 Thread Yu Jie
Dear, Our organization is planning a big project which is a Linux-Embedded system and will be sold as products in the market. It is necessary for us to choose a WebDAV product. >From internet, we found your WebDAV product -- Jakarta Slide. As we now basicly have decided to choose Jakar

Re: Application Data sharing -- store large object?

2005-04-10 Thread Jerome Jar
Cofused about your question. A Singleton object??? On Apr 11, 2005 1:22 AM, Daxin Zuo <[EMAIL PROTECTED]> wrote: > In my program, an object that contains a large amount of data (complicated > data strustures) is used in many pages. When I start doing it, I heard that > it is better to not store la

Re: images/static content in jar

2005-04-10 Thread Don Hill
Nikola Milutinovic wrote: Don Hill wrote: I have a war that has folder like /images and /content, is there a way to config tomcat so that I can package these in jar, I know I can write a custom servlet todo this but I would like this to be handled by the servers servlet container. The reason th

Application Data sharing -- store large object?

2005-04-10 Thread Daxin Zuo
In my program, an object that contains a large amount of data (complicated data strustures) is used in many pages. When I start doing it, I heard that it is better to not store large object in Application. So I let the program create a new one when ever this object is needed. Now I like to question

pregenerating dynamic pages -> Re: Application-level control of web-resources

2005-04-10 Thread Robert Koberg
Here is an example of a poll. Given a poll content piece like: [ Question 1 ] Agree Disagree This is used to populate the Poll feature/data in Jive Forums webapp. The authorized author does not use the Jive admin interface, rather, they stay in the CMS to create t

Re: Application-level control of web-resources

2005-04-10 Thread Robert Koberg
QM wrote: (snip :) : to know your thoughts regarding pregenerating JSP or velocity templates : such that the decoration (and content inclusion) happens prior to runtime. I don't think I understand what you're after here, but it's a little early in the morning for me =) Please, explain again. :

Re: Application-level control of web-resources

2005-04-10 Thread QM
On Sun, Apr 10, 2005 at 12:28:26AM +0200, Morten Sabroe Mortensen wrote: : -Because real pages has more "power" over them than, say, a more simple : wiki-page parsed to an XML-format and XSLT'et to HTML/XHTML/WML/XHTML-MP : -whatever. Depends on your perspective. Some people would say, they don't

Re: Application-level control of web-resources

2005-04-10 Thread QM
On Sat, Apr 09, 2005 at 02:45:46PM -0700, Robert Koberg wrote: : I know what you say is the prevailing wisdom. Prevailing wisdom, bah! =) It's just "what's common at the moment." When a person strays from that norm, they either end up in a world of hurt or they create something that revolutionizes

Re: Help:java.lang.ClassFormatError: Invalid method attribute name index 10 in class file

2005-04-10 Thread Liu Honghai
Hi Doug, Thanks a lot, finally I got through this problem. :). Regards, Honghai On Apr 8, 2005 3:50 PM, Parsons Technical Services <[EMAIL PROTECTED]> wrote: > Try changing the order of your elements. Put the servlet elements at > together and then below that put your servlet-mappings together

Re: JVM's perm size always increase after hot deploy to tomcat 5.0.28

2005-04-10 Thread Mieke Banderas
[EMAIL PROTECTED] said: >I'm afraid the subject of this post caused it to go to my spam box, :-> Was that before or after you moved that "s"? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

Increasing number of threads with TC-5.0.27 on redhat EP-3

2005-04-10 Thread Zsolt Koppany
Hi, Without heavy load the number of threads increases permanently with TC-5.0.27 and JDK-1.4.2-06 on RedHat EP3 (kernel 2.4.21-4.ELsmp). Until now we used "export LD_ASSUME_KERNEL=2.2.5" before starting TC, right now we use "export LD_ASSUME_KERNEL=2.4.19" but that doesn't seem to help either.