Armin Haaf <[EMAIL PROTECTED]> wrote:
>Guenther Wieser wrote:
>>
>> A collegue of mine had problems with the awt when there was no X-Server
>> running where the jvm could connect to. He started a virtual X server
>> for that purpose and his error emssages were gone.
>> Maybe in your case that's a similar problem?
>
>No, there is a X-Server running. And the servlet works as long as all
>jars are in the wrapper classpath. If I try to move some jars to the
>zone repository I get the Exception described below.
>...
>> > java.io.IOException
>> > at
>> > sun.awt.image.GifImageDecoder.readHeader(GifImageDecoder.java:331)
That's an IO exception, not a class exception. Strange. At any rate, it
shouldn't require a separate JVM to fix this problem.
You can check the zone class path using the jserv status url. Use a
Location directive like:
<Location /status/jserv/>
SetHandler jserv-status
order deny,allow
deny from all
allow from localhost
</Location>
then (from the machine running jserv) you can access the url
<http://host/status/jserv/> and examine the system and zone class paths.
-- Ari Halberstadt mailto:[EMAIL PROTECTED] <http://www.magiccookie.com/>
PGP public key available at <http://www.magiccookie.com/pgpkey.txt>
-- --------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]