Thanks again to Subhrajyoti for the help.

For Jakarta-tomcat 3.1 & JetSpeed-1.1 (under WinNT), this is what it looks
like:

> > para 1:  what does 'under your web server' mean?  under the
> installation
> > dir?  under bin?

the default is x:\jakarta-tomcat\webapps\ROOT\content

otherwise you have to know how to create aliases for directories in your web
server.

> > para 1:  do i need to explicitly include every .jar in the
> ./lib directory
> > in my classpath? (i did)

looks like the consensus on this is "yes".

> > para 2:  all that's needed here is an xml sample to
> cut-and-paste into the
> > web.xml file.  Note that tomcat currently comes with SIX
> web.xml files, four
> > of which are under separate WEB-INF directories.  which one?
> %JAKARTAHOME%\conf.. its this file i think .....

Subhra is right on this one.  The absolute path is

x:\jakarta-tomcat\conf\WEB-INF\web.xml, and I just cut and pasted the
example from the bottom of the installation page in there and changed it
slightly to make it OK for winNT:

<servlet>
  <servlet-name>jetspeed</servlet-name>
  <servlet-class>Turbine</servlet-class>
  <init-param>
  <param-name>properties</param-name>
  <param-value>
  <!-- /projects/jetspeed/src/TurbineResources.properties (this is for
unix) -->
  x:\Jetspeed-1.1\src\config\TurbineResources.properties <!-- this is for
NT -->
  </param-value>
  </init-param>
</servlet>

all you have to do is paste that right at the top under the <web-app> tag.

> > para 2:  "the servlet" is never mentioned anywhere.

Turns out this is Turbine (thanks to the list for helping me with this one).


> > para 4:  "make sure they match your configuration"?  idiots
> like me need to
> > know what needs to match what.
>

I did nothing at all to these files and I'm up and running (finally!).  I'd
still like to know what has to match up, if anyone knows where there's a FAQ
on it I won't waste everyone's time with stuff only I don't know.

Thanks to everyone who helped me get this thing running.
-bml

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