Hi,

I download the full distrib. everything start fine but
http://host/servlet/jetspeed display nothing ?

Could someone help me.
Host: Win 2000
JVM: 1.3Beta


Hubert





Here the JETSPEED/TOMCAT distribution Win32 batch file.

REM ##################################
REM Define the JIT Compiler         #
REM ##################################
set JAVA_COMPILER
set JAVA_HOME
set JAVA_HOME=c:\java
REM ##################################
REM Mode for your Servlet Engine    #
REM ##################################
set MODE=RUN

REM ##################################
REM Set your Servlet Engine         #
REM ##################################

set ENGINE=TOMCAT

REM ##################################
REM Setup JVM options.              #
REM ##################################


    set MIN_MEMORY_OPTION=-Xms40000000
    set MAX_MEMORY_OPTION=-Xmx64000000


REM ###################################
REM # Compute your Servlet Engine     #
REM ###################################
REM # Compute all Servlet Engine info including CLASSPATH, SERVLET_ENGINE,
etc
    set TOMCAT_HOME=%JAVA_HOME%\jetspeed\tomcat
    set
CLASSPATH=%TOMCAT_HOME%\lib\jasper.jar;%TOMCAT_HOME%\lib\servlet.jar;%TOMCAT
_HOME%\lib\webserver.jar;%CLASSPATH%;%TOMCAT_HOME%\lib\xml.jar
    set SERVLET_ENGINE=-Dtomcat.home=%TOMCAT_HOME%
org.apache.tomcat.startup.Tomcat

REM ###################################
REM # Bootstrap..............         #
REM ###################################

echo Running under Java %JAVA_VERSION%

REM #now run this under the JVM

set JAVA_CMD=%JAVA_HOME%\bin\java %MIN_MEMORY_OPTION%   %MAX_MEMORY_OPTION%
%MISC_OPTIONS% %SERVLET_ENGINE%

echo JVM:  Using a JIT for increased performance

set JETSPEED_HOME=%JAVA_HOME%\jetspeed\jetspeed
set
CLASSPATH=%JAVA_HOME%\lib\tools.jar;%JETSPEED_HOME%\Jetspeed.jar;%JETSPEED_H
OME%\lib\castor.jar:%JETSPEED_HOME%\lib\ecs.jar;%JETSPEED_HOME%\lib\village.
jar;%JETSPEED_HOME%\lib\cocoon-ext-servlet2.2.jar;%JETSPEED_HOME%\lib\jyve-2
.0.jar;%JETSPEED_HOME%\lib\xalan.jar;%JETSPEED_HOME%\lib\cocoon.jar;%JETSPEE
D_HOME%\lib\turbine-2.0.jar;%JETSPEED_HOME%\lib\xerces.jar;%CLASSPATH%

echo JVM:  Now JServ under Java %JAVA_VERSION% in %MODE% mode with the
command:
echo JVM:  %JAVA_CMD%
%JAVA_CMD%



-----Message d'origine-----
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]De la part de burtonator
Envoye : vendredi 23 juin 2000 03:52
A : [EMAIL PROTECTED]
Objet : ANNOUNCE: Jetspeed/Tomcat distribution.


OK Boys and Girls :)

I got sick of everyone complaining how hard Jetspeed is to setup :)

I took Jon's good idea and provided an impl.  I bundled up
Tomcat/Cocoon/Jetspeed/Turbine/etc and formed a distribution of all this
stuff for download:  http://relativity.yi.org/download

So what does this change.

If you want to run Jetspeed and don't want to go through the hassle of
configuring it just download the dist and do this.

- Install a JVM on your system
- untar the whole dist
- run ./bin/startup-jetspeed.sh
- connect to http://localhost:8080/servlet/jetspeed

DONE

If anyone has any feedback I would appreciate it.  Jetspeed should be
configured as a .jar in Tomcat but I didn't feel like taking the time.
The other issue is that there is no .bat file for NT.  If you install
cygwin and bash you can probably run the above shell script.

Thoughts?

--
Kevin A Burton (e-mail: [EMAIL PROTECTED], UIN: 73488596, ZKey:
burtonator)
http://relativity.yi.org
Message to SUN:  "Please Open Source Java!"
To fight and conquer in all your battles is not supreme excellence;
supreme
excellence consists in breaking the enemy's resistance without fighting.
    - Sun Tzu, 300 B.C.


--
--------------------------------------------------------------
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]




--
--------------------------------------------------------------
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]

Reply via email to