Zufeng Huang read this: http://java.sun.com/j2ee/dtds/web-app_2.2.dtd contain the explain of the all part of web.xml (it's at the top of web.xml)
----- Original Message ----- From: "Raffaele Ragni" <[EMAIL PROTECTED]> To: "Jetspeed Developers List" <[EMAIL PROTECTED]> Sent: Friday, July 25, 2003 10:59 AM Subject: Re: Confused with URLs. > Il ven, 2003-07-25 alle 23:16, Zufeng Huang ha scritto: > > ok, I found a file named jetspeed-1.4-b4.jar, I think this is the jar > > file which contains jetspeed, right? > > > > But I still want somebody can explain why there is a "*" after /portal/. > > I think it means that anything that begins with /portal/ is processed by > the defined servlet (was it turbine or directly jetspeed? not sure..) > > > > Zufeng Huang wrote: > > > > > I just found the following line associated with portal. > > > > > > <servlet-mapping> > > > <servlet-name> > > > jetspeed > > > </servlet-name> > > > <url-pattern> > > > /portal/* > > > </url-pattern> > > > </servlet-mapping> > > > > > > why there is a "*" after /portal/? It stands for zero/one/more character? > > > > > > where can I find the jetspeed servlet? in the /lib/*.jar file? which one? > > > > > > Massimiliano Dessi wrote: > > > > > >> 1) portal it's a alias in a web.xml > > >> to mapping jetspeed servlet (turbine servlet class) > > >> > > >> 2) media-type it's a media to render a page (http or wml or voice xml) > > >> > > >> 3) page it's a page of the user anon > > >> > > >> 4) the "directory" similarly as a system of web directory (such apache) > > >> are mapped for the user in the file .psml > > >> WEB-INF\psml\user\anon\html\en anon it's a name html it's a media > > >> type > > >> and en it's a localized psml > > >> > > >> > > >> > > >> ----- Original Message ----- > > >> From: "Zufeng Huang" <[EMAIL PROTECTED]> > > >> To: "Jetspeed Developers List" <[EMAIL PROTECTED]> > > >> Sent: Friday, July 25, 2003 10:32 PM > > >> Subject: Confused with URLs. > > >> > > >> > > >> > > >> > > >>> All, > > >>> > > >>> I think everybody here is familiar with the following URL: > > >>> > > >>> > > >> > > >> http://localhost/jetspeed/portal/media-type/html/user/anon/page/default.psml > > >> > > >> /js_pane/114 > > >> > > >> > > >>> But I have many quesitons about it: > > >>> > > >>> 1. Is "portal" in the above line is a directory? a map? Map to where? > > >>> 2. I didn't found any directory or file named "media-type", what's it? > > >>> 3. I didn't found any directory or file named "page", what's it? > > >>> 4. "default.psml/js_pane/114", what it means? > > >>> > > >>> It seems that URL/PATH of Java-based application server has much > > >>> difference with traditional web server such as apache. > > >>> Anybody can give me an explain? > > >>> > > >>> > > >>> --------------------------------------------------------------------- > > >>> To unsubscribe, e-mail: [EMAIL PROTECTED] > > >>> For additional commands, e-mail: [EMAIL PROTECTED] > > >>> > > >>> > > >>> > > >> > > >> > > >> > > >> --------------------------------------------------------------------- > > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > > >> For additional commands, e-mail: [EMAIL PROTECTED] > > >> > > >> > > >> > > >> > > >> > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
