Hi Rakesh,

Thanks first!

i'm a newbie in JSP. i've several questions for you....

for JSP, i'm using Apache1.3.12 , Apache JServ. 1.1.1, and JDK1.2.2.

Apache server is running on port 80.

Now the questions are (actually, a series !!)......

1) the whole config. is correct? anything else reqd?

2) from which folder is to run the jsp files and servlets?

for example, if u've used IIS, we place files under default wwwroot folder
under the inetpub folder.

2) Do we have any MMC (as in IIS) like console here, from where we can
administer our sites?

3) If, suppose database (oracle/ ms access) is on one machine, and
Apache/Jserv in another, how to connect the code from one machine to
another?


joydeep



----- Original Message -----
From: Rakesh Bhat <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 28, 2000 12:57 PM
Subject: Re: Am I missing something??


> Hi,
>
> adding  to Eric's response ,
> You can also use JSWDK (I guess internally tomcat uses JSWDK).
> If u  go through sun's tutorial on jsp you will get an idea of where to
keep these
> JSP files to run them in JSWDK.
>
> I am using JDeveloper 3.1  and  is really good for JSP application
development(my
> opinion).
>
>
> Regds
> Rakesh.
>
>
> Hans Bergsten wrote:
>
> > Eric Fickes wrote:
> > >
> > > Hello all,
> > >
> > > I don't mean to post such a newbie question to the list, but I've
spent the
> > > last two days reading sun's sites, java/jsp sites, pdf specifications,
and I
> > > now have two JSP books (WROX Professional JSP, and SAMS  Pure JSP),
and I'm
> > > more confused than when I began my quest to learn JSP.  I've got two
> > > questions that I can't seem to answer no matter where I look, and I
hope
> > > someone on this list could take the time to answer them for me.
> > >
> > > 1.Should I know JAVA before trying to learn jsp?
> >
> > For anything more than trivial examples, you need to either know Java or
> > have access to third party JavaBeans and/or JSP custom actions (or
> > access to a Java programmer that can develop these components for you).
> > You can find beans and custom actions at various sites, such as
> > the sites listed at
> >
> >   <http://java.sun.com/products/jsp/resources.html>
> >
> > If you use this type of components, you should not need to know much
> > Java (if any) to develop your application.
> >
> > <vendor>
> > If you're interested, the company I run offers a JSP custom action
> > library for database access, sending email, file manipulation and more,
> > called InstantOnline Basic for JSP. A preview version is available at
> >
> >   <http://www.gefionsoftware.com/InstantOnline/>
> >
> > Using this library you don't need to put any Java code whatsoever in
> > your JSP Pages (even though can if you want to, of course).
> > </vendor>
> >
> > > 2.What do I need to have installed to get going when I finally start
> > > creating jsps?
> >
> > I recommend that you get Tomcat 3.2 Beta 2. It's the reference
implementation
> > for the JSP 1.1 specification. You can use it stand-alone, as a small
> > servlet/JSP enabled web server.
> >
> >   <http://jakarta.apache.org/>
> >
> > Hans
> > --
> > Hans Bergsten           [EMAIL PROTECTED]
> > Gefion Software         http://www.gefionsoftware.com
> >
> >
===========================================================================
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to