Jon and Will, thank you for your answers. I played with it more and this 
is my understanding (maybe superficial).

http://localhost:8080/[context]/[servlet]/[servletName]

[context] is essentially a branch of the file directory under webapps.
[servlet] is RequestInterceptor and is controlled by the tomcat 
  configure file server.xml.
[servletName] is in [context]/WEB-INF/web.xml file. It's pointing to the 
main turbine servlet.

I played all those values, they all worked.

Thanks again!


Jon Stevens wrote:

> on 12/31/2000 12:40 PM, "John" <[EMAIL PROTECTED]> wrote:
> 
> 
>> This is a newbie question. I downloaded tdk and it worked out of box,
>> that's great. I found it's weird to have something like
>> 
>> http://localhost:8080/[appname]/servlet/[appname]
>> 
>> Could someone explain the syntax of this url?
> 
> 
> /context /servlet /servletName
> 
> By default, we make context==servletName for simplicity.
> 
> You can change all of the above to be whatever you want using either
> mod_rewrite or modifying the configuration of the servlet container you are
> using.
> 
> -jon
> 
> 
> 
> ------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
> Problems?:           [EMAIL PROTECTED]



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to