Yes, of course : Tomcat just processes the Java code, not the HTML. Little
but important shade of meaning...

Thank you !

Pierre



2007/1/6, ben short <[EMAIL PROTECTED]>:

Pierre,

jsp is compiled by tomcat into servlets. Tomcat then calls the servlet
to service an incoming requests.

The html that's embedded into the jsp pages is sent to the client as
its is shown, along with any you are generating.

Usually when people ask 'will it work in this browser' they are
referring to different browsers interpreting the html, css standards
differently. Or in the case of Microsoft just doing what they feel ;)
The root of this thread is talking about this.


I hope this makes some sense.

Ben



On 1/6/07, Pierre Goupil <[EMAIL PROTECTED]> wrote:
> Errr... I thought that the JSP was converted into HTML by Tomcat ?
>
> Regards,
>
>
> Pierre
>
>
>
> 2007/1/6, ben short <[EMAIL PROTECTED]>:
> >
> > Um your joking right?
> >
> > Tomcat dosent actually create any of the html, thats up to your
> > servlets/jsp.
> >
> > Unless you mean the Tomcat manager webapp. I havent had any problems
> > with it and have used a few different browsers to acces it.
> >
> > On 1/6/07, Pierre Goupil <[EMAIL PROTECTED]> wrote:
> > > Hello, folks !
> > >
> > > Does anyone know about Tomcat's generated HTML standards compliance
? In
> > > developpement, I'm using Firefox & Konqueror, but in production they
> > will be
> > > using IE, so... Can it be that I run into problems ?
> > >
> > > I'm using Struts, Spring & JSTL (JSP, of course).
> > >
> > > Regards,
> > >
> > > Pierre
> > >
> > >
> > >
> > > 2007/1/6, EDMOND KEMOKAI <[EMAIL PROTECTED]>:
> > > >
> > > > Hi Guys
> > > >
> > > > Sorry about the off-topic posting but I thought the mailing list
> > consist
> > > > of
> > > > the audience for this campaign. A campaign has been launch to try
to
> > > > encourage web developers and webmasters from using IE hacks to
obscure
> > the
> > > > browsers shortcomings. Please read the appeal from the  address
below
> > and
> > > > pass the message along to other mailing lists you may be a
subscriber
> > to,
> > > > if
> > > > you wish to help.
> > > >
> > > > http://www.nomoreiehacks.org/
> > > >
> > > >
> > > > --
> > > > "talk trash and carry a small stick."
> > > > PAUL KRUGMAN (NYT)
> > > >
> > > >
> > >
> > >
> > > --
> > > "Sans ami était le grand Maître des mondes,
> > > Eprouvait manque - ce pour quoi il créa des esprits
> > > Miroirs bienheureux de sa béatitude !
> > > L'être suprême ne trouva au vrai aucun égal,
> > > Du calice du royaume total des âmes
> > > Ecume jusqu'à lui - l'Infinité."
> > >
> > > (Schiller, poète allemand : "L'amitié")
> > >
> >
> > ---------------------------------------------------------------------
> > To start a new topic, e-mail: users@tomcat.apache.org
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> "Sans ami était le grand Maître des mondes,
> Eprouvait manque - ce pour quoi il créa des esprits
> Miroirs bienheureux de sa béatitude !
> L'être suprême ne trouva au vrai aucun égal,
> Du calice du royaume total des âmes
> Ecume jusqu'à lui - l'Infinité."
>
> (Schiller, poète allemand : "L'amitié")
>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
"Sans ami était le grand Maître des mondes,
Eprouvait manque - ce pour quoi il créa des esprits
Miroirs bienheureux de sa béatitude !
L'être suprême ne trouva au vrai aucun égal,
Du calice du royaume total des âmes
Ecume jusqu'à lui - l'Infinité."

(Schiller, poète allemand : "L'amitié")

Reply via email to