On Wed, Sep 9, 2009 at 2:15 PM, Babak Shafian <[email protected]> wrote:
> > I've done all the steps but I don't get any logs yet. Should I activate or > change something in the config file(jetty.xml or jetty-logging.xml) in order > to get logging?? > > No you don't. How do you start server? I am starting on this way: # /etc/init.d/continuum console Running Apache Continuum... wrapper | --> Wrapper Started as Console wrapper | Launching a JVM... jvm 1 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org jvm 1 | Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved. jvm 1 | jvm 1 | 1 [WrapperSimpleAppMain] INFO org.mortbay.log - Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog jvm 1 | 309 [WrapperSimpleAppMain] WARN org.mortbay.log - Deprecated configuration used for ./apps jvm 1 | 488 [WrapperSimpleAppMain] INFO org.mortbay.log - Redirecting stderr/stdout to /opt/apache-continuum-1.2.3/logs/2009_09_09.stderrout.log So it is clear that wrapper is starting successfully and logging to the redirected output. Also it is clear that I have java process running: # ps aux | grep java root 11945 9.5 4.6 244036 84000 pts/1 Sl+ 14:44 0:17 java -Dappserver.home=. -Dappserver.base=. -Djetty.logs=./logs -Djava.io.tmpdir=./tmp -Djava.library.path=lib -classpath lib/wrapper.jar:lib/continuum-jetty-1.2.3.pom:lib/jetty-6.1.11.jar:lib/jetty-util-6.1.11.jar:lib/servlet-api-2.5-6.1.11.jar:lib/start-6.1.11.jar:lib/jetty-naming-6.1.11.jar:lib/mail-1.4.jar:lib/activation-1.1.jar:lib/jsp-api-2.0-6.1.11.jar:lib/jetty-plus-6.1.11.jar:lib/geronimo-spec-jta-1.0.1B-rc4.jar:lib/derby-10.1.3.1.jar:lib/ant-1.6.5.jar:lib/commons-el-1.0.jar:lib/jasper-compiler-5.5.15.jar:lib/jasper-runtime-5.5.15.jar:lib/jcl104-over-slf4j-1.5.0.jar:lib/slf4j-simple-1.5.0.jar:lib/slf4j-api-1.5.0.jar:lib/jasper-compiler-jdt-5.5.15.jar -Dwrapper.key=MNgbJa_jK950U1l5 -Dwrapper.port=32000 -Dwrapper.jvm.port.min=31000 -Dwrapper.jvm.port.max=31999 -Dwrapper.pid=11943 -Dwrapper.version=3.2.3 -Dwrapper.native_library=wrapper -Dwrapper.cpu.timeout=10 -Dwrapper.jvmid=1 org.tanukisoftware.wrapper.WrapperSimpleApp org.mortbay.start.Main ./conf/jetty.xml ./conf/jetty-logging.xml Regards, Vlado
