> I have
> modified the jserv.properties files to include the correct jar files, and
> have added the base directory of the classes to the zone.properties
> file.
> mod_jserv:
> [15/12/2000 11:31:50:232] (ERROR) ajp12: Servlet Error:
> java.lang.NoSuchMethodError: org.apache.java.util.Con
> figurations: method
> getConfigurations(Ljava/lang/String;)Lorg/apache/java/util/Configu
> rations;
> not found: org
> .apache.java.util.Configurations: method
> getConfigurations(Ljava/lang/String;)Lorg/apache/java/util/Configura
> tions; not found
> [15/12/2000 11:31:50:232] (ERROR) an error returned handling request via
> protocol "ajpv12"
>
I deduce from the comments about jserv that you have already installed
jserv.
The getConfigurations() class has been added to the Configurations class
distributed with Turbine, so I am guessing that the classloader is
finding the old version of the class first.
Moving the turbine.jar in front of the jserv.jar in your class loading
sequence should resolve this problem.
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]