Thanks Chuck for the explanation.
I don't know why your binding is working in development.
I checked out where WOData= is looking and it goes to the Frameworks
build directory - in there WebServerResources get flattened so
'filename=image.gif' works. On the other hand Installing a framewor
Hello,
OK, for posterity, here are the settings one needs for getting WO log
output out of Tomcat.
Btw, the log4j syntax is funky when you use the properties files
method of configuration, as I do in this example. It is much more
readable if you use the xml version, which I don't here.
Hi Paul,
On Aug 20, 2007, at 1:47 AM, Paul Stringer wrote:
After a day I figured out why resources in embedded frameworks
we're not working. The problem turned out to be that in my
eagerness to keep things tidy I had all my resources in subfolders
ie: /Graphics /Styles within WebServerReso
After a day I figured out why resources in embedded frameworks we're
not working. The problem turned out to be that in my eagerness to
keep things tidy I had all my resources in subfolders ie: /Graphics /
Styles within WebServerResources. Looks like that doesn't work, but
in development thes