From users-return-7787-apmail-continuum-users-archive=continuum.apache.org@continuum.apache.org Wed Sep 09 11:28:46 2009 Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 54749 invoked from network); 9 Sep 2009 11:28:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Sep 2009 11:28:46 -0000 Received: (qmail 52275 invoked by uid 500); 9 Sep 2009 11:28:46 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 52206 invoked by uid 500); 9 Sep 2009 11:28:45 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 52196 invoked by uid 99); 9 Sep 2009 11:28:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Sep 2009 11:28:45 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of vlatkop@gmail.com designates 209.85.219.209 as permitted sender) Received: from [209.85.219.209] (HELO mail-ew0-f209.google.com) (209.85.219.209) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Sep 2009 11:28:36 +0000 Received: by ewy5 with SMTP id 5so2636478ewy.27 for ; Wed, 09 Sep 2009 04:28:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=3VvZazY+Dg1QfE7ugyX5I7YHmeJIy+8sLFlarVo/2Wc=; b=bEcuXKi87p8jtyk63DhoLux/nB8ElEtZUZZXLVxHBTxIxsmtdhLKnBWzd25g7z5QiN rq/fLReXE8zAkZjBxyCBxOWdFmjobdw42BgqOyxLfBldipml1iB0W5IH1DZD4XceUv2y XwBMWobYm/Mm50lY25HBnLyQJtkHVsdFFaaC8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=VoPRWCVw8qVKx80CEg9S92QC3MjVDB/mPWgOUs5bgiXIzfhnj+GJemALQYHfJxKrtr rA7LABIB5nLjiH24D9t2JirEPbBG3g3ynwCNpaNhG3Uayke3MVPfKs7v8Zk7ZAEBoVD6 aPIm1mbKKvJ6ChLuso6NwaTBRaI180NYdqR2Y= MIME-Version: 1.0 Received: by 10.216.73.193 with SMTP id v43mr7922wed.157.1252495696085; Wed, 09 Sep 2009 04:28:16 -0700 (PDT) In-Reply-To: References: Date: Wed, 9 Sep 2009 13:28:16 +0200 Message-ID: Subject: Re: Web Interface From: Vlado Peshov To: users@continuum.apache.org Content-Type: multipart/alternative; boundary=00504502c89e0c43800473236169 X-Virus-Checked: Checked by ClamAV on apache.org --00504502c89e0c43800473236169 Content-Type: text/plain; charset=UTF-8 On Wed, Sep 9, 2009 at 1:14 PM, Babak Shafian wrote: > > Ok. I think its better we go through from the beginning: > > I have downloaded the standalone version from the Download pageExtracted > the file on my Ubuntu machine under /opt/apache-continuum-1.2.3 > Can you point the link(file) that you have downloaded? It should be one of these: Continuum 1.2.3 (tar.gz) apache-continuum-1.2.3-bin.tar.gz 28M Continuum 1.2.3 (zip) apache-continuum-1.2.3-bin.zip 28M Continuum 1.2.3 (war) apache-continuum-1.2.3.war 22M Continuum 1.2.3 (source zip) apache-continuum-1.2.3-src.zip 2.8M Set a JAVA_HOME environment variable which use a jdk >= 1.5 > After that I created the continuum file under /etc/init.d/ with the > following content : > > #!/bin/sh > > CONTINUUM_HOME=/opt/apache-continuum-1.2.3 > su - root -c "$CONTINUUM_HOME/bin/continuum console $@ &" > do you have this file(script)? Execute this: ls -al /opt/apache-continuum-1.2.3 and this: ls -al /opt/apache-continuum-1.2.3/bin Regards, Vlado --00504502c89e0c43800473236169--