On Wed, Sep 9, 2009 at 1:14 PM, Babak Shafian <[email protected]> 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
