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]