I have created my own custom authentication object and updated the
local.properties file and when I restart the server I get a
�allaire.jrun.security.jdnSecurity]
java.lang.ClassNotFoundException: allaire.jrun.security.jdnSecurity�

Class def starts like this:
package allaire.jrun.security;

import allaire.jrun.util.*;
import java.util.*;
import javax.servlet.http.*;
import java.security.*;

public class jdnSecurity implements AuthenticationInterface{
��.

}

Added these lines to local.properties file:

authentication.service=jdnsecurity
authentication.jdnsecurity.class=allaire.jrun.security.jdnSecurity


Where do I place my new authentication class so the server can find it?
I can�t place it in the JRun.jar. ??


JRun 3.0 Service Pack 1
Version 3.01.5870
Windows2000

Thank you for your time.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to