Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 38155 invoked by uid 500); 7 Aug 2001 14:30:30 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 38144 invoked from network); 7 Aug 2001 14:30:30 -0000 Received: from mailhub10.isdnet.net (195.154.209.131) by h31.sny.collab.net with SMTP; 7 Aug 2001 14:30:30 -0000 Received: from llefevre ([195.154.173.131]) by mailhub10.isdnet.net (8.9.3/8.9.3) with SMTP id QAA28306 for ; Tue, 7 Aug 2001 16:30:30 +0200 (CEST) From: =?iso-8859-1?B?TG/vYyBMZWbodnJl?= To: Subject: RE: I don't see the output under Linux Date: Tue, 7 Aug 2001 16:32:16 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <007101c11f49$d49e43a0$0601a8c0@comai.loc> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Okay, this file stands in the conf directory of Tomcat on your LINUX server? If the answer is true, replace workers.tomcat_home=c:\jakarta-tomcat workers.java_home=c:\jdk1.2.2 ps=\ with the good parameters: especially: ps=/ (Path separator for Linux is equals to / not \) Try and tell me... -----Message d'origine----- De : Stefano Bonnin [mailto:shpr@libero.it] Envoy� : mardi 7 ao�t 2001 16:04 � : tomcat-user@jakarta.apache.org Objet : Re: I don't see the output under Linux > Can you send your workers.properties file? Yes. This is my workers.properties: ************************************************** workers.tomcat_home=c:\jakarta-tomcat workers.java_home=c:\jdk1.2.2 ps=\ worker.list=ajp12, ajp13 worker.ajp12.port=8007 worker.ajp12.host=localhost worker.ajp12.type=ajp12 worker.ajp12.lbfactor=1 worker.ajp13.port=8009 worker.ajp13.host=localhost worker.ajp13.type=ajp13 worker.ajp13.lbfactor=1 worker.loadbalancer.type=lb worker.loadbalancer.balanced_workers=ajp12, ajp13 worker.inprocess.type=jni worker.inprocess.class_path=$(workers.tomcat_home)$(ps)classes worker.inprocess.class_path=$(workers.tomcat_home)$(ps)lib$(ps)jaxp.jar worker.inprocess.class_path=$(workers.tomcat_home)$(ps)lib$(ps)parser.jar worker.inprocess.class_path=$(workers.tomcat_home)$(ps)lib$(ps)jasper.jar worker.inprocess.class_path=$(workers.tomcat_home)$(ps)lib$(ps)servlet.jar worker.inprocess.class_path=$(workers.tomcat_home)$(ps)lib$(ps)webserver.jar worker.inprocess.class_path=$(workers.java_home)$(ps)lib$(ps)tools.jar worker.inprocess.cmd_line=-config worker.inprocess.cmd_line=$(workers.tomcat_home)/conf/jni_server.xml worker.inprocess.cmd_line=-home worker.inprocess.cmd_line=$(workers.tomcat_home) worker.inprocess.jvm_lib=$(workers.java_home)$(ps)jre$(ps)bin$(ps)classic$(p s)jvm.dll # # Setting the place for the stdout and stderr of tomcat # worker.inprocess.stdout=$(workers.tomcat_home)$(ps)inprocess.stdout worker.inprocess.stderr=$(workers.tomcat_home)$(ps)inprocess.stderr worker.inprocess.sysprops=tomcat.home=$(workers.tomcat_home) ******************************************************** Thanks (I wait your help). ----- Original Message ----- From: "Lo�c Lef�vre" To: Sent: Tuesday, August 07, 2001 3:07 PM Subject: RE: I don't see the output under Linux > > -----Message d'origine----- > De : Stefano Bonnin [mailto:shpr@libero.it] > Envoy� : mardi 7 ao�t 2001 14:47 > � : tomcat-user@jakarta.apache.org > Objet : Re: I don't see the output under Linux > > > Yes, if I add this attribute the tomcat.log (when I start tomcat) become: > > 2001-08-07 01:40:57 - ContextManager: Adding context Ctx( /examples ) > 2001-08-07 01:40:57 - ContextManager: Adding context Ctx( /admin ) > 2001-08-07 01:40:57 - ContextManager: Adding context Ctx( /cocoon ) > 2001-08-07 01:40:57 - ContextManager: Adding context Ctx( ) > 2001-08-07 01:40:57 - ContextManager: Adding context Ctx( /test ) > 2001-08-07 01:40:57 - ContextManager: Adding context Ctx( /Cocoon ) > > but no message other this are printed on this file. > (All System.out.println are not printed!!) > > Thanks. > > ----- Original Message ----- > From: "Lo�c Lef�vre" > To: > Sent: Tuesday, August 07, 2001 12:23 PM > Subject: RE: I don't see the output under Linux > > > > in your server.xml file, add the attibut path to: > > > > > path="/tmp/tomcat.log" <---- here > > verbosityLevel = "INFORMATION" > > /> > > > > ;) > > > > -----Message d'origine----- > > De : Stefano Bonnin [mailto:shpr@libero.it] > > Envoy� : mardi 7 ao�t 2001 09:39 > > � : tomcat-user@jakarta.apache.org > > Objet : I don't see the output under Linux > > > > > > I am a new linux user and I have just installed Tomcat under linux. > > I have developed an application and now I am testing it. > > > > Tomcat is installed on a linux server and I try to access it (at my > > application) with a windows 98 PC. > > > > I have introduced a System.out.println lines in my application (for the > > testing phase), but I don't see theirs output. > > I have tried to do this (every time that tomcat is started): > > > > > ./tomcat start > tomcat.out > > > > without success. > > > > How can I do a right redirect? > > > > Thanks in advance. > > > > Stefano > > >