Ok, please excuse my ignorance.... But I'm new to jserv...having a hard time
getting it to work.....
Two questions, first the easy one
1 - What is the difference between JSP, GnuGSP and ESP and why should I choose
which one of these alternatives for ASP-like capabilities?
2 - I am trying to figure out how to make Apache find new servlets when I
install them, and I can't quite figure that out. Where do they go and what
should the URL look like? I see various things in the various config files
related to mapping URI's to things...and other stuff....but I can't seem to make
sense out of it...nothing seems to work. Please, someone help me understand
what are the relevant configuration parameters in which files, when and how do I
set CLASSPATH and how can the URL look in order to invoke servlets
Thanks
-steve
Stephen Schow wrote:
> In my mind, the main difference is that SSI basically means that you have
> HTML pages *WITHOUT* any kind of javascript in them. However, the SCRIPLET
> tag can be used in the middle of the HTML to call servlets (which in turn
> generate HTML output that gets put there dynamically).
>
> JSP actually allows you to intermix javascript and HTML within the document
> itself. The javascript might call servlets, or it might just have
> conditional logic with little or no use of servlets (other than the JSP
> servlets themselves).
>
> Someone please correct or clarify if I'm wrong...
>
> -steve
>
> Cabbar Duzayak wrote:
>
> > Hi;
> >
> > I am kind of confused about JServSSI and JSP. I would appreciate if
> > someone can tell me the difference between two. I mean, both of them
> > stores the compiled byte-code at the server (JSP recompiles it if the
> > template is changed) and both of them includes the output of the program
> > dynamically whenever a request is made to that URL. So what is the
> > difference ?
> >
> > TIA...
> > Get Your Private, Free Email at http://www.hotmail.com
> >
> > ----------------------------------------------------------------
> > To subscribe: [EMAIL PROTECTED]
> > To unsubscribe: [EMAIL PROTECTED]
> > Archives and Other: <http://java.apache.org/main/mail.html/>
> > Problems?: [EMAIL PROTECTED]
>
> --
> -----------------------------
> Steve Schow - Portal Software
> [EMAIL PROTECTED]
> http://www.bstage.com/
> -----------------------------
>
> ----------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Archives and Other: <http://java.apache.org/main/mail.html/>
> Problems?: [EMAIL PROTECTED]
--
-----------------------------
Steve Schow - Portal Software
[EMAIL PROTECTED]
http://www.bstage.com/
-----------------------------
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]