Re: wotaskd starting as root or appserver?
Re: wotaskd starting as root or appserver?
- Subject: Re: wotaskd starting as root or appserver?
- From: Andrew Lindesay <email@hidden>
- Date: Sat, 2 Apr 2005 23:29:21 +1200
2) The problem I am having regarding bold text not being created seems
to be due to the user (appserver?) creating temporary JPEG files
(Batik functions transform an svg file, calling fonts on the way)
while not having the right permissions. If I login as admin
and access locally from Monitor, the temp files are generated
correctly! I would be grateful for any help here!
Hello;
It may be worth trying to add "-Djava.awt.headless=true" as an
additional "startup argument" for your WebObjects application. Note
that this will only work with fairly recent versions of java (1.4.2
should be fine) on MacOS-X. The effect of this will be for the AWT to
run it's own internal graphics environment rather than trying to use
the native graphics environment which is most likely not accessible on
a server system -- unless somebody happens to be "logged in" on the
console.
My experience with this has mostly been with FOP producing PDFs where I
have stuck with the "standard 13" postscript fonts and ensured that SVG
data has had fonts vectorised already. So there was no rastering of
fonts in my case so you will have to see how it goes with your
situation. I would be interested to hear how that turns out.
cheers.
___
Andrew Lindesay
www.lindesay.co.nz
+64-21-47-0929
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden