-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Siegfried,

On 2/13/13 12:29 PM, siegfr...@heintze.com wrote:
> OK, here is the console log and it is exclusively resulting from 
> starting. There are no changes to the console display as a result
> of pointing the browser at
> http://localhost:8080/Guestbook/GuestServlet. Jetty, however,
> prints lots of messages about activating the controller the
> guestbook application.
> 
> Can someone give me some more hints? How do I bump the logging
> level to get some more details in tomcat 6?

I'm not sure you need more details from Tomcat at this point. See below.

> Feb 13, 2013 9:12:55 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:
> C:\Program

Holy geez, that's a huge java.library.path and almost everything in it
is worthless. :(

> WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} 
> Setting property 'source' to
> 'org.eclipse.jst.jee.server:Guestbook' did not find a matching
> property.

It looks like Eclipse is doing *something*, but...

> INFO: Starting Servlet Engine: Apache Tomcat/6.0.36 Feb 13, 2013
> 9:12:56 AM org.apache.catalina.startup.HostConfig deployDescriptor 
> INFO: Deploying configuration descriptor host-manager.xml Feb 13,
> 2013 9:12:56 AM org.apache.catalina.startup.HostConfig 
> deployDescriptor

Deployed the host-manager webapp.

> INFO: Deploying configuration descriptor manager.xml Feb 13, 2013
> 9:12:56 AM org.apache.catalina.startup.HostConfig deployDirectory

Deployed manager webapp.

> INFO: Deploying web application directory docs Feb 13, 2013 9:12:56
> AM org.apache.catalina.startup.HostConfig deployDirectory

Deployed docs webapp.

> INFO: Deploying web application directory examples Feb 13, 2013
> 9:12:57 AM org.apache.catalina.core.ApplicationContext log INFO:
> ContextListener: contextInitialized() Feb 13, 2013 9:12:57 AM
> org.apache.catalina.core.ApplicationContext log INFO:
> SessionListener: contextInitialized() Feb 13, 2013 9:12:57 AM
> org.apache.catalina.startup.HostConfig deployDirectory

Deployed examples webapp.

> INFO: Deploying web application directory ROOT

Deployed ROOT webapp.

> Feb 13, 2013 9:12:57 AM org.apache.coyote.http11.Http11Protocol
> start INFO: Starting Coyote HTTP/1.1 on http-8080 Feb 13, 2013
> 9:12:57 AM org.apache.jk.common.ChannelSocket init INFO: JK: ajp13
> listening on /0.0.0.0:8009 Feb 13, 2013 9:12:57 AM
> org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=0/36
> config=null Feb 13, 2013 9:12:57 AM
> org.apache.catalina.startup.Catalina start INFO: Server startup in
> 1202 ms

Didn't deploy any more webapps. It looks like Eclipse isn't deploying
the webapp you are trying to deploy.

Can you post the server.xml that is being used by Tomcat? It looks
like Eclipse is modifying server.xml with your webapp's name (which is
weird). Also, take a look at the deployment directory (usually
CATALINA_BASE/webapps) and the configuration directory
(CATALINA_BASE/conf/Catalina/localhost) to see if you have any *.xml
files in there.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEAREIAAYFAlEb9yEACgkQ9CaO5/Lv0PC/uACfWel8AbYoZeGwXu8ylijrWndA
hLMAniAtauL/86FEyZsRHujIoM7OSMHv
=Q5oS
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to