Adam,
I had some problems with it too this morning. It should be working now.
Did you see the instructions that Raphael sent out yesterday on how to
install the Jetspeed WAR file?
Its really simple.....I will include them again for you:
1. checkout the source and go to the build directory
cd <jetspeedRoot>/build
2. build
[Win32/DOS] .\build webapp
[Win32/cygnus] bash build.sh webapp
[unix] ./build.sh webapp
3. get a servlet 2.2 runner like tomcat
http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2/bin/
4. unzip the tomcat distribution
5. copy the jetspeed WAR file to the Tomcat webapps directory
[Win32] copy <jetspeedRoot>\bin\jetspeed.war <tomcat_home>\webapps\
[Unix] cp <jetspeedRoot>/bin/jetspeed.war <tomcat_home>/webapps/
6. start Tomcat
[Win32] <tomcat_home>\bin\startup.bat
[Unix] <tomcat_home>/bin/startup.sh
7. Connect to Jetspeed
http://localhost:8080/jetspeed/
There are 2 default accounts created:
Login: turbine Password: turbine
Login: admin Password: jetspeed
7a. If you want the registration to work and you're on NT without a local
SMTP
server:
- either download a free SMTP server implementation and install it on
your
computer.
For example: http://java.apache.org/james/
- or modify the mailhost setting in
<tomcat_home>/webapps/jetspeed/WEB-INF/conf/TurbineResources.properties
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> [EMAIL PROTECTED]
> Sent: Tuesday, December 12, 2000 2:09 PM
> To: JetSpeed
> Subject: Exception trying to install latest snapshot...
>
>
> I get the following exception when trying to run the latest Jetspeed code.
>
> Exception: java.lang.ClassNotFoundException:
>
> Requested Navigation not found: null
> Turbine looked in the following modules.packages path:
> [org.apache.jetspeed.modules.actions,
> org.apache.jetspeed.modules.layouts, org.apache.jetspeed.modules,
> org.apache.turbine.modules]
>
> at
> org.apache.turbine.modules.NavigationLoader.getInstance(Navigation
> Loader.java:190)
> at
> org.apache.turbine.modules.NavigationLoader.eval(NavigationLoader.
> java:128)
> at
> org.apache.jetspeed.modules.layouts.JetspeedLayout.doBuild(Jetspee
> dLayout.java:96)
> at org.apache.turbine.modules.Layout.build(Layout.java:93)
> at
> org.apache.turbine.modules.LayoutLoader.exec(LayoutLoader.java:122)
> at
> org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPage.java:170)
> at org.apache.turbine.modules.Page.build(Page.java:92)
> at org.apache.turbine.modules.PageLoader.exec(PageLoader.java:122)
> at org.apache.turbine.Turbine.doGet(Turbine.java:364)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> at
> org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper
> .java:503)
> at
> org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper
> .java:597)
> at
> org.apache.tomcat.servlets.InvokerServlet.service(InvokerServlet.java:257)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> at
> org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper
> .java:503)
> at
> org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
> at
> org.apache.tomcat.service.http.HttpConnectionHandler.processConnec
> tion(HttpConnectionHandler.java:160)
> at
> org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoin
> t.java:338)
> at java.lang.Thread.run(Unknown Source)
>
>
> Any help would be appreciated...
>
> Thanks...
> Adam
>
>
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Archives and Other: <http://marc.theaimsgroup.com/?l=jetspeed>
> Problems?: [EMAIL PROTECTED]
>
>
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://marc.theaimsgroup.com/?l=jetspeed>
Problems?: [EMAIL PROTECTED]