I am using:

Windows 98SE
64M Memory

Apache 1.3.12
Tomcat 3.1
JDK 1.3.0
Cocoon 1.7.4
Xerces 1.1.1

---------  tomcat/webapps/jetspeed/WEB-INF/web.xml   ------------

<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
    "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd">

<web-app>
    <servlet>
        <servlet-name>
            Jetspeed
        </servlet-name>
        <servlet-class>
            Turbine
        </servlet-class>
        <init-param>
            <param-name>
                 properties
            </param-name>
            <param-value>
 
c:\ApacheExtras\Jetspeed\src\config\TurbineResources.properties
            </param-value>
        </init-param>
    </servlet>

</web-app>

---------   Turbine.properties  -------------
Although I have tried many other changes, this is currently the only change
to the vanilla Turbine.Properties file


#the properties file for Jetspeed
jetspeed.properties=C:/apacheextras/jetspeed/src/config/JetspeedResources.pr
operties

---------    Jetspeed.properties  --------------
The same for Jetspeed.properties  

#########################################
# Cocoon config                         #
#########################################
#Jetspeed attempts to initialize it's own Cocoon Engine.
cocoon.properties.file=C:/apacheextras/jetspeed/src/config/cocoon.properties

----------   Cocoon.properties  ---------------
The same for Cocoon.properties

#########################################
# Cocoon config                         #
#########################################
#Jetspeed attempts to initialize it's own Cocoon Engine.
cocoon.properties.file=C:/apacheextras/jetspeed/src/config/cocoon.properties

----------  server.xml  ------------------

        <!-- example - how to override AutoSetup actions -->
        <Context path="/examples" docBase="webapps/examples" debug="0"
reloadable="true" > 
        </Context>
        <!-- example - how to override AutoSetup actions -->
        <Context path="" docBase="webapps/ROOT" debug="0" reloadable="true"
> 
        </Context>

        <Context path="/test" docBase="webapps/test" debug="0"
reloadable="true" > 
        </Context>

        <Context path="/Jetspeed" docBase="webapps/Jetspeed" debug="0"
reloadable="true" > 
        </Context>

---------  Other considerations  -----------

I wasn't clear on what to do with "/content" so I tried many different
things with the same results.
Currently, I have a content.war file in my tomcat/webapps directory to
emulate the samples that are there.

I would be glad to supply any other information if you can tell me what you
need to see.

Thank you very much in advance.









-----Original Message-----
From: Neeme Praks [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 19, 2000 6:56 AM
To: JetSpeed
Subject: RE: Windows 98 Installation Problems



Could you please specify your servlet engine, OS, JDK, etc. As much
about your conf as possible.

Neeme

> -----Original Message-----
> From: Golden D. Blount [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 19, 2000 7:38 AM
> To: [EMAIL PROTECTED]
> Subject: Windows 98 Installation Problems
> 
> 
> I have been trying to install Jetspeed 1.2b1 (this is my 
> first installation)
> all day.  
> 
> All I get is a listing of my webapps/jetspeed directory.
> 
> There are no error messages in any of the logs that I can find.
> 
> It just looks like it doesn't know what to display.  Which 
> configuration
> file identifies the initial page to be displayed?
> 
> Can anyone point me to documentation that may help. I'm 
> willing to RTFM if I
> can find a good one.
> 
> Thanks.
> 
> 
> --
> --------------------------------------------------------------
> 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]


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