The more I think about this problem the more I'm wondering whether this is the
sort of thing people are doing - developing on one platform and deploying on
another. I know the turbine team have done a lot of work supporting development
and deployment on either platform but I suppose I'm trying something different
in that I'm switching over halfway...
I had the impression that this was one of the ideas behind the .war file
deployment format - completely self-contained web apps that can be dropped onto
different machines (platforms?) than those they were developed on?
Anyway, I still absolutely cannot see what is wrong with this set up and would
love to know if anyone has any insight...
original post:
> I have moved a tdk 2.1 app
>developed on win32/tomcat 3.2.1 to tomcat 3.2.3 on linux and things aren't
quite
>working out...
>
>I basically recreated the database on linux and zipped up the webapp,
recreating
>it uder tomcat's webapps/ on linux. It has a context in the server.xml and is
>being found ok but there is some problem with the LoggingService which is
>resulting in the following:
>-------------------------------------------------------------------------------
>Horrible Exception: org.apache.turbine.services.InitializationException:
>LoggingService can't find default logger name in the configuration file.
>
>org.apache.turbine.services.InstantiationException: ServiceBroker: unknown
>service TurbinePoolService requested
>-------------------------------------------------------------------------------
>
>Turbine's log is empty (unsurprisingly..) and I assume the error is referring
to
>the TR.properties - I realised that the win32 TRP was pointing at
>/logs/turbine.log in the log config section - I removed the leading backslash
on
>the supposition that this should be a relative path (and started wondering why
>this was handled on win32 with unix path seperators if not for portability?)...
>This should now be a valid path but no change.. Heres how it looks:
>
>-------------------------------------------------------------------------------
># destination.file: A path relative to the web app root
># -------------------------------------------------------------------
>services.LoggingService.facilities=system,debug,security
>services.LoggingService.default=system
>services.LoggingService.loggingConfig=org.apache.turbine.services.logging.Prope
rtiesLoggingConfig
>
># A facility for system logging.
>services.LoggingService.system.destination.file=logs/turbine.log
>services.LoggingService.system.className=org.apache.turbine.services.logging.Fi
leLogger
>#services.LoggingService.system.level=INFO
>services.LoggingService.system.level=DEBUG
>-------------------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]