Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 8862 invoked from network); 26 Jul 2008 22:45:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jul 2008 22:45:46 -0000 Received: (qmail 10010 invoked by uid 500); 26 Jul 2008 22:45:45 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 9986 invoked by uid 500); 26 Jul 2008 22:45:45 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 9975 invoked by uid 99); 26 Jul 2008 22:45:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Jul 2008 15:45:45 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [208.16.132.3] (HELO sneezy.olp.net) (208.16.132.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Jul 2008 22:44:50 +0000 Received: from [192.168.2.51] (dsl-65-161-253-242.olp.net [65.161.253.242]) by sneezy.olp.net (Postfix) with ESMTP id BA5B91700FF for ; Sat, 26 Jul 2008 17:44:18 -0500 (CDT) Message-ID: <488BA8D9.5030509@olp.net> Date: Sat, 26 Jul 2008 17:44:41 -0500 From: Dan White User-Agent: Mozilla-Thunderbird 2.0.0.14 (X11/20080509) MIME-Version: 1.0 To: users@activemq.apache.org Subject: Re: Building and Installing ActiveMQ with Jetty 6 References: <488B9189.8090909@olp.net> In-Reply-To: <488B9189.8090909@olp.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Dan White wrote: > Greetings, > > I'm new to ActiveMQ and only somewhat familiar with Java as well. I've > experimented with the ActiveMQ 5.1.0 binary+jetty release and I've been > able to send and receive messages via the stomp and ajax connectors. > > I'd like to manually start piecing together a build of Active MQ and > Jetty so that I can gain a better understanding of how they fit > together, and to better understand how to customize the Java components > involved. Scratch that, I didn't understand that Jetty was included inside the ActiveMQ source. In other words, my assumption was that the binary distribution of ActiveMQ included the binary distribution of Jetty, but that's obviously not the case. After some closer inspection, I found the: assembly/src/release/bin directory which contains the startup scripts. - Dan