Announcement

Collapse
No announcement yet.

Java security problems with Demon

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Java security problems with Demon

    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

    #2
    We're on Demon Showroom with site www.snowlines.co.uk. You need to edit Act_Order03.html and do something like:-

    Code:
    <!-- 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
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Thanks for your help Norman. That solved the problem immediately.

      Comment

      Working...
      X