I am trying get my Tomcat 3.2 install working with jBoss.  I followed the
docs and got the Tomcat install running with jBoss, but, my web app's
context is not being set when Tomcat comes up.  It is set when running
Tomcat standalone as the console indicates:

2000-10-18 08:05:19 - ContextManager: Adding context Ctx( /examples )
2000-10-18 08:05:19 - ContextManager: Adding context Ctx( /admin )
Starting tomcat. Check logs/tomcat.log for error messages
2000-10-18 08:05:19 - ContextManager: Adding context Ctx( /Oasis )
2000-10-18 08:05:19 - ContextManager: Adding context Ctx(  )
2000-10-18 08:05:19 - ContextManager: Adding context Ctx( /test )

When running from jBoss I get the following at the console:

[EmbededTomcat] Initializing
[EmbededTomcat] Initialized
[EmbededTomcat] Starting
[EmbededTomcat] Started
[EmbededTomcat] Testing if Tomcat is present....
[EmbededTomcat] OK
[EmbededTomcat] ContextManager: Adding context Ctx(  )
[EmbededTomcat] path="" :jsp: init
[EmbededTomcat] PoolTcpConnector: Starting HttpConnectionHandler on 1301

It appears as if it is only adding the root context.

Any ideas on what to do here?

TIA,

Bill Pfeiffer



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to