I've got tomcat3.2.1 & jetspeed setup on solaris 4.7 (with all the recommended OS patches). When I try to start tomcat, it complaint about:
cannot load servlet name: jetspeed
another thing I found is that the ServletEngineContextService.context was never set, causing ServletEngineContextService.getRealPath(uri) to return null all the time.
It seems like the servlet never got init(). I tried removing the the webapps/jetspeed and work/*, but nothing seems to work.
Occusionally, it does work, but that's only like 5% of the time. Here is part of the stdout.
2001-05-17 05:25:43 - ContextManager: Adding context Ctx( /admin )
2001-05-17 05:25:43 - ContextManager: Adding context Ctx( /extensity )
2001-05-17 05:25:43 - ContextManager: Adding context Ctx( /jetspeed )
Starting tomcat. Check logs/tomcat.log for error messages
2001-05-17 05:25:43 - ContextManager: Adding context Ctx( )
Error=FeedDaemon: Couldn't process URL: /ocs/local.ocs
Error=FeedDaemon: Couldn't process URL: http://java.apache.org/jetspeed/channels/apache.ocs
cannot load servlet name: jetspeed
any help is appriciated...
thanks
alex
[EMAIL PROTECTED]
