U should have jsdk2.0 or higher to compile u'r servlets. further u can test
it by setting <jsdk dir>/lib/jsdk.jar;. in u'r classpath ans start servlet
engine using <jsdk dir>/bin/servletrunner.

Abhay

----- Original Message -----
From: Srinivas Chervirala <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 15, 2000 2:58 PM
Subject: Servlets...


> Hello,
>
> I am new to Servlets. I would like to know How can I Compile and run
> the
> Servlets under Windows 98 (SE). I have jdk1.2.2 version. What is
appropriate
> Servlet Package for this version.
>
> Regards,
> Srinivas Chervirala
>
> --
> Srinivas  Chervirala
> [EMAIL PROTECTED] - email
> (312) 777-4004 x1267 - voicemail/fax
>
>
>
> ---- Justin Wells <[EMAIL PROTECTED]> wrote:
> > You can try WebMacro:
> >
> >    http://webmacro.org
> >
> > which is free under multiple opensource licenses. It allows you to
> > split
> > your HTML out into a template, and uses Java introspection to connect
> > up
> > your ordinary Java objects with the variables in the template script.
> >
> > Justin Wells
> >
> > AltaVista Company
> > [EMAIL PROTECTED]
> >
> >
> > Quoting Arnaud D ([EMAIL PROTECTED]):
> > > I don't know if you feel the same way as I do, but I don't like
servlet
> > code
> > > that looks like this :
> > >
> > > out.println("<html><head><title></title></head><body>you get the
> > > picture</body></html>");
> > >
> > > A good alternative that people like is XML, but I find the use of
> > XML
> > > parsers/processors too complicated for a simple page and
> > > out.println("<root><element></element></root>"); is not the way to
> > do it.
> > >
> > > Anyway, I came across a page in jason hunter's java servlets book
> > that talks
> > > about the weblogic.html package which allows you to create ServletPage
> > > objects and create HTML that way. That package is part of weblogic
> > and is
> > > therefore, not free.
> > >
> > > Does anyone know of a package that creates HTML and that is free
> > for
> > > non-commercial applications (or commercial applications as well)
> > ??
> > >
> > > Regards, Arnaud Dostes
> > >
> > >
___________________________________________________________________________
> > > To unsubscribe, send email to [EMAIL PROTECTED] and include in
> > the body
> > > of the message "signoff SERVLET-INTEREST".
> > >
> > > Archives: http://archives.java.sun.com/archives/servlet-interest.html
> > > Resources:
http://java.sun.com/products/servlet/external-resources.html
> > > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
> >
> >
___________________________________________________________________________
> > To unsubscribe, send email to [EMAIL PROTECTED] and include in
> > the body
> > of the message "signoff SERVLET-INTEREST".
> >
> > Archives: http://archives.java.sun.com/archives/servlet-interest.html
> > Resources: http://java.sun.com/products/servlet/external-resources.html
> > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
> >
>
> __________________________________________________
> FREE voicemail, email, and fax...all in one place.
> Sign Up Now! http://www.onebox.com
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to