Hi Chris,
I get some messages in the catalina.out log but they don't seem to indicate
any problem. I probably could fine-tune a few things but I am just happy to
get it working.
Feb 11, 2009 2:19:03 AM org.apache.tomcat.util.digester.SetPropertiesRule
begin
WARNING: [SetPropertiesRule]{Server} Setting property 'address' to
'91.203.57.197' did not find a matching property.
Feb 11, 2009 2:19:04 AM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal
performance in production environments was not found on the
java.library.path:
/home/qsys/jdk1.6.0_12/jre/lib/i386/client:/home/qsys/jdk1.6.0_12/jre/lib/i386:/home/qsys/jdk1.6.0_12/jre/../lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib
Feb 11, 2009 2:19:05 AM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-91.203.57.197-8080
Feb 11, 2009 2:19:05 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1623 ms
Feb 11, 2009 2:19:05 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Feb 11, 2009 2:19:05 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.18
Feb 11, 2009 2:19:08 AM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-91.203.57.197-8080
Feb 11, 2009 2:19:08 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8081 java.net.BindException: Address already in use
Feb 11, 2009 2:19:08 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8082 java.net.BindException: Address already in use
Feb 11, 2009 2:19:08 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8083 java.net.BindException: Address already in use
Feb 11, 2009 2:19:08 AM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8084
Feb 11, 2009 2:19:08 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=3 time=0/25 config=null
Feb 11, 2009 2:19:08 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 3925 ms
Feb 11, 2009 2:19:50 AM org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-91.203.57.197-8080
Feb 11, 2009 2:19:51 AM org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
Feb 11, 2009 2:19:51 AM org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-91.203.57.197-8080
----- Original Message -----
From: "Christopher Schultz" <chris@christopherschultz.net>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Tuesday, February 10, 2009 9:08 PM
Subject: Re: Fw: Still trying to get Tomcat 6 to work
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Michel,
>
> On 2/10/2009 4:53 PM, michel wrote:
>> <Connector address="91.203.57.197" port="8080" protocol="HTTP/1.1"
>> connectionTimeout="20000" redirectPort="8443" />
>
> That looks fine to me. Does Tomcat startup cleanly? With an empty log
> directory and Tomcat stopped, what is the full contents of catalina.out
> after you start Tomcat?
>
>> <Server address="91.203.57.197" port="8005" shutdown="SHUTDOWN">
>
> Do you need to specifically bind to this IP address? If you bind to
> 91.203.57.197 then of course localhost:8080 isn't going to pick up the
> phone. 'localhost' is 127.0.0.1 unless you've raped your hosts file. I
> see that you tried 'telnet 91.203.57.197 8080' and that didn't work,
> either.
>
> Could you also post the output of 'ifconfig'? (You didn't say which
> flavor of *nix you were using, so substitute the appropriate command if
> ifconfig isn't the right one).
>
> - -chris
>
>>
>>
>> ----- Original Message ----- From: "Christopher Schultz"
>> <chris@christopherschultz.net>
>>> Sorry, I can't see the original messages (too old so they went out of my
>>> inbox). Can you (re-)post your <Connector> configurations from
>>> server.xml?
>>>
>>> - -chris
>>>
>>> -----BEGIN PGP SIGNATURE-----
>>> Version: GnuPG v1.4.9 (MingW32)
>>> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>>>
>>> iEYEARECAAYFAkmR3swACgkQ9CaO5/Lv0PBlDQCfchroF3zkqCSWQmKVM1A35xxf
>>> Mr0AoJpmRTBlKPkY49W6zygpi99sTTAF
>>> =MS6Q
>>> -----END PGP SIGNATURE-----
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>>> For additional commands, e-mail: users-help@tomcat.apache.org
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: users-help@tomcat.apache.org
>>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iEYEARECAAYFAkmSMwsACgkQ9CaO5/Lv0PB94QCgs+ml6d9LgIejRCnBgb+MWX3b
> sPEAoIA8iKMcUsuyxVTWrxDQsbeBwtXY
> =IEhx
> -----END PGP SIGNATURE-----
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|