if you see the mapping in web.xml, means that the JSP pages have been
precompiled into servlets. and are now accessible as servlets, not JSP pages
anymore. the .jsp file is just there as your reference, but Tomcat actually
reads the .class file in WEB-INF/classes(or lib)

Filip

----- Original Message -----
From: "Andiputranto Sukojo" <[EMAIL PROTECTED]>
To: "tomcat" <[EMAIL PROTECTED]>
Sent: Thursday, January 22, 2004 4:56 PM
Subject: play with example ?


> Hi
>
> I'm Andi, just install tomcat 5 and try to play with jsp-example.
>
> i modified some jsp file  but why there's no change happend ?
>
> when i see the web.xml but all jsp file mapping to java class file ???
>
> i cannot find where those class file located and
> i thought i can  treat jsp file like html like ( no need any mapping).
>
> do i missunderstood the concept ?
> how i can play with jsp examples ? should copy those jsp to
> webapps/myExperiment directory ?
>
> Thanks
>
> Andi
>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to