building mod_jk

2001-04-12 Thread Jason Novotny
In using the jakarta-tomcat/src/native/mod_jk/apache1.3/build-unix.sh script to build mod_jk, I notice it works only on linux. It turns out that the version of find on Solaris doesn't have the -printf option. After some experimenting it looks like # use "find" to pick the right include dire

Re: JSP Compilation

2001-04-12 Thread Jon Stevens
on 4/12/01 1:25 PM, "Glenn Nielsen" <[EMAIL PROTECTED]> wrote: > Are you feeling ok jon? > Your resounding "YES!" above could be interpreted as support for JSP. ;-) Yea, I just feel bad for all the poor lusers out there that have to use JSP because Sun or someone else pushed it down their CTO's

Re: JSP Compilation

2001-04-12 Thread Glenn Nielsen
Jon Stevens wrote: > > on 4/12/01 12:01 PM, "Glenn Nielsen" <[EMAIL PROTECTED]> wrote: > > > Reloading is not an issue in the Tomcat 4 version of Jasper. It no longer > > uses the .java/.class versioning system because it uses a URLClassLoader for > > each JSP page compiled into a servlet. Tha

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/session PersistentManager.java

2001-04-12 Thread kief
kief01/04/12 13:24:38 Modified:catalina/src/share/org/apache/catalina/session PersistentManager.java Log: Fixed an error I made in applying Bip's patch which had neutered the backup() method. Revision ChangesPath 1.6 +12 -16 jakart

Re[2]: JSP Compilation

2001-04-12 Thread Gaziz Nugmanov
Hello Glenn, Do you know how do I unsubscribe from the list? Thursday, April 12, 2001, 3:01:58 PM, you wrote: GN> [EMAIL PROTECTED] wrote: >> >> On Thu, 12 Apr 2001, Luise Massimo wrote: >> >> > Hi all, >> > i have a simple question for which i haven't found an answare by myself: why >> > fo

Re[2]: JSP Compilation

2001-04-12 Thread Gaziz Nugmanov
Hello Jon, Do you know how do I unsubscribe from the list? Thursday, April 12, 2001, 3:11:04 PM, you wrote: JS> on 4/12/01 12:01 PM, "Glenn Nielsen" <[EMAIL PROTECTED]> wrote: >> Reloading is not an issue in the Tomcat 4 version of Jasper. It no longer >> uses the .java/.class versioning sys

Re: JSP Compilation

2001-04-12 Thread cmanolache
On Thu, 12 Apr 2001, Glenn Nielsen wrote: > Reloading is not an issue in the Tomcat 4 version of Jasper. It no longer > uses the .java/.class versioning system because it uses a URLClassLoader for > each JSP page compiled into a servlet. That way if the page is recompiled > the URLClassLoader f

Re: JSP Compilation

2001-04-12 Thread Jon Stevens
on 4/12/01 12:01 PM, "Glenn Nielsen" <[EMAIL PROTECTED]> wrote: > Reloading is not an issue in the Tomcat 4 version of Jasper. It no longer > uses the .java/.class versioning system because it uses a URLClassLoader for > each JSP page compiled into a servlet. That way if the page is recompiled

Re: JSP Compilation

2001-04-12 Thread Glenn Nielsen
[EMAIL PROTECTED] wrote: > > On Thu, 12 Apr 2001, Luise Massimo wrote: > > > Hi all, > > i have a simple question for which i haven't found an answare by myself: why > > for the same JSP page tomcat generate a new java/class file in work dir for > > every modification ? > > Reloading issues. >

Fwd: failure notice

2001-04-12 Thread Kief Morris
Since the commit message was too big for qmail, anyone interested can check it manually. >Delivered-To: [EMAIL PROTECTED] >Delivered-To: [EMAIL PROTECTED] >Delivered-To: [EMAIL PROTECTED] >Date: 12 Apr 2001 18:19:02 - >From: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: failure notice >

Re: Tabs vs. spaces (was: cvs commit: blah blah blah)

2001-04-12 Thread Kief Morris
[EMAIL PROTECTED] typed the following on 09:11 AM 4/12/2001 -0700 >Changing a file from 09 ( TAB ) to spaces ( or reverse ) is _bad_, it is >(IMHO) lack of respect for the people who wrote the original code. I take your point about respect for the people who wrote the original code, (and the o

RE: Tabs vs. spaces (was: cvs commit: blah blah blah)

2001-04-12 Thread T J Morgan
I believe this topic has been hashed out enough. Can we move on. Todd -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 12, 2001 12:11 PM To: [EMAIL PROTECTED] Subject: Re: Tabs vs. spaces (was: cvs commit: blah blah blah) Please, don't star

Re: Tabs vs. spaces (was: cvs commit: blah blah blah)

2001-04-12 Thread cmanolache
Please, don't start this ( again ). You can read the archives ( every six months some smart people ask this question ), or check other mailing lists for the same question. Use whatever other people are using in that project. In tomcat you'll notice the 4 space indentation, and 09 ( TAB ) is use

RE: Tabs vs. spaces (was: cvs commit: blah blah blah)

2001-04-12 Thread Nick Bauman
My company is, for a team of about 15+ people. We use JIndent on .java files. Works great. If it's doing damage, then it misconfigured. > True; not using a beautifier or CVS (now we're using > Perforce). I find that beautifiers do more damage > than good, but I'm happy to be enlightened; is anyo

Re: JSP Compilation

2001-04-12 Thread cmanolache
On Thu, 12 Apr 2001, Luise Massimo wrote: > Hi all, > i have a simple question for which i haven't found an answare by myself: why > for the same JSP page tomcat generate a new java/class file in work dir for > every modification ? Reloading issues. "Normal" reloading ( that is used for regula

RE: Tabs vs. spaces (was: cvs commit: blah blah blah)

2001-04-12 Thread Tomas Rokicki
True; not using a beautifier or CVS (now we're using Perforce). I find that beautifiers do more damage than good, but I'm happy to be enlightened; is anyone actually doing this in practice? -tom -Original Message- From: Nick Bauman [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 12, 20

Re: Tabs vs. spaces (was: cvs commit: blah blah blah)

2001-04-12 Thread Jon Stevens
on 4/12/01 8:43 AM, "Kief Morris" <[EMAIL PROTECTED]> wrote: > So, are spaces kosher? The Sun coding standards document (which is the > official Jakarta guideline?) says either is OK, but the mixed tabs and spaces > format I've found in the Catalina code I've mucked with is a PITA. Can I just > s

Re: JSP Compilation

2001-04-12 Thread Jon Stevens
on 4/12/01 3:46 AM, "Luise Massimo" wrote: > Hi all, > i have a simple question for which i haven't found an answare by myself: why > for the same JSP page tomcat generate a new java/class file in work dir for > every modification ?

RE: Tabs vs. spaces (was: cvs commit: blah blah blah)

2001-04-12 Thread Nick Bauman
This issue would be moot if you frontended your CVS checkins with a beautifier. > Here's an edited version of a comment on tabs and spaces I sent to our > development team that might be useful. > > ---cut--- -- Nick Bauman Software Developer 3023 Lynn #22 Minneapolis, MN 55416 Mobile Phone: (

Re: Tabs vs. spaces (was: cvs commit: blah blah blah)

2001-04-12 Thread Craig R. McClanahan
On Thu, 12 Apr 2001, Kief Morris wrote: > Jon Stevens typed the following on 06:50 PM 4/10/2001 -0700 > > > >Craig, does this mean you (finally) aren't using tabs anymore? :-) > > > > So, are spaces kosher? The Sun coding standards document (which is the > official Jakarta guideline?) says eit

Re: Tabs vs. spaces (was: cvs commit: blah blah blah)

2001-04-12 Thread Craig R. McClanahan
On Thu, 12 Apr 2001, Kief Morris wrote: > Jon Stevens typed the following on 06:50 PM 4/10/2001 -0700 > > > >Craig, does this mean you (finally) aren't using tabs anymore? :-) > > > > So, are spaces kosher? The Sun coding standards document (which is the > official Jakarta guideline?) says eit

RE: Tabs vs. spaces (was: cvs commit: blah blah blah)

2001-04-12 Thread Tomas Rokicki
Here's an edited version of a comment on tabs and spaces I sent to our development team that might be useful. ---cut--- Okay, we've had some discussions this morning, and we've got to deal with tabs and indentation better than we have been. Some files are simply unviewable right now in various

Sun Seeking Experts for New Java Certification!

2001-04-12 Thread Kaneda K
on the 28/03/2001 there was a mail titled : Sun Seeking Experts for New Java Certification! I could not find it back in the archived, could someone re - send it to me ? thanks ;)

Tabs vs. spaces (was: cvs commit: blah blah blah)

2001-04-12 Thread Kief Morris
Jon Stevens typed the following on 06:50 PM 4/10/2001 -0700 > >Craig, does this mean you (finally) aren't using tabs anymore? :-) > So, are spaces kosher? The Sun coding standards document (which is the official Jakarta guideline?) says either is OK, but the mixed tabs and spaces format I've foun

Encoding URL

2001-04-12 Thread Luise Massimo
Hi all. Can anyone explain me a thing about using RequestDispatcher ? If cookies are disable and i use encodeURL to be sure to include "jsessionid" into url, is it correct that using "RequestDispatcher.forward" the url is not changed, so it does not include jsessionid (this happen to me with t

JSP Compilation

2001-04-12 Thread Luise Massimo
Hi all, i have a simple question for which i haven't found an answare by myself: why for the same JSP page tomcat generate a new java/class file in work dir for every modification ?