Hi again,
we managed to do all the compilation and installation steps in the
tutorial. We have copied the 3 WAR files in our webapps Tomcat and started it.
It came up with the following errors :
1. An error about initialising a servlet in localhost.com (from the TAR
file in the tutorial page) : the resource servlet is defined as
no.no.search.sesat.commons.resourcefeed.ResourceServlet which is a package that
doesn't exists. We managed to correct this by putting instead
no.sesat.commons.resourcefeed.ResourceServlet. The web.xml source file seems to
have this value for the resource servlet :
no.${package}.sesat.commons.resourcefeed.ResourceServlet in the skin-archetype
package. When executing the third maven command, we must add the parameter
package with the value no.search.sesat. So we think there's a problem here;
2. After correcting the first problem, we've come up with another one in
the ROOT application, telling us that there is a library missing in its lib
directory : commons-logging. The library is effectively retrieved by maven and
put in our local repository, but it doesn't seems to add itself to the main WAR
when installing with maven. We correct this by manually adding it into the lib
directory;
3. The third one is difficult for us to correct because it seems to be a
missing class : the ROOT application tries to initialize a servlet :
no.sesat.search.http.servlet.MapServlet. But we can't find that servlet
anywhere in the sesat-kernel sources;
4. We have absolutely no idea about where we should put the JSP and CSS
files and in which of the 3 web applications (ROOT, generic-sesam or
localhost.com). We don't know either if those files should be placed directly
into the root directory or in a subdirectory named pages and framesets/layout
etc.
Thanks in advance for your help.
_______________________________________________
Kernel-development mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-development