> Done. I have changed the Turbine.java and the servlet service so that the
> server information is collected during the first request in Turbine.java
and
> the ServletService will delegate requests for the server info the
> Turbine.java.
It looks good so far... some slight issues perhaps... in my Index.vm
$ui.image("yo")
renders to
http://127.0.0.1:80C:\dev\tdk\webapps\law//resources/ui/skins/default/images
/yo
which looks a bit funny.... I dont really use images, so this doesn't really
matter to me.
anyway... it looks like the server data is populated on the first request...
thanks!
more on scheduled jobs below....
> I've updated the ServletService screen and template in the sample/test app
> and the values appear to be showing up correctly. I don't have a scheduled
> job on hand to easily test this so if you could try what's in CVS with
your
> scenerio that was giving you problems I'd appreciate it.
after making the initial request my scheduled jobs work as follows...
I have to instantiate TemplateLink with the following serverdata for it to
work...
are you supposed to have to hand in so much for a script name?
ServerData sd = new ServerData(Turbine.getServerName(),
Integer.parseInt(Turbine.getServerPort()),
Turbine.getServerScheme(),
"/law/servlet/law",
Turbine.getContextPath());
which gives me a link like the following... note the lack of port...
http://127.0.0.1/law/servlet/law/template/NewReminder.vm
this is much better than before... thanks...
Now I also know how to use jakartas cvs and how to build turbine and place
the new build in my tdk so everything works! way cool... thanks for that too
:)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]