Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 22872 invoked from network); 13 May 2010 06:31:20 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 May 2010 06:31:20 -0000 Received: (qmail 25328 invoked by uid 500); 13 May 2010 06:31:20 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 25307 invoked by uid 500); 13 May 2010 06:31:20 -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 25299 invoked by uid 99); 13 May 2010 06:31:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 May 2010 06:31:19 +0000 X-ASF-Spam-Status: No, hits=0.8 required=10.0 tests=AWL,FREEMAIL_FROM,HTML_MESSAGE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of chubrilo@gmail.com designates 209.85.161.43 as permitted sender) Received: from [209.85.161.43] (HELO mail-fx0-f43.google.com) (209.85.161.43) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 May 2010 06:31:15 +0000 Received: by fxm14 with SMTP id 14so2178848fxm.2 for ; Wed, 12 May 2010 23:30:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=Xju3BHqGlst8wP2ESqekYxWf8Q5VWDXdg1qpwi9YG5Q=; b=EtG9+vghgHrAQbMl6MLwKO7mrvpldlJoU7iECGw0C0inDxG9V4Vq1b+eOzmEHuSHEc X5Qf0gFaqoxsZAvX+ZMSkL5k5+jBc4FQIC0zhuhf8P5Y7MNrGt47tIdlImMpiFcQlCeV MxSoTKjH4wkFSk6TXPlEFwCk+MHBk5GcLK0EM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=k6kq0TZ6faPJd3L50tnNeDABMUSGegBUNRhhBgeE8m81rFoiohO7IFWpaqg21n9W+w iKpQ1ViB26uqUwHx8Pt7cu+o9WgjOLWqzkIKjsTMS6l8AmZsKExuRRG3GfFtIYJ4/XLp C2iiwmNkyQMqsbIKz5F0vV4/mVNVLCDESKOlA= MIME-Version: 1.0 Received: by 10.239.169.20 with SMTP id m20mr799206hbe.137.1273732254068; Wed, 12 May 2010 23:30:54 -0700 (PDT) Sender: chubrilo@gmail.com Received: by 10.239.153.205 with HTTP; Wed, 12 May 2010 23:30:54 -0700 (PDT) In-Reply-To: <28543236.post@talk.nabble.com> References: <28543236.post@talk.nabble.com> Date: Thu, 13 May 2010 08:30:54 +0200 X-Google-Sender-Auth: VGNe3CV1BkEK0LTC9pwQ6BF-r48 Message-ID: Subject: Re: How do I deploy the "ActiveMQ-fileserver" webapp into tomcat while using BlobMessage? From: Dejan Bosanac To: users@activemq.apache.org Content-Type: multipart/alternative; boundary=001636498e838af065048673e6e7 --001636498e838af065048673e6e7 Content-Type: text/plain; charset=ISO-8859-1 Hi, there's an open issue for this: https://issues.apache.org/activemq/browse/AMQ-2667 You can try to rewrite it to conform your needs. The alternative is to use external FTP server to store files. Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Thu, May 13, 2010 at 5:17 AM, ireneshy wrote: > > I'm using ActiveMQ BlobMessage to transfer large files, but now I want to > set > up ActiveMQ using Tomcat 6.0. I've already configurated the JNDI for the > ConectionFactory and Queue to work within Tomcat. But you know that > BlobMessage must be send to a application that can receive PUT message, and > the default app is fileserver using embedded server Jetty, so how can I > using this fileserver app in Tomcat? Thanks very much for your help~! > -- > View this message in context: > http://old.nabble.com/How-do-I-deploy-the-%22ActiveMQ-fileserver%22-webapp-into-tomcat-while-using-BlobMessage--tp28543236p28543236.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > > --001636498e838af065048673e6e7--