Christian Haul says:
class not found".> Looks like there is a problem with your XSP or - if any - your
> logicsheets. There should be another message telling you exactly what
> went wrong. Cocoon is very verbose on errors so sometimes one doesn't
> spot the root cause.
> 
> Your XSP will be transformed to a java file, here
> org/apache/cocoon/www/docs/myfile_xml.java and then compiled to
> org/apache/cocoon/www/docs/myfile_xml.class
> (paths relative to $TOMCAT/work/localhost/cocoon/....)

I see the trouble.  My files are all in a subdirectory (say "myDir")
under docs.  Everything works except jsp where it will need to create
and run the servlet.  The "work" directory on contains "docs/samples",
"docs/myDir" isn't there, and that's the "class not found".

I left the "myDir" out of the code I posted here earlier to simplify
it.  I figured that was working since it's finding all my files fine.
How do I add additional directories under "docs" and get the right
directory structure to be created under
$TOMCAT/work/localhost/cocoon/?

Thanks!  I'm making good progress!


--
Jeff Sexton
ODS Health Plans
[EMAIL PROTECTED]

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to