|
From: Leif M. <le...@ta...> - 2008-10-15 05:43:50
|
Uwe, It looks like you are close to getting things working. The Wrapper is actually launching the JVM and your application correctly. But the application itself is complaining because it is not receiving the correct parameters. This is most likely a simple configuration problem. If you add the following property to your wrapper.conf file, you will be able to see the Java command generated by the Wrapper to launch the JVM. This should make it more obvious what the problem is. wrapper.java.command.loglevel=INFO http://wrapper.tanukisoftware.org/doc/english/prop-java-command-loglevel.html If you reply with your wrapper.conf file, I can also take a look at it for you. When testing this, I would suggest first getting it working in a command prompt and only then attempt to run as a service. This usually makes it much easier to debug because all of the log output is visible on the command window. Cheers, Leif On Wed, Oct 15, 2008 at 5:20 AM, Uwe Lynen <uw...@ly...> wrote: > Here is the output when I try to run it as a console. Using Tomcat 6 > > I'm also confused about the server thing. I'm trying to run this on a > Windows 2003 server. Do I need to purchase the Standard Edition as a > minimum? > > > > Microsoft Windows [Version 5.2.3790] > > (C) Copyright 1985-2003 Microsoft Corp. > > > > > > C:\Tomcat6\bin>tomcat > > wrapper | --> Wrapper Started as Console > > wrapper | Java Service Wrapper Community Edition 3.3.1 > > wrapper | Copyright (C) 1999-2008 Tanuki Software, Inc. All Rights > Reserved. > > > > wrapper | http://wrapper.tanukisoftware.org > > wrapper | > > wrapper | Launching a JVM... > > jvm 1 | WrapperManager: Initializing... > > jvm 1 | usage: java org.apache.catalina.startup.Catalina [ -config > {pathname} ] [ -nonaming ] { start | stop } > > jvm 1 | 14-Oct-2008 2:23:38 PM org.apache.catalina.startup.Catalina > stopServer > > jvm 1 | SEVERE: Catalina.stop: > > jvm 1 | java.net.ConnectException: Connection refused: connect > > > > > > > > Regards, > > Uwe Lynen____________________ > > Tel: 416 690-1973 > > Fx: 416 690-2434 > > Cell: 647 272-6740 > > Personal e-mail: uw...@ly... > > Office: uw...@p-... > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > > |