You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Skip Walker <sw...@gossamer-group.com> on 2001/11/02 20:13:26 UTC

TurbineServletService


I have flux up and running from the tdk 2.1.  

There's only one problem, the image doesn't appear.  The image link is
being created as
null://null:nullnull/resources/ui/skins/default/images/logo-green.jpg

So, I traced the problem to the fact that TurbineServletService is
returning null for the server name, port, etc.

I've looked at the turbine log, and the ServletService is being
initialized both early and late.  The servlet logs also shows the
starting and ending of the HTTP initialization of services.  

The log shows that the init(ServletConfig) method is being called.  The
log does not show, however, that the init(RunData data) method is ever
called in TurbineServletService.

I'm not sure what to do.  Is there something in the TR.props that I
might have removed to ensure that the service is initialized properly.

Thanks
Skip

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: TurbineServletService

Posted by Jason van Zyl <jv...@zenplex.com>.
On 11/2/01 2:13 PM, "Skip Walker" <sw...@gossamer-group.com> wrote:

> 
> 
> I have flux up and running from the tdk 2.1.
> 
> There's only one problem, the image doesn't appear.  The image link is
> being created as
> null://null:nullnull/resources/ui/skins/default/images/logo-green.jpg

Fix in CVS.
 
> So, I traced the problem to the fact that TurbineServletService is
> returning null for the server name, port, etc.
> 
> I've looked at the turbine log, and the ServletService is being
> initialized both early and late.  The servlet logs also shows the
> starting and ending of the HTTP initialization of services.
> 
> The log shows that the init(ServletConfig) method is being called.  The
> log does not show, however, that the init(RunData data) method is ever
> called in TurbineServletService.
> 
> I'm not sure what to do.  Is there something in the TR.props that I
> might have removed to ensure that the service is initialized properly.
> 
> Thanks
> Skip
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>

-- 

jvz.

Jason van Zyl

http://tambora.zenplex.org
http://jakarta.apache.org/turbine
http://jakarta.apache.org/velocity
http://jakarta.apache.org/alexandria
http://jakarta.apache.org/commons



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>