Hello All,

I am newbie in turbine, but I have a question:

Why I need to set a plus "servlet/appname" in default url like:

http://localhost:8080/appname/servlet/appname

Where is it compiled? 
In normal url of Tomcat appalication is: http://localhost:8080/appname

in WEB-INF/web.xml has:
    <servlet>
        <servlet-name>
           appname
        </servlet-name>
        <servlet-class>
            org.apache.turbine.Turbine
        </servlet-class>
...
    </servlet>

so tomcat knows what is the default class of appname.
-- 
thanks,
----------------------------------------------------
Zoltan Zidarics programmer
PTE University Pecs, Hungary
icq: 43288694

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to