Hi

Visit the site

        http://www.weblogic.com/docs/sitemap.html

Regds
Veena
----- Original Message -----
From: R.B. Gurung <[EMAIL PROTECTED]>
To: Veena <[EMAIL PROTECTED]>
Cc: A mailing list about Java Server Pages specification and reference
<[EMAIL PROTECTED]>
Sent: Wednesday, May 26, 1999 11:44 AM
Subject: weblogic


> Hi there Veena,
>
> Xong says its in TOMCAT_HOME/work in apache.
> Where Can get weblogic server free download can u help me with more info
> regarding weblogic configuration, requirements
> etc . etc so that i 2 can start using the same
>
>
> ----- Original Message -----
> From: Veena <[EMAIL PROTECTED]>
> To: R.B. Gurung <[EMAIL PROTECTED]>
> Sent: Thursday, February 17, 2000 10:26 AM
> Subject: Re: Class/Jsp Location
>
>
> >
> > We r using weblogic server.........
> > For this we set a property in weblogic server asking it to generate java
> > file in a specified directory...
> >
> > But in Tomcat-Apache ..i have no idea
> >
> > ----- Original Message -----
> > From: R.B. Gurung <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Cc: A mailing list about Java Server Pages specification and reference
> > <[EMAIL PROTECTED]>
> > Sent: Tuesday, May 11, 1999 10:07 AM
> > Subject: Class/Jsp Location
> >
> >
> > > Hi ,
> > > Veena, Iam using Tomcat-Apache could you pls tell me where the JSP
> > generated
> > > java/class files are located
> > > ----- Original Message -----
> > > From: Veena <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Thursday, February 17, 2000 9:07 PM
> > > Subject: Re: Variable declaration
> > >
> > >
> > > > u can see this in java code generated for the JSP.
> > > > <! <Datatype> <variable> %> : a variable declared like this will be
> > > outside
> > > > the _jsp_service() method (Class level) whereas the
> > > > <% <Datatype> <variable> %> : a variable declared like this will be
> > within
> > > > the _jsp_service() method (local)
> > > >
> > > > ----- Original Message -----
> > > > From: Thomas Preston <[EMAIL PROTECTED]>
> > > > To: <[EMAIL PROTECTED]>
> > > > Sent: Friday, June 23, 2000 6:19 PM
> > > > Subject: Re: Variable declaration
> > > >
> > > >
> > > > > <%! declares variable at class level while <% declares variable at
> > > service
> > > > > method level.  Therefore, <%! variables are shared by all clients
> > > > accessing
> > > > > page and need to be made thread safe ect, but <% variables will
only
> > be
> > > > > access in the scope of a single request.
> > > > >
> > > > >
> > > > > >From: Ashish Bhatia <[EMAIL PROTECTED]>
> > > > > >Reply-To: A mailing list about Java Server Pages specification
and
> > > > > >     reference <[EMAIL PROTECTED]>
> > > > > >To: [EMAIL PROTECTED]
> > > > > >Subject: Variable declaration
> > > > > >Date: Fri, 23 Jun 2000 17:44:20 +0530
> > > > > >
> > > > > >Hi,
> > > > > >         What is the difference in declaring the variables as
> > > > > >
> > > > > >                 <! <Datatype> <variable> %>
> > > > > >                         Vs.
> > > > > >                 <% <Datatype> <variable> %>
> > > > > >
> > > > > >as far as concurrent users are concerned. I mean if two users are
> > > > accessing
> > > > > >the same JSP page and submitting the information at the same
time,
> > will
> > > > the
> > > > > >two have different instances of these variables, inspite of the
> > > requests
> > > > > >being served by the same servlet formed after compiling the JSP
> page.
> > > > > >Please help me in resolving this confusion.
> > > > > >
> > > > > >
> > > > > >Thanks and Regards
> > > > > >Ashish Bhatia
> > > > > >NIIT LTD.
> > > > > >8, Balaji Estate
> > > > > >Sudarshan Munjal Marg,
> > > > > >New Delhi - 110 058
> > > > > >Tel: 6203447
> > > > > >
> > > > >
> > > >
> > >
> >
>
>===========================================================================
> > > > > >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
> > > > >
> > > > >
> > ________________________________________________________________________
> > > > > Get Your Private, Free E-mail from MSN Hotmail at
> > http://www.hotmail.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