RE: Why do I receive CVS-commit stuff?

2002-01-03 Thread Morrison, John
If you are subscribed to a -dev list it is expected that you are a developer and are therefore interested in changes to the code. It cannot be turned off. If you don't want to recieve them, subscribe to -user instead :) J > -Original Message- > From: Roland [mailto:[EMAIL PROTECTED]] >

RE: CVS question: Almost off topic

2001-09-25 Thread Morrison, John
The cvs list is moderated. It takes a little time the first time ;) Don't worry, it'll get there. > -Original Message- > From: Bojan Smojver [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 25 September 2001 10:33 am > To: Tomcat Dev List > Subject: CVS question: Almost off topic > > > I'v

RE: cvs commit: jakarta-tomcat-4.0 RELEASE-PLAN-4.0.txt

2001-09-13 Thread Morrison, John
> -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > > On Wed, 12 Sep 2001, jean-frederic clere wrote: > > > > Hi, > > > > How was the issue with sun.tools.javac.Main solved? > > > > It is going to be deferred to a future release. Here's the reasoning: > > * Th

RE: [anoncvs@jakarta.apache.org-error]Connection refused

2001-07-16 Thread Morrison, John
Try   cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login   J. -Original Message-From: Dongsheng, Song [mailto:[EMAIL PROTECTED]]Sent: Monday, 16 July 2001 12:44 pmTo: [EMAIL PROTECTED]Cc: [EMAIL PROTECTED]Subject: [[EMAIL PROTECTED]]Connection refused Hi,   Wh

RE: Tomcat Admin Web Interface

2001-06-15 Thread Morrison, John
Would/could this be implemented as a web context with (possibly) some 'administration' flag set in it's context that way, if you didn't want to have a GUI (security?) you could just remove the context? Just my 2p worth ;) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTE

TC4.0 Debug

2001-05-31 Thread Morrison, John
I was wondering whether anybody who's got tomcat to start up on a debug JVM would be kind enough to add another option to catalina.[bat|sh] and possibly a debugstartup.[bat|sh]? Failing that, if somebody would tell me how, I'd be willing to do so. Thanks, John. PS, I'm looking to use Netbeans

RE: [PROPOSAL] Revised Tomcat 4.0-beta-2 Release Plan

2001-01-23 Thread Morrison, John
Rather than removing the TC4.1 cvs would it not be better to alias it back to the TC4.0 repository and not broadcast that it exists? This will keep those who checked out the source from having to move back to 4.0. Excellent project... J. ===

RE: [PROPOSAL] building is easy (was: Re: [tomcat-4.0] building i s hard)

2000-12-15 Thread Morrison, John
Yeh, I see your point. But CVS ignores any files it doesn't know about and it _is_ a common idiom amongst open source projects... If you don't like cluttering the CVS co (and you're using Linux), create a linked dir to build into. > -Original Message- > From: Sam Ruby [mailto:[EMAIL PRO

RE: [PROPOSAL] building is easy (was: Re: [tomcat-4.0] building is hard)

2000-12-15 Thread Morrison, John
While jakarta-servletapi-4.0 and TC4.0 builds are being re-developed, could we please *stop* them creating directories higher in the hierarchy than their own root? ie /jakarta-tomcat/ shouldn't then create ../build/ - it's not nice! Just my 2p worth ;-) > -Original Message- > From: Jon

[Tomcat 4] working directory

2000-11-23 Thread Morrison, John
Hi all, Is there somewhere in the configurations where I can set where I want the work directory? If there isn't if somebody would be kind enough to point me into the sources I'd be glad to add the functionality. John Morrison. =