You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Ha...@aol.com on 2001/04/13 22:00:30 UTC

Does Jetspeed require Turbine?

I am using Apache/Tomcat on an NT server (please hold the laughter) and 
installed Jetspeed with little fanfare, however Tomcat can't/won't seem to 
load the servlet.  I am convinced it is my own bafoonery--likely missing an 
XML mapping someplace? 

Any help is greatly appreciated.

The following is the Tomcat startup message:
-----------------------------------------------------------------

2001-04-13 04:01:30 - ContextManager: Adding context Ctx( /examples )
2001-04-13 04:01:30 - ContextManager: Adding context Ctx( /admin )
Starting tomcat. Check logs/tomcat.log for error messages
2001-04-13 04:01:30 - ContextManager: Adding context Ctx( /jetspeed )
2001-04-13 04:01:30 - ContextManager: Adding context Ctx(  )
2001-04-13 04:01:30 - ContextManager: Adding context Ctx( /test )
initializing all services using org.apache.tomcat.facade.ServletConfigImpl
initializing service: ResourcesService
cannot load servlet name: jetspeed
2001-04-13 04:01:32 - PoolTcpConnector: Starting HttpConnectionHandler on 8080
2001-04-13 04:01:32 - PoolTcpConnector: Starting Ajp12ConnectionHandler on 
8007

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: Does Jetspeed require Turbine?

Posted by Santiago Gala <sg...@hisitech.com>.
HappyRascal@aol.com escribió:
> 
> I am using Apache/Tomcat on an NT server (please hold the laughter) and
> installed Jetspeed with little fanfare, however Tomcat can't/won't seem to
> load the servlet.  I am convinced it is my own bafoonery--likely missing an
> XML mapping someplace?

The error seems to be installation related. Can you look for errors in
webapps/jetspeed/WEB-INF/logs/jetspeed.log (if present)?

If you are trying to run 1.3a1, there were race conditions on
initialization, so you might try again until it starts. It should run
with current cvs.

Else please tell about versions (tomcat? jetspeed?). I imagine you are
using the war file.

The war should initialize and run out of the box. If you change the war,
though, you should delete the directory tree, as tomcat will not
redeploy the war.

> 
> Any help is greatly appreciated.
> 
> The following is the Tomcat startup message:
> -----------------------------------------------------------------
> 
> 2001-04-13 04:01:30 - ContextManager: Adding context Ctx( /examples )
> 2001-04-13 04:01:30 - ContextManager: Adding context Ctx( /admin )
> Starting tomcat. Check logs/tomcat.log for error messages
> 2001-04-13 04:01:30 - ContextManager: Adding context Ctx( /jetspeed )
> 2001-04-13 04:01:30 - ContextManager: Adding context Ctx(  )
> 2001-04-13 04:01:30 - ContextManager: Adding context Ctx( /test )
> initializing all services using org.apache.tomcat.facade.ServletConfigImpl
> initializing service: ResourcesService
> cannot load servlet name: jetspeed
> 2001-04-13 04:01:32 - PoolTcpConnector: Starting HttpConnectionHandler on 8080
> 2001-04-13 04:01:32 - PoolTcpConnector: Starting Ajp12ConnectionHandler on
> 8007
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org