Rodrigo Malara <rodrigomal...@...> writes: > > > Hello,I'm new to Stripes and building my first > web app using it... > ... > I've Googled around and didn't find > anything that could help me out.If you have any clue on > how I can solve this, I would appreciate.Thanks Rodrigo >
Hello guys, I found the problem. It's a classpath issue that may be worked around in future releases. Instead of copying the cos.jar and stripes-1.5.jar inside WEB-INF/lib, I copied them inside Tomcat's shared lib folder (CATALINA_HOME/shared/lib) so other webapps could reuse them. So, the problem went away when I placed them into WAR's WEB-INF/lib folder. Thanks (or 'Obrigado' to portuguese speakers) for your support Rodrigo ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
