Re: Problem to include the Java Applet in Jigsaw SSL

Hi !

----

Chang Yu Cheng wrote:

> Dear Sir,
>
> Currently I have problem in viewing Java Applet using Jigsaw-SSL [2.0 beta 3].
> The problem is that the client Netscape browser cannot find the Java class
> file, even the Java class file has been put at the Jigsaw-SSL server (at
> INSTALL_DIRECTORY\JigsawSSL\Jigsaw\Jigsaw\WWW, in Window 95 platform).
>
> In fact, the Netscape browser coundn't display the classes file. (where the
> java class file is in Jigsaw-SSL server).

This is not only a problem if the SSL version, it is also a problem for "normal"
jigsaw
versions.

Two solutions:

1. (cut'n'modified from a previous mail here...):
You have to define the class extensions in the default indexer:

With JigAdmin in

Root

+- indexers

 +- default

  +-extensions

   +- class

where class should be a FileResource associated to a HTTPFrame with a
content type set to application/octet-stream

2. Pack the *.class file in a *.jar archive; jigsaw has a predefined extension in
the
default indexer fir *.jar archives.

----

Bye,
Roland

--
  __ .  . __
 (o.\ \/ /.o)  Roland Mainz                               C programmer
  \__\/\/__/   Roland.Mainz@informatik.med.uni-giessen.de MPEG specialist
  /O /==\ O\   gisburn@w-specht.rhein-ruhr.de             Sun&&Amiga programmer
 (;O/ \/ \O;)  TEL +49 (0) 2426901568  FAX +49 (0) 2426901569

Received on Monday, 8 March 1999 04:52:06 UTC