PDA

View Full Version : Java security problems with Demon


andyw
29-Jan-2003, 03:36 PM
Has anyone else had problems when trying to use Actinic Business 5 built-in java security on a server hosted by Demon.

The java applet is never downloaded and all the user sees is a grey box. This isn't due to the user not having java installed.

The problem seems to be occuring due to the fact that the CGI-BIN is accessed through a different URL to the acatalog directory. Moving the java applet to the CGI-BIN also fails.

Any suggestions?


thanks
Andy

NormanRouxel
29-Jan-2003, 03:56 PM
We're on Demon Showroom with site www.snowlines.co.uk. You need to edit Act_Order03.html and do something like:-


<!-- Norman removed (for Demon compatibility )on 13-11-02 NETQUOTEVAR:CODEBASE and patched line below http://cgi.www.snowlines.co.uk/acatalog/ -->

<APPLET CODE="COM.Actinic.Catalog.EA.class" CODEBASE="http://cgi.www.snowlines.co.uk/acatalog/" ARCHIVE="encrypt.zip" WIDTH=450 HEIGHT=300>



Norman

andyw
29-Jan-2003, 04:50 PM
Thanks for your help Norman. That solved the problem immediately.