Lars,
Try these installation steps. They are from the new docs.
Let me know if there are any problems with them:
---------------------------------------------------------------------
1. checkout the source and go to the build directory
set CVSROOT=:pserver:[EMAIL PROTECTED]:/products/cvs/jetspeed
cvs login
(pass is "anon")
cvs checkout jetspeed
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 Lars Vogelgesang
> Sent: Tuesday, December 19, 2000 7:48 AM
> To: JetSpeed
> Subject: Installation problems with Jetspeed on Win98...continue
>
>
> Hi!
> Thank you Ingo, but nevertheless the installation doesn't work:
>
> I have several question regarding the install guide:
>
>
> Using the WAR:
> 1. checkout the source and go to the build directory
> cd <jetspeedRoot>/build
> => Does the source mean the unzipped jetspeed-files?
>
> 2. build
> [Win32/DOS] .\build webapp
> => When I try .\build webapp I get an
> BUILD FATAL ERROR: Target 'webapp' does not exist in this project.
> OK, reading the build.bat-File and I try
> .\build dist
> => The files are created, but I get 18 errors
> (some of them concern not dfinding methods (getAttribute,
> setAttribute) in interface javax.servlet.http.HttpSession while
> compiling
> org.apache.jetspeed.turbine.actions.calendar.GetDayViewInfo.java
>
> 3. get a servlet 2.2 runner like tomcat
> http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2/bin/
> => OK, I use jakarta-tomcat 3.2.1
> 4. unzip the tomcat distribution
> => OK
>
> 5. copy the jetspeed WAR file to the Tomcat webapps directory
> [Win32] copy <jetspeedRoot>\bin\jetspeed.jar <tomcat_home>\webapps\
>
> => There is no WAR-File in my jetspeed-directory ... and the
> jetspeed.jar-
> File is located in directory jetspeed and not in directory
> jetspeed\bin
> (I read several times that jetspeed.jar is located add \bin)
> So I copy the jetspeed.jar-File to <tomcat_home>\webapps\
> and rename the file to jetspeed.war
>
> 6. start Tomcat
> [Win32] <tomcat_home>\bin\startup.bat
> [Unix] <tomcat_home>/bin/startup.sh
> => OK, the jetspeed-directory is created (if I leave the filename
> jetspeed.jar nothing is created)
>
> 7. Connect to Jetspeed
> http://localhost:8080/jetspeed/
> => Still the 404-error.
> Don't I have to write a web.xml to configure the jetspeed-servlet???
>
> Thanks,
> Lars
>
> -------------------------------------
> Lars Vogelgesang
> [EMAIL PROTECTED]
> http://www.vogelgesang.xodox.de
> http://www.madnotmad.de
> http://www.munsters.de.st
>
>
>
>
> --
> --------------------------------------------------------------
> 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]