Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 68099 invoked from network); 27 May 2007 21:10:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 May 2007 21:10:21 -0000 Received: (qmail 82838 invoked by uid 500); 27 May 2007 21:10:11 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 82820 invoked by uid 500); 27 May 2007 21:10:11 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 82807 invoked by uid 99); 27 May 2007 21:10:11 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 May 2007 14:10:11 -0700 X-ASF-Spam-Status: No, hits=2.9 required=10.0 tests=HTML_10_20,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of javier.ortiz.78@gmail.com designates 209.85.134.191 as permitted sender) Received: from [209.85.134.191] (HELO mu-out-0910.google.com) (209.85.134.191) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 May 2007 14:10:05 -0700 Received: by mu-out-0910.google.com with SMTP id w8so1355799mue for ; Sun, 27 May 2007 14:09:43 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=jQastwObjmIqLVSH1ImQZ6S8IXhqliwIBVmjPcjruNG2yL2gM71UscmzTNE/m2e1pKimFO5Mum5wGQgzpCnVMgjl8JprMHQZHl51W3rxYLnzQA1QLvzrrg2MevBqr2goJUE/2MmsMiczxZBJvOUXou+flSssETRBxQZOgtSi3rQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=sdikRJjlCAbONpOjvgaVRnHnP3jWOrXuXkD3m37YPnAtkwImYZLVnvpWXSrSr/w/LE5efU579aQ420hhyBI5WOpH7yi5C4Sk4RXYPstHUebhIexUlFdCmr+HX6IZpg27awkXl15AMQ2x38vf8+jY4/uta4YlZ5mp07cOq1R9WqE= Received: by 10.82.158.12 with SMTP id g12mr9642176bue.1180300182196; Sun, 27 May 2007 14:09:42 -0700 (PDT) Received: by 10.82.163.6 with HTTP; Sun, 27 May 2007 14:09:42 -0700 (PDT) Message-ID: <54f7ad150705271409x3f29de66o9db969e736663b1e@mail.gmail.com> Date: Sun, 27 May 2007 17:09:42 -0400 From: "Javier Ortiz" To: "Tomcat Users List" Subject: Re: Tomcat Netbeans Project... WildCat In-Reply-To: <001301c79fe9$d2d29180$0400000a@animal> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_195705_33019820.1180300182166" References: <001301c79fe9$d2d29180$0400000a@animal> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_195705_33019820.1180300182166 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sounds great Sadly I don't have the linux experience you need to help. On 5/26/07, Johnny Kewl wrote: > > Everyone probably knows by now that I think Tomcat is pure magic. > I been trying to find a way to bridge the gap between the super keen user > and the developer. > One can become and expert user, and still find those guru's in the dev > list intimidating. > It probably isnt as big a deal for the linux user... linux itself is a > development tool, but to the windows user, getting from expert user to > someone that can find their way around the code is not so easy. > > So what I've been up to is converting (as little as possible) Tomcat to a > pure Netbeans project. > I call it Wild Cat... because it should never be confused with the > professional Tomcat. > Its turning out to be a magic play zone and an excellent way to get to > know the code. > > This is where I'm at.... > + One can dump the src into a Netbeans project, click compile and you have > a working Tomcat. > + That means one can run it in debug, and watch it working from the > inside. > + Its tomcat 6.0.13... but is wears a Tomcat 5.5 mask... the reason I did > that is so that to netbeans (remember netbeans is a servlet dev > environment)... is so that if you tell Netbeans that the DIST folder or > BUILD folder of WildCat is a Tomcat 5.5 server... it thinks it is, and > Tomcat (Wildcat) works just the same from inside netbeans, and from the > servlet dev env. > + So... you can run your servlets against the Tomcat source... now that is > cool. I havent had a chance to test it yet, but where I'm trying to get to > is the ability to debug from servlet straight into Tomcat source. > + Can also start and stop it from the Bin scripts... and one can also just > double click on WildCat, and you get a GUI... and you can control it from > their... the GUI also has a teminal window so you can watch the Tomcat > messages. > + Its not meant to be a slick package like tomcat... its a huge jar with 2 > libs... but its a magic way to watch Tomcat working. > > .... Thats as far as I've got... but I need a little help before sticking > the source on a site for everyone to play with. I develop on windows... and > I'm looking for a linux person that is super keen on Tomcat and also runs > Netbeans. Someone that wants to play with Tomcats source and that will pick > up linux problems... like scripts and I may have used a \ somewhere in the > code. > > Thanks... I'll stick it on a site as soon as I got it all tested. > > ________________________________________________________________ > > Johnny Kewl > eMail: Johnkewlstuff.co.za -- replace with @ -- > Cell: +027-72- 473-9331 > Java Developer (Tomcat Aficionado) > Free Tomcat software at http://coolese.100free.com/ > ________________________________________________________________ ------=_Part_195705_33019820.1180300182166--