Hi.

"The servlet" is "Turbine.class" (no package, it's in the root of
turbine-2.0.jar.

For weblogic, it should look something like:

weblogic.httpd.register.jetspeed=Turbine
weblogic.httpd.initArgs.jetspeed=\
        properties=/xxxxx/config/TurbineResource.properties

In this example, "jetspeed" is the alias for "the servlet" :-)


Martin

> "Configure your Servlet init parameters. Add the property "properties"
> to point to Jetspeed to the file
>                           "./src/config/TurbineResources.properties"
> that ships with the Jetspeed distribution. This can be done by
>                           setting an init parameter in your Servlet
> Engine (under Jakarta this is defined in WEB-INF/web.xml). You
>                           should give the Servlet an alias to something
> like "jetspeed". "
> 
> 1.  there's nothing that looks like "properties" in my
> weblogic.properties file.  where does this go and what's the syntax?
> 
> 2.  "give the Servlet an alias" - which servlet?  what's the full
> classname?
> 
> thanks in advance,
> -bml
> --
> Brian M. Long
> RandomWalk Computing, Inc.
> 212.480.5823 x276
> "Anything can happen..."
> 
> --
> --------------------------------------------------------------
> 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