[PATCH] SSI->CGI fix in Tomcat 4.1.12

2002-12-04 Thread Nick Bauman
ila, everything works now. Diffs attached. Nick Bauman Software Engineer Cortexity Development 3600 N. Dupont Minneapolis, MN 55412 M: 612-232-7120 diff -uNr jakarta-tomcat-4.1.12-orig/catalina/src/share/org/apache/catalina/Globals.java jakarta-tomcat-4.1.12-src/catalina/src/share/org/apache/catali

Repost: SSI invoking CGI fix PATCH

2002-12-04 Thread Nick Bauman
ervlet invoked the resource via said > attribute. If this is the case, he ignores the request.getPathInfo() > method in favor of an already-present attribute on the request which > already has the PATH_INFO environment value in it. > > Voila, everything works now. Diff attached. >

SSI invoking CGI fix PATCH

2002-12-03 Thread Nick Bauman
nt attribute on the request which already has the PATH_INFO environment value in it. Voila, everything works now. Diff attached. Nick Bauman Software Engineer Cortexity Development 3600 N. Dupont Minneapolis, MN 55412 M: 612-232-7120 diff -uNr jakarta-tomcat-4.1.12-orig/catalina/src/share/org/

Re: Illustration of Tomcat 4's configuration architecture -- woops

2002-04-07 Thread Nick Bauman
ether in a sanely-deployable way. I have been using > a commercial J2EE solution up until now and the only thing that it has > over its Open Source bretheren is documentation. > > - /\/ > > -- > Nick Bauman > Cortexity Development -- To unsubscribe, e-mail: <mailto:

Illustration of Tomcat 4's configuration architecture

2002-04-07 Thread Nick Bauman
t has over its Open Source bretheren is documentation. - /\/ -- Nick Bauman Cortexity Development -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Non-web .jsp templates ?

2001-07-29 Thread Nick Bauman
demand to > release it when it's late-beta? > The discussed approach was to include a jsp-template inside of a custom > tag redirecting it to a specified e-mail address/list on an itermediate > (process and forward type) jsp page. > > Greetings, deacon Marcus -- Nick Ba

Re: Taglibs Article

2001-05-26 Thread Nick Bauman
> 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 y

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

Re: Taglibs Article

2001-05-25 Thread Nick Bauman
getStoredData() #else if( $event.getClass().getName().equals($urlPushedEventType) ) ((com.webhelp.emeeting.events.URLPushedEvent)$event).getStoredData() #end #end 8< Although I think I can clean this up a lot using #macro, it shows how you can use the dark side of the for

Re: Jasper performance

2001-05-17 Thread Nick Bauman
em with the JVM, I will crash my "safe" substrate. I admire the quixotic crusader in you Jon, really I do: The world needs more grail seekers. But you can cease insisting on magic programming bullets for the time being. And I think most people on this list will tell you ASP stands for A S

Re: Jasper performance

2001-05-15 Thread Nick Bauman
gt; > When will Jasper be rewritten? >> > Are there any such projects underway now? >> > Have there been any discussions about this yet? >> > Am I the only one seeing this problem, or are more people concernced >> > about it? >> > >> > Thanks, >> > Rickard >> > >> > -- >> > Rickard Öberg >> > Software Development Specialist >> > xlurc - Xpedio Linköping Ubiquitous Research Center >> > Author of "Mastering RMI" >> > Email: [EMAIL PROTECTED] >> >> -- Nick Bauman Software Developer 3023 Lynn #22 Minneapolis, MN 55416 Mobile Phone: (612) 810-7406

RE: [PROPOSAL AJP14] AJP13 Evolution

2001-05-07 Thread Nick Bauman
d SSH tunneling. Heck, you could do it with STunnel if you want to use RSA/SSL instead of SSH also without modifications to ajp. -- Nick Bauman Software Developer 3023 Lynn #22 Minneapolis, MN 55416 Mobile Phone: (612) 810-7406

Re: Nagoya.apache.org

2001-05-03 Thread Nick Bauman
should > rely on a box as our primary issue tracking system if security is also > not going to be taken seriously. > > thanks, > > -jon -- Nick Bauman Software Developer 3023 Lynn #22 Minneapolis, MN 55416 Mobile Phone: (612) 810-7406

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

2001-04-12 Thread Nick Bauman
py to be enlightened; is anyone > actually doing this in practice? > > -tom > > -Original Message- > From: Nick Bauman [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 12, 2001 9:34 AM > To: [EMAIL PROTECTED] > Subject: RE: Tabs vs. spaces (was: cvs commit: blah

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 5

Re: cvs commit:

2001-04-10 Thread Nick Bauman
uot;jdbcRealm.close"), e); // Just log it >> here +} >> + >> +// Release resources associated with the closed connection + >> dbConnection = null; >> + preparedCredentials = null; >> +preparedRoles = null; >> + >&g

Re: 'Just say no to JSP' Re: [Fwd: Tomcat may reveal script source code by URL trickery]

2001-04-04 Thread Nick Bauman
| 83345 > | > | --- > | > |[EMAIL PROTECTED] > |-O--- > |/w-| > ..|=| > I| | > ~~~ -- Nick Bauman Software Developer 3023 Lynn #22 Minneapolis, MN 55416 Mobile Phone: (612) 810-7406

Re: FW: [advanced-servlets] Session Load Balancing (was: To avoid

2001-02-28 Thread Nick Bauman
probably never need that level of fault tolerance). Now you may have something: a seperate, parallel, session cluster. > -- > Jason Brittain -- Nick Bauman - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: FW: [advanced-servlets] Session Load Balancing (was: To avoid

2001-02-26 Thread Nick Bauman
Pier, >> If the next request from that client is routed to server Y, then >> server Y will get a request with that same composite ID of >> "serverX:sessionPPP". This tells server Y that the first thing it >> needs to do is get the canonical version of Session sessionPPP from >> server X. (The ex

Re: Some benchmarks

2001-02-23 Thread Nick Bauman
rformance for ajp13 in few days, I > expect it to be due to GC and the changes are easy to do ( I already > done them in the Http10 side ). > > I guess I need few vacation days :-) > > Costin -- Nick Bauman - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

BugRat temporarily going down

2001-02-03 Thread Nick Bauman
: I'm converting the IDE drives to SCSI and adding 128 MB of ram. -- Nick Bauman Software Developer 3023 Lynn #22 Minneapolis, MN 55416 Mobile Phone: (612) 810-7406 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

BugRat outage (fwd)

2001-01-30 Thread Nick Bauman
Sorry that BugRat was out from 3 AM CDT to 4 PM CDT -- Nicolaus Bauman -- Forwarded message -- Date: Tue, 30 Jan 2001 18:00:27 -0600 (CST) From: Mark Wilkie <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: outage As you all probably have surmized, we had an extended network

Re: cvs commit: jakarta-tomcat-4.1/catalina/src/share/org/apache/catalina/coreStandardContext.java StandardHost.java

2001-01-20 Thread Nick Bauman
On 20 Jan 2001 [EMAIL PROTECTED] wrote: > - Add a new "unpackWARs" flag in the StandardHost : if true, the host will > deploy WARs as before. If false, the WARs found in the host path won't > be unpacked and the WARDirContext will be used. Very very cool.

Re: Catalina + Apache

2001-01-19 Thread Nick Bauman
.j framework to test today, so I'm temporarily falling back to 3.2. I'm really happy that this approach is being followed as it's much more (ultimately) intuitive than the way it's done in 3.2 because it's simpler. Thanks again, -Nick On Fri, 19 Jan 2001, Craig R. McClanaha

Re: BugRat Report #804 has been filed.

2001-01-19 Thread Nick Bauman
Hans, can you stick this tip in BugRat as a comment and close the bug out? On Fri, 19 Jan 2001, Hans Bergsten wrote: > Note that you can use single quotes around the attribute value so you > don't have to escape double quotes in the value. > > Hans > -- Nicolaus Bauman Software Engineer Simp

Re: Catalina + Apache

2001-01-19 Thread Nick Bauman
On Fri, 19 Jan 2001, Craig R. McClanahan wrote: > Nick Bauman wrote: > > > Uhhh, I just realized something > > > > With TC 3x, you could map an extension from Apache to the servlet engine > > with an AddHandler directive. I see nothing like this for TC4

Re: Catalina + Apache

2001-01-18 Thread Nick Bauman
Uhhh, I just realized something With TC 3x, you could map an extension from Apache to the servlet engine with an AddHandler directive. I see nothing like this for TC4. Can someone enlighten me? On Thu, 18 Jan 2001, Nick Bauman wrote: > Hello Jakarta Tribe, > > We are targeting Tomca

Catalina + Apache

2001-01-18 Thread Nick Bauman
he "Tomcat-Apache" all we need (and we should define the ROOT context int there) Thanks, -Nick Bauman (The guy running BugRat for Jakarta) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

TC4 WebAppMount for ROOT context question

2001-01-18 Thread Nick Bauman
Just a quickie: THe mailing lists didn't have anything for TC4 on this, but isn't the WebAppMount to use if my Apache document root is the same as my TC4 docbase is like so? WebAppMount ROOT warpConnection / Correct? -- Nicolaus Bauman Software Engineer Simplexity Systems -

Re: Urgent issue!

2001-01-18 Thread Nick Bauman
I think the problem is from some bugs in IE's HTTP/1.1 impl, which Apache out-of-box downgrades to a 1.0 conversation. Are you seeing this with TC standalone or with Apache in front of it? But the CPU util is definitely a bug. On Thu, 18 Jan 2001, Graham Wright wrote: > The problem does seem to

So? Is it ready yet?

2001-01-14 Thread Nick Bauman
Have you gotten the new Bugzilla system ready? Please let me know when / if I should close down the report page for bugrat. Thanks -Nick (The guy running bugrat for Jakarta) - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

RE: BugRat Report #758 was closed (apparently by: Ignacio Ortega)

2001-01-12 Thread Nick Bauman
758 has been reopened. On Sat, 13 Jan 2001, Ignacio J. Ortega wrote: > Upsss, this was closed by mistake, sorry > > Nick can you reopen it, please ??? > > TIA > > Saludos , > Ignacio J. Ortega > > > > -Mensaje original- > > De: BugRat Mail System [mailto:[EMAIL PROTECTED]] > > Envia

RE: An alternative to JSP

2001-01-12 Thread Nick Bauman
Somewhat unrelated, I hear a lot of people going gaga over XSLT for web development. I understand the desire: a single document represents the data of the page, while other documents are used to convert that data for different clients / views with an emphasis on content seperation from presentatio

Re: Tomcat can be shutdown by ANYONE.

2001-01-05 Thread Nick Bauman
On Fri, 5 Jan 2001, Jon Stevens wrote: > on 1/5/2001 7:00 PM, "Nick Bauman" <[EMAIL PROTECTED]> wrote: > > > Permissions 500 and ownership as nobody on the shutdown script should do > > it. In an rc script you can change ownshership before booting the serve

Re: Tomcat can be shutdown by ANYONE.

2001-01-05 Thread Nick Bauman
Permissions 500 and ownership as nobody on the shutdown script should do it. In an rc script you can change ownshership before booting the server like so: echo "/usr/local/jakarta-tomcat-3.2/bin/startup.sh &" | su nobody Works dandy over here. On Fri, 5 Jan 2001 [EMAIL PROTECTED] wrote: > I ha

Re: Session Serialize code

2000-12-29 Thread Nick Bauman
Matt, since they are considering a threadpooler, too, you might also want to share your Object and Thread pooling techniques you've done in the past. The design alone is worth considering it over other techniques. (Matthew has a pooling demo using Object.clone(), which is also very fast and simpl

Re: Feature Request

2000-12-29 Thread Nick Bauman
On Thu, 28 Dec 2000, Jon Stevens wrote: > What would be "nice to have" is a feature where the Tomcat HTTPd had the > mod_rewrite module implemented within Java. The issue being that on a live > site, I use mod_rewrite to make the URL's pretty or different (or both) and > I would want to have the

Re: TC 4.0 vs. TC 3.x and division of labor

2000-12-27 Thread Nick Bauman
Jon, I defend your right to an opinion. Now will you please voluntarily quit this? I'm asking you, amigo, please don't put out fire with gasoline. It's not condusive to anything. Have some fraternity, brutha! \n On Wed, 27 Dec 2000, Jon Stevens wrote: > on 12/27/2000 12:59 PM, "[EMAIL PROTECTE

Re: BugRat access

2000-12-27 Thread Nick Bauman
I give people who are accepted committers to Jakarta admin access to BugRat. On Wed, 27 Dec 2000, Marc Saegesser wrote: > I need to mark a couple BugRat items as fixed but I don't have a login for > the BugRat system. Who do I need to contact to get an account created? > Thanks. > -- Nicolau

[BUG TRACKING] -- Bogus reports: let's get 'em closed before 2001

2000-12-23 Thread Nick Bauman
Hello Jakarta Horde, There are A LOT of bug reports in the Jakarta Bug Tracking system, many of them are not bugs, but in fact user and programmer errors cleverly disguised as bugs. (This is similar to the way I am not an actual programmer, but instead a strategically shaved chimpanzee! No, reall

Re: SimpleMapper1 ???

2000-12-20 Thread Nick Bauman
Okay, thanks for the clarification. Not sure I understand why it wasn't just merged into SimpleMapper, but maybe in the rush to release things get dog-eared sometimes. On Wed, 20 Dec 2000, craig mcclanahan wrote: > Nick Bauman wrote: > > > > In TC 3.2 there is, in the d

SimpleMapper1 ???

2000-12-20 Thread Nick Bauman
In TC 3.2 there is, in the default server.xml, a RequestInterceptor called SimpleMapper1. In TC 3.1, it was called ISmpleMapper. Why is this? Is this an interim thing? It's not that big of a deal, it just seems kinda dog-eared, that's all. Thanks, Nick

RE: [MY_OPINION] Tomcat 3.x

2000-12-19 Thread Nick Bauman
On Tue, 19 Dec 2000, GOMEZ Henri wrote: > >Look at the bugs in BugRat. The ones coming in for 4.0 are getting > >linked, documented and closed faster than the ones coming in > >for 3.x. The > >bugs for 4.0 are fewer than the ones coming in for 3.x. Shit, I think > >we've even got some 3.0's in

Re: [MY_OPINION] Tomcat 3.x

2000-12-18 Thread Nick Bauman
On Mon, 18 Dec 2000, Jon Stevens wrote: > p.s. One thing that you are all not remembering or even realize is that > Catalina was originally going to be JServ 2.0. If Sun had never given us the > source code to Tomcat, then you would have been using Catalina anyway. I hope EVERYONE takes what Jon

Re: [SECURITY] Security Vulnerabilities in Tomcat 3.1 and 3.2

2000-12-11 Thread Nick Bauman
On Mon, 11 Dec 2000, Craig R. McClanahan wrote: > > Tomcat 3.2 final has the following security vulnerabilities that have > subsequently been fixed in the CVS repository: > * A URL like "http://localhost:8080/examples//WEB-INF/web.xml" can > expose sensitive information (note the double slash

Re: BugRat Report #556 has been filed.

2000-12-08 Thread Nick Bauman
Can you give us more information? Do you see the JVM growing and no GC happening? Did you see this behavior with earlier versions of tomcat? Other servlet container implementations? On Fri, 8 Dec 2000, BugRat Mail System wrote: > Bug report #556 has just been filed. > > You can view the report

[BUG TRACKING] New BugRat administrators?

2000-12-07 Thread Nick Bauman
Any new committers who need access to close a bug please let me know. I will add you to the list of administrators and allow you to edit your credentials. On Thu, 7 Dec 2000, Arieh Markel wrote: > I want to close this (543) bug. > > I believe that this is not a bug (as I explained in the attac

Re: Improvement to Bugrat ?

2000-12-07 Thread Nick Bauman
When? When someone edits a bug? When someone closes a bug? When someone links a report? When someone adds a comment? Also, the subject lines are already pretty long right now. Adding more will start to compound the problem you are trying to solve, IMO. If you'd like to change bugrat yourself,

a little WebDAV with JSP HOWTO

2000-12-06 Thread Nick Bauman
Hello Jakarta Horde, A little HOWTO for Apache webDAV users with Tomcat. I found that I was unable to edit JSP files over webdav until I factored the DAV functionailty into a directive. The problem lies in the fact that in your Apache config has a mapping of ".jsp" to go to Tomcat, like so: Ad

Re: [BUG TRACKING] change to jakarta.apache.org

2000-12-02 Thread Nick Bauman
On Sat, 2 Dec 2000, Craig R. McClanahan wrote: > Fixed. I added the slash on the link for the viewer as well, and it seems to > work OK. Cool > Craig > > PS: You might want to upgrade Tomcat to at least 3.2 :-) That's what I did: that's what got the whole mess started! BugRat is running wi

Re: [BUG TRACKING] change to jakarta.apache.org

2000-12-02 Thread Nick Bauman
On Fri, 1 Dec 2000, Jon Stevens wrote: > > http://znutar.cortexity.com/BugRatReport > > > > s/b > > > > http://znutar.cortexity.com/BugRatReport/ > > > > As I was unable to correct the mappings from apache into tomcat. For some > > reason no matter what I do, tomcat loses track of the request

[BUG TRACKING] change to jakarta.apache.org

2000-12-01 Thread Nick Bauman
Sorry, I just noticed this. The link to BugRat in Jakarta needs a trailing slash. ie: http://znutar.cortexity.com/BugRatReport s/b http://znutar.cortexity.com/BugRatReport/ As I was unable to correct the mappings from apache into tomcat. For some reason no matter what I do, tomcat loses tra

[BUG TRACKING] Scarab schema and status etc.

2000-12-01 Thread Nick Bauman
Could someone with edit rights on Jakarta change the link to me as the Keeper of the Bugs from my yahoo email to this one? I'm talking about the link on: http://jakarta.apache.org/site/bugs.html Also, what's up with the Scarab schema: it's gone (the link is broken). Jon Stevens wants to be able

Re: Bugrat down/broken?

2000-12-01 Thread Nick Bauman
OOoops. Sorry. It's fixed now. (forgot to put activation in the TC classpath) On Tue, 28 Nov 2000, Brian Vetter wrote: > I tried submitting a new bug to Bugrat this afternoon. I get the following error: > > Error: 500 > > Location: /BugRatReport/PostReport > > Internal Servlet Error: > java.

[BUG TRACKING] BugRat core

2000-11-22 Thread Nick Bauman
BugRat blew chunks last night. I had a core dump and a down znutar this morning with 32b7. This has never happened before.

Re: Bypassing IIS security

2000-11-19 Thread Nick Bauman
I remember when I worked for Imation we had that problem with IIS3-4 (you can't add web users without adding them to the system, ie 1 user to IIS is 1 user to that whole machine!) Anything to prevent this requirement would be greatly appreciated if I rewind my experience a couple years. On Sun,

Re: BugRat Bug Report #373

2000-11-17 Thread Nick Bauman
But it works with Mod_jserv + AJP13 + TC 3.2, right? Works for BugRat, which fits that config. On Thu, 16 Nov 2000, Craig R. McClanahan wrote: > This bug report describes a scenario where "Apache, Mod_jk + AJP13 has > problems with RequestDispatcher.forward()", and returns inconsistent > results

Re: A question regarding source release.

2000-11-15 Thread Nick Bauman
Now is that Open Cloud or Closed Cloud? Seriously, I'd love to see the patches. (especailly if they are literally "patch" file(s)) Thanks, -Nick On Wed, 15 Nov 2000, David Ferry wrote: > Hello, > > I work for a company called Open Cloud. > We have implemented a set of patches against tomcat 3

Re: 3.2 status -- no taglibs in jars

2000-11-15 Thread Nick Bauman
On Wed, 15 Nov 2000, Brian Bucknam wrote: > On a separate topic, we're having some classloader problems > where classes supposedly available in .jars in WEB-INF/lib come > up as "NoClassDefFound" as supporting classes for some servlets > and JSP pages. Moving these jars to jakarta-tomcat/lib so

[BUG REPORTING] Jakarta BugRat has been upgraded

2000-11-15 Thread Nick Bauman
Hello Jakarta Horde, BugRat has been upgraded to use Tomcat 3.2b7 + Apache 1.3.14 + mod_jserv. I will be adding cvsweb.cgi and anon cvs for the bugrat sources as I have been "patching" (or rather just hacking the hell out of) BugRat to whip it into shape. These are the things I've added that yo

Re: Closing Bug Reports?

2000-11-15 Thread Nick Bauman
Hans, I closed it for you. What the heck, what is BugRat doing now? It's been much better since Nacho and I fixed it (ie, hasn't been wedging mysql and sending my system spinning with a load average of, 80.69!) Now mind you, I've submitted out SQL fixes to BugRat back to Tim Endres and he doesn'

Re: Thanks for the make links and a rant

2000-11-13 Thread Nick Bauman
w never made it to the list: MATTHEW Hi Roy! > > If someone can provide a link to something like "Make for Dummies" I'd > appreciate it. > You betcha, and fyi-- this format is VERY similar to the make file Nick Bauman, myself and others use at

Re: Thanks for the make links and a rant

2000-11-13 Thread Nick Bauman
Roy, Having just read a biography of John Forbes Nash, I have but a wisp of understanding of what a Banach space is. However, you echo what I already said. Make is unlike any other tool in the unix world. I think you could write a white paper on this, seriously; like, entitled "where the hell di

Re: Ant rant

2000-11-13 Thread Nick Bauman
On Mon, 13 Nov 2000 [EMAIL PROTECTED] wrote: > > If it works out-of-box with jikes 1.12, then awesome! (I've had problems > > with 1.12 because of the multibyte encoding changes between 1.11 and 1.12) > > I use it with jikes most of the time. If you are on unix, you can > use an .antrc and >

Re: Make rant

2000-11-13 Thread Nick Bauman
On Mon, 13 Nov 2000, Roy Wilson wrote: > I've struggled to find what was for me a useable tutorial on make, but > did not succeed. Most seem to have been written by experts too close to > their subject. If someone can provide a link to something like "Make for > Dummies" I'd appreciate it. Hav

Re: Ant rant

2000-11-12 Thread Nick Bauman
If it works out-of-box with jikes 1.12, then awesome! (I've had problems with 1.12 because of the multibyte encoding changes between 1.11 and 1.12) On Mon, 13 Nov 2000, Sam Ruby/Raleigh/IBM wrote: > Nick Bauman wrote: > > > > Has anyone gotten Jikes to work with ant? >

Re: Ant rant

2000-11-12 Thread Nick Bauman
On Sun, 12 Nov 2000, Craig R. McClanahan wrote: > One interesting note about your rant is that the only people who care > about Ant in the first place are those trying to build Tomcat from > source > (or want to use it for their own development). If you just need a > binary build of Tomcat (whic

Re: 3.2b7 can't build -- fixed

2000-11-12 Thread Nick Bauman
I found what I was missing. It was a jar in my classpath.A On Sun, 12 Nov 2000, Nick Bauman wrote: > What am I missing? I'm trying to build 3.2b7. > > [root@fatman jakarta-tomcat-3.2-b7-src]# ant > Searching for build.xml ... > Buildfile: /home/nick/build-web/jakar

RE: Ant rant

2000-11-12 Thread Nick Bauman
lines of XML. > > > > I've always considered it peripheral to getting "real work" done, so I don't > > wish to devote much brain power to it. Call me lazy, but that's just the > > way I am ;) I actually have dreaded having to learn the Makefile for

3.2b7 can't build

2000-11-12 Thread Nick Bauman
What am I missing? I'm trying to build 3.2b7. [root@fatman jakarta-tomcat-3.2-b7-src]# ant Searching for build.xml ... Buildfile: /home/nick/build-web/jakarta-tomcat-3.2-b7-src/build.xml prepare: [chmod] /bin/chmod: too few arguments [chmod] Try `/bin/chmod --help' for more information.

Re: Ant rant

2000-11-12 Thread Nick Bauman
On Sun, 12 Nov 2000, Michael Stanley wrote: > > And don't say "ant is cross platform, make is not" because that just isn't > > true. Was someone just bored with the wheel and wanted to reinvent it? > > Ant is more than a cross platform make utility. Ant is platform independent, > which means a

RE: Ant rant

2000-11-12 Thread Nick Bauman
make did you use (nmake, gmake, ...)? > > Conor > > > -Original Message- > > From: Nick Bauman [mailto:[EMAIL PROTECTED]] > > Sent: Monday, 13 November 2000 8:05 > > To: [EMAIL PROTECTED] > > Subject: Ant rant > > > > > > Question: WH

Ant rant

2000-11-12 Thread Nick Bauman
Question: WHAT THE HECK IS ANT? Now I know what ant is, I'm just hyperbolizing. But... It's just that I got the entire Tomcat 3.1 tree to compile with a single Makefile in around 10 minutes. I can't figure out what Ant is helping this project with. Maybe I'm just stupid or something but this Ant

RE: [OPINION] - New Jakarta Website

2000-11-11 Thread Nick Bauman
got permission to use one of > them for a personal home page ;) > > Thanks again and take care, > > - rob > > > -Original Message- > > From: Jon Stevens [mailto:[EMAIL PROTECTED]] > > Sent: November 11, 2000 12:07 PM > > To: [EMAIL PROTECTED] >

Re: [OPINION] - New Jakarta Website

2000-11-11 Thread Nick Bauman
On Fri, 10 Nov 2000, Jon Stevens wrote: > Also, you need to realize that *.apache.org gets somewhere around 2 million > hits/day. Adding a lot of images (even small ones) to the website is a > _really_ bad idea. The more you can do with just nice text layout, the > better. For software developer

Re: No revolution today

2000-11-09 Thread Nick Bauman
How? As far as I can tell it's broken in TC 3.1 / mod_jserv. Can you describe your configuration? On Thu, 9 Nov 2000, [EMAIL PROTECTED] wrote: > > > On Wed, 8 Nov 2000, Nick Bauman wrote: > > > On Thu, 9 Nov 2000, Henri Gomez wrote: > > > > > >

Re: No revolution today

2000-11-08 Thread Nick Bauman
On Thu, 9 Nov 2000, Henri Gomez wrote: > > It is important that tomcat3 has a design that allows support for > > future > > versions of the servlet API, but if tomcat developers don't want to see > > it > > happen - so be it. When Servlet2.3 will be final and in wide use, there > > is > > nothing

Re: TC4-m4 startup

2000-11-07 Thread Nick Bauman
I think what you say you want to do is going to violate the spec for what a WAR file is supposed to be for. Your web.xml is supposed to be packaged with your WAR ("*.war") file: your WAR file is supposed to contain not only your app, but also the content and resources your app needs, this includes

Re: TC4-m4 CPU per request increase and thread queue locking?

2000-11-06 Thread Nick Bauman
On Sun, 5 Nov 2000, Craig R. McClanahan wrote: > > Remy, > > > > Where is the source, it's not in the M4 sources, I just looked. Is it only > > in CVS? > > > > I just double checked, and the relevant files are indeed in the m4 source > bundle. Look in directory > "catalina/src/share/org/apache/

Re: TC4-m4 CPU per request increase and thread queue locking?

2000-11-05 Thread Nick Bauman
Excuse me for being dense, what is crimson.jar for in M4? On Sun, 5 Nov 2000, Craig R. McClanahan wrote: > Nick Bauman wrote: > > > On Sun, 5 Nov 2000, Craig R. McClanahan wrote: > > > > > A very large chunk of Catalina's processing time is consumed by parsin

Re: TC4-m4 CPU per request increase and thread queue locking?

2000-11-05 Thread Nick Bauman
Remy, Where is the source, it's not in the M4 sources, I just looked. Is it only in CVS? On Sun, 5 Nov 2000, Remy Maucherat wrote: > - Original Message - > From: "Nick Bauman" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, November

Re: TC4-m4 CPU per request increase and thread queue locking?

2000-11-05 Thread Nick Bauman
On Sun, 5 Nov 2000, Craig R. McClanahan wrote: > A very large chunk of Catalina's processing time is consumed by parsing the > request headers, and converting them into a Request object that is passed on for > processing. Volunteers who want one convenient place to start suggesting > improvement

RE: Bugrat 330

2000-11-05 Thread Nick Bauman
It's been linked to a bug. I do not know how much attention this is being given right now, however. On Sun, 5 Nov 2000, Matthew A. Overlund wrote: > Just wondering if anyone has any as yet unposted solutions/suggestions > to this bug report. It is in regard to long .class/.java file names > on

Re: Tomcat 3.3 / 4.0 confusion, rant and plan...

2000-11-04 Thread Nick Bauman
The problem of the division of finite resources remains. Costin, would you consider bringing your brains into the 4.0 tree? Is 3.3 that good that it should weigh in _against_ (as a competeing implementation) 4.0? Pier, Craig, have you done all you can to get Costin "on-board" with 4.0? I just f

Re: Tomcat 3.3 / 4.0 confusion, rant and plan...

2000-11-04 Thread Nick Bauman
On Fri, 3 Nov 2000, Pier P. Fumagalli wrote: > Sorry for starting what it might end up as a long flamewar, but reading > almost 500 emails on the list I ended up a little confused... Also, in a > bunch of side discussions, but related always to the same topic, I feel > there's something wrong go

[BUG TRACKING] searches re-enabled

2000-11-03 Thread Nick Bauman
Hello Jakarta-ers Thanks to some sharp thinking by Ignacio Ortega, I have converted the horrible sql BugRat originally used for searching with some better code. Suffice it to say, the original query would return in about 25 minutes. Ortega's code with the same data would returns in about 10 seco

Re: Arabic Encoding problem with tomcat!

2000-11-03 Thread Nick Bauman
I think this is a known bug. http://znutar.cortexity.com/BugRatViewer/ShowBug/48 I think if you report this, it will get linked to the same bug (#48). I do not know the status of this kind of behavior in TC 4.0. On Thu, 2 Nov 2000, Falcon cheetah wrote: > I am using Tomcat 3.2.6 with Apache 1

Character encoding problems [was BugRat Report #323 has been filed.]

2000-10-31 Thread Nick Bauman
3.2 and 3.3 devs: Why havn't Pilho's patches been incorporated into the main tree? -Nick On Wed, 1 Nov 2000, Pilho Kim wrote: > Please check > > http://www.javaclue.org/tomcat/ > > Kim > > > On Tue, 31 Oct 2000, BugRat Mail System wrote: > > > Bug report #323 has just been filed. > >

[BUG TRACKING] Searches disabled

2000-10-30 Thread Nick Bauman
I've disabled searches on Jakarta BugRat. You will just have to browse the bugs until I untangle to code that does the searches. Suffice it to say I can't imagine a more resource-intensive series of queries than the ones that are used for bug and report searching in BugRat. Volunteers to help? -N

Re: jboss on tomcat update

2000-10-30 Thread Nick Bauman
On Mon, 30 Oct 2000, Aaron Mulder wrote: > > 2b) If there is a problem with this, is there any way to configure and > > start the two products in the same VM? > > Not if they make calls to each other. You'll need to get the license of one > or the other changed to a dual license---the disjunct

RE: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/threads Reaper.java

2000-10-30 Thread Nick Bauman
Larry, What bug or bug report is associated with this? Can you give me some clues if you don't know? On Mon, 30 Oct 2000, Larry Isaacs wrote: > Arion Yu should get credit for finding this first. > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursda

Re: [NOISE] [jBoss-Dev] Re: jboss on tomcat update

2000-10-29 Thread Nick Bauman
An aside, There is, AFAIK, one good reason to use GPL over any other Open Source or Free Software license, and it's a very very good reason: To maximize the spread of the GPL. IOW, it's to forward the tenets of freedom in software development and to more or less declare that other software is o

Re: [jBoss-Dev] Re: jboss on tomcat update

2000-10-29 Thread Nick Bauman
On Sun, 29 Oct 2000, Jon Stevens wrote: > on 10/29/2000 6:08 PM, "Nick Bauman" <[EMAIL PROTECTED]> wrote: > > > Which to me means that the closest together the two can ever be is if > > Tomcat talks to JBoss and vice versa via a network socket. Then the two &

RE: [jBoss-Dev] Re: jboss on tomcat update

2000-10-29 Thread Nick Bauman
On Sun, 29 Oct 2000, marc fleury wrote: > > THIS IS WHERE THE GPL DRAWS THE LINE FOR VIRALITY > > 4 Aggregation is the weakest, it just means bundling of work. GPL doesn't > apply. > Which to me means that the closest together the two can ever be is if Tomcat talks to JBoss and vice versa vi

RE: [jBoss-Dev] Re: jboss on tomcat update

2000-10-29 Thread Nick Bauman
On Sat, 28 Oct 2000, marc fleury wrote: > | What can I say? I agree that this is a reasonable interpretation. > |But I don't think it's the only interpretation, and I'm not sure it's even > |the interpretation intended by the authors. There's another section that > |specifically allows dis

Re: EmbedTomcat.java question (3.2b6) -- Must use Java 2

2000-10-27 Thread Nick Bauman
egration, it may be possible to make it 1.1 > compatible but it's not part of the "core" > functionality. > > We never claimed we'll support all the features on > 1.1, only that you'll have a working container. > > > > Costin > > >

Re: EmbedTomcat.java question (3.2b6) -- Must use Java 2

2000-10-26 Thread Nick Bauman
Okay, this will NOT work with JDK 1.1. Deceptively, it will build with 1.1, but it just traipses around Java files that have Java2 specific calls. H. So I get a Tomcat 3.2b6 that might run, but won't embed. (FI, the EmbedTomcat.java doesn't get built) -Nick On Thu, 26 Oct

Re: EmbedTomcat.java question (3.2b6)

2000-10-26 Thread Nick Bauman
On Thu, 26 Oct 2000, Nick Bauman wrote: > > What is the contextPath String mean? > > Thanks The answer is the URL fragment the context is mapped to, for the ROOT context, the fragment is "/". Still not sure about the first one, but I'm going to go

EmbedTomcat.java question (3.2b6)

2000-10-26 Thread Nick Bauman
Hi everyone, Costin, First: In the javadoc for the EmbedTomcat class, it says you need to set up the RequestInterceptors you want before firing up Tomcat. Well, if you read the code a little closer, it looks like a call to addContext(String contextPath, URL docroot) will automatically initialize

Re: BugRat Bug #42 was assigned to Costin Manolache

2000-10-26 Thread Nick Bauman
Costin, I believe this was fixed, but I don't want to assume. Can you close this when you get a chance? Thanks -Nick On Thu, 26 Oct 2000, BugRat Mail System wrote: > Bug #42 was assigned to Person #2 > >Name: Costin Manolache >Email:[EMAIL PROTECTED] >HomePage: http://cost

  1   2   >