Title: Starting embedded tomcat

JBoss-2.2.2_Tomcat-3.2.2
Win2K

I'm stumped. I've searched the archives and docs but I can't get tomcat to work properly. I've hardly changed to initial config. I've deployed the interest sample and configured a connection pool so far.

When I run run_with_tomcat.bat I get this:

[Container factory] Initializing
[Container factory] Initialized
[EmbeddedTomcatSX] Initializing
[EmbeddedTomcatSX] Initialized
[JBossMQ] Initializing
[JBossMQ] Initialized

What I'd hoped to see was:

[EmbeddedTomcat] Starting
[EmbeddedTomcat] Starting EmbeddedTomcat....
2001-02-20 05:01:23 - ContextManager: Adding context Ctx( /examples )
2001-02-20 05:01:23 - ContextManager: Adding context Ctx( /admin )
[EmbeddedTomcat] Starting tomcat. Check logs/tomcat.log for error messages
2001-02-20 05:01:23 - ContextManager: Adding context Ctx(  )
2001-02-20 05:01:23 - ContextManager: Adding context Ctx( /test )
2001-02-20 05:01:25 - PoolTcpConnector: Starting HttpConnectionHandler on 8080
2001-02-20 05:01:25 - PoolTcpConnector: Starting Ajp12ConnectionHandler on 8007
[EmbeddedTomcat] OK
[EmbeddedTomcat] Started

So that I could try the tomcat examples.

I've waded through http://www.jboss.org/documentation/HTML/ch11.html#howtotomcat
and everything appears in order.

Could anyone enlighten me?

Thanks

Martin



Reply via email to