Sorry, Jon, I should have been more clear with my question. I knew that
method existed in Turbine, but it is never called anywhere from Jetspeed.
And there is no setting in TurbineResources.properties that seems to set
it.

Carol





                                                                                       
                                     
                    Jon Stevens                                                        
                                     
                    <[EMAIL PROTECTED]>            To:     JetSpeed 
<[EMAIL PROTECTED]>                         
                    Sent by:                      cc:                                  
                                     
                    <[EMAIL PROTECTED]        Subject:     Re: default app         
                                     
                    -dogs.com>                                                         
                                     
                                                                                       
                                     
                                                                                       
                                     
                    11/01/2000 04:36 PM                                                
                                     
                    Please respond to                                                  
                                     
                    "JetSpeed"                                                         
                                     
                                                                                       
                                     
                                                                                       
                                     



on 11/1/2000 1:35 PM, "Jon Stevens" <[EMAIL PROTECTED]> wrote:

> on 11/1/2000 12:55 PM, "Carol Jones/Raleigh/IBM" <[EMAIL PROTECTED]>
wrote:
>
>> What am I missing then? Where is the web app name configured and
>> inserted into the URI?
>>
>> Carol
>
> � � � �this.scriptName = this.getServerData().getScriptName();
>
> -jon


Come on...at least read the Javadoc...it even has an example of this.

 � �/**
 � � * Sets the script name (/servlets/Turbine).
 � � *
 � � * @param name A String with the script name.
 � � * @return A DynamicURI (self).
 � � */
 � �public DynamicURI setScriptName ( String name )
 � �{
 � � � �this.scriptName = name;
 � � � �return this;
 � �}

-jon

--
http://scarab.tigris.org/    | http://noodle.tigris.org/
http://java.apache.org/      | http://java.apache.org/turbine/
http://www.working-dogs.com/ | http://jakarta.apache.org/velocity/
http://www.collab.net/       | http://www.sourcexchange.com/




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