On Fri, 14 Jul 2000, Pascal Deschenes wrote:
> I am trying to get the MainMenu to work
What servlet engine are you using? (JServ? Tomcat? Something else?)
> but I keep having this error message :
>
> Requested Screen not found: MainMenu
> Turbine looked in the following modules.packages path:
> [org.apache.jyve, org.apache.turbine.modules,...
> blah, blah, blah...
>
> As you can see, my TurbineResources.properties file
> looks correctly configured (org.apache.jyve). Also,
It sounds like the Jyve class files cannot be located. Make sure the
jyve-2.0.jar is someplace your servlet engine can find it. (If you're
using JServ, make sure it is listed in the "repositories" in your
zone.properties. Or if you're using Tomcat, it should be in your
WEB-INF/lib directory.)
> my .class files are located in the same directory than
> my Turbine .class files.
You're using the .class files directly instead of the JAR? I guess that
should still work. Again, you need to make sure the .class files can be
located by your servlet engine. (Make sure the directory containing the
class files is listed in the "repositories" of you zone.properties under
JServ, or put the class files in the WEB-INF/classes directory under
Tomcat.)
I hope that helps,
- Greg Morris
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]