I have been trying for several months to get jetspeed running on my Windows
computer. With the new documentation and the 03-14-2000 cvs, I thought I'd
take another stab.
After removing the iCalendar folder from the src files, I was able to "build
all". This created a jetspeed.jar and a jetspeed-1.0b1-dist.jar file. I am
assuming the jetspeed.jar file is the one I am after.
So I followed all the instructions in the latest docs provided by Kevin
(look great/simple!).
Now, when I access http://localhost/servlet/jetspeed, I get the following
error:
java.lang.Exception: Requested Action not found: JetSpeedSessionValidator
at org.apache.turbine.modules.ActionLoader.getInstance(ActionLoader.java,
Compiled Code)
at java.lang.Exception.<init>(Exception.java, Compiled Code)
at org.apache.turbine.modules.ActionLoader.getInstance(ActionLoader.java,
Compiled Code)
at Turbine.doGet(Turbine.java, Compiled Code)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at
org.apache.tomcat.core.ServletWrapper.handleInvocation(ServletWrapper.java,
Compiled Code)
at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:224)
at
org.apache.tomcat.servlets.InvokerServlet.service(InvokerServlet.java:240)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at
org.apache.tomcat.core.ServletWrapper.handleInvocation(ServletWrapper.java,
Compiled Code)
at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:224)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:347)
at
org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection
(Ajp12ConnectionHandler.java:146)
at org.apache.tomcat.service.TcpConnectionThread.run(TcpEndpoint.java:305)
at java.lang.Thread.run(Thread.java:479)
I feel I somehow have an incorrect .properties file, and the documentation
on these are sparse. For example, there are several entries for cache
directories. Will jetspeed create the folders if they do not exist, or must
I manually create them? Does each have to be a seperate folder, or can I
just set all of them to /c:/temp?
Also, I have noted that cocoon.properties does not have linefeeds when I
open it up in notepad ( I assume its a CR-vs-CrLf ). Does this make any
difference on my Windows system?
Also, as general feedback, I believe that the build.bat file in CVS is still
incomplete. There is no indication to the user that they also need to
provide paths to jsdk.jar and a couple others that I cannot think of right
now. (I have been copying the build.bat that this user-list helped me
construct a while back - thanks!)
By the way, this would be useful information in the "for dummies"
instructions people were discussing yesterday.
Thanks,
Steve B.
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]