David Wynter wrote:
But with the above settings I get this exception:

2003-10-21 15:37:07,565 [HttpProcessor[8080][4]] ERROR
org.apache.turbine.Turbine - Turbine.handleException:
java.lang.ClassNotFoundException:

        Requested Page not found: Default
        Turbine looked in the following modules.packages path:
        [com.roamware.rwtransform.modules, org.apache.turbine.modules]

        at org.apache.turbine.modules.PageLoader.getInstance(PageLoader.java:207)
        at org.apache.turbine.modules.PageLoader.exec(PageLoader.java:136)
        at org.apache.turbine.Turbine.doGet(Turbine.java:796)


I had the same exception when I was using RawScreens. To solve it, put the following class in your module path:

package com.roamware.rwtransform.modules.pages;
import org.apache.turbine.modules.pages.DefaultPage;
public class Default extends DefaultPage {
}


Regards, Uwe


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to