Re: How to hide a user from seeing source code of web page...

2001-04-26 Thread Prakasan OK

plese try this




  function right(e)
  {

var msg = "Sorry, you don't have permission to right-click.";

if (navigator.appName == 'Netscape' && e.which == 3)
  {

alert(msg);
return false;

}

else
if (navigator.appName == 'Microsoft Internet Explorer' && event.button==2)
  {

alert(msg);

return false;

}
  return true;

}

document.onmousedown = right;

 //-->






Padmakar Neelapareddy <[EMAIL PROTECTED]>@java.sun.com> on
04/27/2001 11:44:01 AM

Please respond to A mailing list about Java Server Pages specification
  and reference <[EMAIL PROTECTED]>

Sent by:  A mailing list about Java Server Pages specification and
  reference <[EMAIL PROTECTED]>


To:   [EMAIL PROTECTED]
cc:
Subject:  How to hide a user from seeing source code of web page...


Dear All,

I wanna know if there is any way to restrict the user from seeing
source
code of web page
(i.e by right clicking on page).I.e whenever he gives rigth click on
page he
shouldn't see the
pop-up menu usually comes,instead he should be warned with a
message/alert
pop-up window
mentioning deneid message.

If anybody knows the procedure ,please let me know...(***preferably
with
appropriate code)

Thanx in advance...

Rgds
padmakar neelapareddy.




The information in this message is confidential and may be legally
privileged. It is intended solely for the addressee. Access to this
message by anyone else is unauthorized. If you are not the intended
recipient, any disclosure, copying, or distribution of the message, or
any action or omission taken by you in reliance on it, is prohibited
and may be unlawful. Please immediately contact the sender if you have
received this message in error.

===

To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



How to hide a user from seeing source code of web page...

2001-04-26 Thread Padmakar Neelapareddy

Dear All,

I wanna know if there is any way to restrict the user from seeing source
code of web page
(i.e by right clicking on page).I.e whenever he gives rigth click on page he
shouldn't see the
pop-up menu usually comes,instead he should be warned with a message/alert
pop-up window
mentioning deneid message.

If anybody knows the procedure ,please let me know...(***preferably with
appropriate code)

Thanx in advance...

Rgds
padmakar neelapareddy.




The information in this message is confidential and may be legally privileged. It is 
intended solely for the addressee. Access to this message by anyone else is 
unauthorized. If you are not the intended recipient, any disclosure, copying, or 
distribution of the message, or any action or omission taken by you in reliance on it, 
is prohibited and may be unlawful. Please immediately contact the sender if you have 
received this message in error.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Antwort: sub:how to learn tag ext lib in jsp ?

2001-04-26 Thread Steffen Morawietz

hi s.k..

this tutorial (http://www.orionserver.com/taglibtut/) helped me to
understand the basics of taglibs. check it out!

steffen



skkanth
Kopie:
Gesendet von: A   Thema:  sub:how to learn tag ext lib in 
jsp ?
mailing list about
Java Server Pages
specification and
reference



27.04.1995 07:25
Bitte antworten an
A mailing list
about Java Server
Pages
specification and
reference






hi guys !!!

Please suggest me which book or website etc are good for understanding
fundas of tag ext lib in jsp ? I tried by WROX.But i could not understand
basics of this topic.

Thanks !!
(S.K.Kanth)


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.250 / Virus Database: 123 - Release Date: 4/18/99


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Performance !!

2001-04-26 Thread Shahaji Kadam.

Hi,

I have worked on NT. IIS, MTS.

There i observed that if you store COM components (objects) in IIS Session
object, then the performance goes down.

Now I am using iPlanet server and JSP on Unix.

My application architecture is MCV using Beans.

I want to know if I store a Bean in Session will it be a performance issue? WHY?

comments are expected.

Thanks,
Shahaji.Kadam

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: Sessions in Servlets

2001-04-26 Thread Tuan Trinh

No, you are not missing an import.
The problem is the JDK version you're using does not support
setAttribute(String, Object).  You have to use putValue(String, Object).

Try
session.putValue( "blnIsLoggedIn", true );

and it will work!



>From: Shawn Zhu <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and
> reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: Sessions in Servlets
>Date: Thu, 26 Apr 2001 17:57:57 -0700
>
>Just define the variable first.
>HttpSession Session;
>
>then use it.
>
> > -Original Message-
> > From: drew w [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, April 26, 2001 3:46 PM
> > To: [EMAIL PROTECTED]
> > Subject: Sessions in Servlets
> >
> >
> > I can access sessions in JSP. But I can't seem to write or
> > read them in my
> > servlet. Is this possible. Here is the code:
> >
> > session.setAttribute( "blnIsLoggedIn", true );
> >
> > Error:
> > Undefined variable or class name.
> >
> > I am importing:
> > import java.io.*;
> > import java.util.*;
> > import javax.servlet.*;
> >
> > I also tried import javax.servlet.http.HttpServlet; and I get the same
> > error. Am I missing an import?
> >
> > thanks,
> > andrew
> > _
> > Get your FREE download of MSN Explorer at http://explorer.msn.com
> >
> > ==
> > =
> > To unsubscribe: mailto [EMAIL PROTECTED] with body:
> > "signoff JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set
> > JSP-INTEREST DIGEST".
> > 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".
>For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
>DIGEST".
>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 FREE download of MSN Explorer at http://explorer.msn.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



sub:how to learn tag ext lib in jsp ?

2001-04-26 Thread skkanth

hi guys !!!

Please suggest me which book or website etc are good for understanding
fundas of tag ext lib in jsp ? I tried by WROX.But i could not understand
basics of this topic.

Thanks !!
(S.K.Kanth)


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.250 / Virus Database: 123 - Release Date: 4/18/99


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



OBJ.CONF question.

2001-04-26 Thread Liu Te Hua

Hi, friend.

can you tell me what these lines for (in OBJ.CONF iPlanet 4.1 Web Server) :


Service fn="wproxy" WebLogicHost="palm12" WebLogicPort="7001"
PathTrim="/JSP"  Service
fn="wproxy" WebLogicHost="palm12" WebLogicPort="7001"
PathTrim="/servletsclass"


Thank you very much.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: JSP Book for beginners?

2001-04-26 Thread K.S.SREEDHAR KUMAR

i'm also havng the same one buddy. the section AUDIENCE itself clears that
this one is not exclusively for programmers, it's for web-developers(non
programmers)! but one thing, for a newbie it's a very nice book

ks

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 26, 2001 9:35 PM
To: [EMAIL PROTECTED]
Subject: Re: JSP Book for beginners?




I have in front of me the book, _Java Server Pages_ by Hans Bergsten,
published by O'Reilly.

I've read an O'Reilly book or two in the past and they have been pretty
good.  I haven't read this one yet.  Has anyone else?  I would be
curious to know if someone liked this book, or if I should get a
different one as well (like the one mentioned below already).

Thanks,
Dougc

-Original Message-
From: Thompson, Willard (GTICCC)
[mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 26, 2001 9:25 AM
To: [EMAIL PROTECTED]
Subject: Re: JSP Book for beginners?


"Core Servlets and JavaServer Pagers" by Marty Hall. "Prentice Hall"

-Original Message-
From: Ruaidhrí Fernandes [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 26, 2001 9:31 AM
To: [EMAIL PROTECTED]
Subject: JSP Book for beginners?


Hi all,
Ive just started learning about JSP,
I'd like to know what is the best book to buy on JSP
for the beginner and would it be able to help me build
a fairly simple E-commerce web site with shopping
cart, just using JSP.
Let me know.
Thanks
Rui

=
"If a rabbit's foot is so lucky,. what happened to the rabbit?"



__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: Error: Attempt to reference method in interface ...

2001-04-26 Thread K.S.SREEDHAR KUMAR

method is:: request.getParameter("parameter name") but not
request.getParameter.

so tht shoould have been request.getParameter("parameter
name").equals("password") 

check out

ks

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]
Sent: Friday, April 27, 2001 2:11 AM
To: [EMAIL PROTECTED]
Subject: Error: Attempt to reference method in interface ...




if (request.getParameter.equalsIgnoreCase("andrew")){
  pw.print("you are logged in "+ request.getParameter("username")
+"
"+ request.getParameter("password"));
   }
else{ pw.print("you are not logged in "+
request.getParameter("username") +" "+ request.getParameter("password"));}

Error: Attempt to reference method getParameter in interface
javax.servlet.ServletRequest as an instnance veriable.

if (request.getParameter.equalsIgnoreCase("andrew")){
   ^

Can anyone help?

Thanks,
andrew
_
Get your FREE download of MSN Explorer at http://explorer.msn.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: Web Services..

2001-04-26 Thread Kiran P

Hi,

You can get the Sun ONE technical White Paper/Architecture at
http://www.sun.com/software/sunone/wp-arch/

And you can enter the IBM Web Services "zone" at
http://www-106.ibm.com/developerworks/webservices/?n-ws-4261

-Kiran.




Paul McGlynn wrote:

> You might also want to have a look at UDDI and its supporting site:
>
> http://www.uddi.org/
>
> UDDI provides a way of publicising your web services for the purposes of
> conducting business over the web, within an XML definition.
>
> Paul.
>
> -Original Message-
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Kevin Duffey
> Sent: Thursday, April 26, 2001 5:11 PM
> To: [EMAIL PROTECTED]
> Subject: Web Services..
>
> Hey there,
>
> Anyone using J2EE, Servlets, JSP and so forth to create Web Services? I am
> interested in learning more about this whole SOAP and WSDL stuff, and seeing
> how it fits in with JSP, Servlets and so forth.
>
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> 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
>
> __
> Graham Technology plc,
> Registered in Scotland No: 143434
> Registered Office, Torr Hall, Torr Road, Bridge of Weir, PA11 3RU, UK
> Telephone: +44 (0) 1418914000
> Fax:   +44 (0) 1418822114
> Website:   http://www.gtnet.com/
> __
>
> This email (and any attachment) is private and confidential.  If you were
> not meant to receive it, please delete it and tell us by phone or email.
> Although we scan all email and attachments we do not accept responsibility
> for viruses.
>
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
> 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


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: Urgent !!!! - loading a web browser

2001-04-26 Thread Ashish Shrestha

Hi Sumeet

You can load the default web browser on WinXX platform
using:

Runtime rt = Runtime.getRuntime();
rt.exec("rundll32 url.dll,FileProtocolHandler " + url);

The url must have the proper protocol of the url mentioned,
for example http://headlines.sourceforge.net

For a more complete example download headlines from
headlines.sourceforge.net and checkout the Utilities.java
file.
--
a s h i s h @ j d g n p . o r g
Get Headlines 0.5.2 for free at
http://headlines.sourceforge.net/

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: JDBC Driver

2001-04-26 Thread Ashish Shrestha

Celeste Haseltine wrote:
> If you are looking for a free jdbc driver for MS SQLServer, good luck.

Why don't you try FreeTDS?
Source: ftp://freetds.internetcds.com/pub/freetds_jdbc
Info: http://sunsite.unc.edu/freetds

Ashish
--
a s h i s h @ j d g n p . o r g
Get Headlines 0.5.2 for free at
http://headlines.sourceforge.net/

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: JSP,Servlets and IIS

2001-04-26 Thread Erwin Kodiat

Apache, I guess

Erwin Kodiat
Mitrais Software Development Center
Bali, Indonesia
Tel: +62 361 755025
Fax: +62 361 755024
http://www.mitrais.com

This transmission is for the intended addressee only and is confidential
information.  If you have received this transmission in error, please delete
it and notify the sender.  The contents of this E-mail are the opinion of
the writer only and are not endorsed by MROnly.com Pte Ltd unless expressly
stated otherwise.


-Original Message-
From: Lenin Lopez [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 26, 2001 23:32
To: [EMAIL PROTECTED]
Subject: Re: JSP,Servlets and IIS


Just curious, if IIS is the secod most popular web server,  which one is the
most popular, again I 'm just curious.
Thanks

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Jj Fu
Sent: Thursday, April 26, 2001 8:02 AM
To: [EMAIL PROTECTED]
Subject: Re: JSP,Servlets and IIS


of course they do (play together).
IIS is the 2nd most popular web server. The job of a web server is to work
as a file feeder mostly handle html files. A web server do not understand
ASP or JSP, but it know where to pass the requests for those pages based on
the extension (.asp or .jsp). ASPs and JSPs are handled by different engines
(ASP engine or Java Servlet Engine), theoretically they do not interfere
with each other.



JJ Fu
SUN Certified Java programmer
Sr Web Developer
Compass Bank

>>> drew w <[EMAIL PROTECTED]> 04/25/01 03:25PM >>>
Can I use ASP(Active Server Pages) and JSP on IIS or at least on the same
machine. I have a website built in ASP on IIS, but I want to slowly start
moving to a Java-based application. Can they play together?

thanks,
andrew
_
Get your FREE download of MSN Explorer at http://explorer.msn.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: Sessions in Servlets

2001-04-26 Thread Shawn Zhu

Just define the variable first.
HttpSession Session;

then use it.

> -Original Message-
> From: drew w [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 26, 2001 3:46 PM
> To: [EMAIL PROTECTED]
> Subject: Sessions in Servlets
>
>
> I can access sessions in JSP. But I can't seem to write or
> read them in my
> servlet. Is this possible. Here is the code:
>
> session.setAttribute( "blnIsLoggedIn", true );
>
> Error:
> Undefined variable or class name.
>
> I am importing:
> import java.io.*;
> import java.util.*;
> import javax.servlet.*;
>
> I also tried import javax.servlet.http.HttpServlet; and I get the same
> error. Am I missing an import?
>
> thanks,
> andrew
> _
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
> ==
> =
> To unsubscribe: mailto [EMAIL PROTECTED] with body:
> "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set
> JSP-INTEREST DIGEST".
> 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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: JSP Book for beginners?

2001-04-26 Thread Noel E. Lecaros

Hi, Doug

I've read that book.  It's almost equally targetted at both web designer and Java
developer.  You can get away with reading the first half of the book without
knowing any Java.  Consequently, as a general introduction to the technology, it's
good;  For beginners, it's excellent.  As a reference for the Java programmer,
however, it doesn't go deep enough.

You can read reviews of the book at amazon.com.

Regards,
Noel Lecaros

Doug Cannon wrote:

> I have in front of me the book, _Java Server Pages_ by Hans Bergsten,
> published by O'Reilly.
>
> I've read an O'Reilly book or two in the past and they have been pretty
> good.  I haven't read this one yet.  Has anyone else?  I would be
> curious to know if someone liked this book, or if I should get a
> different one as well (like the one mentioned below already).
>
> Thanks,
> Dougc
>
> -Original Message-
> From: Thompson, Willard (GTICCC)
> [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 26, 2001 9:25 AM
> To: [EMAIL PROTECTED]
> Subject: Re: JSP Book for beginners?
>
> "Core Servlets and JavaServer Pagers" by Marty Hall. "Prentice Hall"
>
> -Original Message-
> From: Ruaidhrí Fernandes [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 26, 2001 9:31 AM
> To: [EMAIL PROTECTED]
> Subject: JSP Book for beginners?
>
> Hi all,
> Ive just started learning about JSP,
> I'd like to know what is the best book to buy on JSP
> for the beginner and would it be able to help me build
> a fairly simple E-commerce web site with shopping
> cart, just using JSP.
> Let me know.
> Thanks
> Rui
>
> =
> "If a rabbit's foot is so lucky,. what happened to the rabbit?"
>
> __
> Do You Yahoo!?
> Yahoo! Auctions - buy the things you want at great prices
> http://auctions.yahoo.com/
>
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
> 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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: Sessions in Servlets

2001-04-26 Thread Lenin Lopez

your code to get the session variable in your servlet should be something
like this:

BeanName beabInstance = (BeanName)session.getValue("blIsLoggedin");

try it !

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of drew w
Sent: Thursday, April 26, 2001 3:46 PM
To: [EMAIL PROTECTED]
Subject: Sessions in Servlets


I can access sessions in JSP. But I can't seem to write or read them in my
servlet. Is this possible. Here is the code:

session.setAttribute( "blnIsLoggedIn", true );

Error:
Undefined variable or class name.

I am importing:
import java.io.*;
import java.util.*;
import javax.servlet.*;

I also tried import javax.servlet.http.HttpServlet; and I get the same
error. Am I missing an import?

thanks,
andrew
_
Get your FREE download of MSN Explorer at http://explorer.msn.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Sessions in Servlets

2001-04-26 Thread drew w

I can access sessions in JSP. But I can't seem to write or read them in my
servlet. Is this possible. Here is the code:

session.setAttribute( "blnIsLoggedIn", true );

Error:
Undefined variable or class name.

I am importing:
import java.io.*;
import java.util.*;
import javax.servlet.*;

I also tried import javax.servlet.http.HttpServlet; and I get the same
error. Am I missing an import?

thanks,
andrew
_
Get your FREE download of MSN Explorer at http://explorer.msn.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



where can find javax.servlet.jsp.*; API to develop taglibs

2001-04-26 Thread Janardhan Gorusu

Hi All,

Where can I find javax.servlet.jsp.*; related jar file
to develop JSP tag libraries. Pl provide me link to
the  relavant jar file. I'm using VisualAge for Java
3.02EE.
Thanks


__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: Error: Attempt to reference method in interface ...

2001-04-26 Thread Sadanand Mn

you have missed  ()  after the  getParameter i.e. getParameter().

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: Error: Attempt to reference method in interface ...

2001-04-26 Thread erik morton

if (request.getParameter.equalsIgnoreCase("andrew")){

request.getParameter() is a method of the Request interface. You are referencing it
as if request.getParameter as if it was an instance variable. Methods need
parentheses, instance variables do not. I am guessing what you want is -
if ( request.getParameter("username").equalsIgnoreCase("youname")) {

right?
Watch out for a null pointer here!

drew w wrote:

> if (request.getParameter.equalsIgnoreCase("andrew")){
>   pw.print("you are logged in "+ request.getParameter("username") +"
> "+ request.getParameter("password"));
>}
> else{ pw.print("you are not logged in "+
> request.getParameter("username") +" "+ request.getParameter("password"));}
>
> Error: Attempt to reference method getParameter in interface
> javax.servlet.ServletRequest as an instnance veriable.
>
> if (request.getParameter.equalsIgnoreCase("andrew")){
>^
>
> Can anyone help?
>
> Thanks,
> andrew
> _
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
> 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

--
Erik I Morton
Software Developer
--
CommerceHub
http://www.commercehub.com
518-886-0704
21 Corporate Drive
Clifton Park, NY 12065

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Performance

2001-04-26 Thread Mihir Sahu

Does is effect a lot if we pass more data through session objectsThanks
Regards


dirk kredler wrote:

> you can check out the InterBase RDBMS
> (has all the features you are looking for)  -
> a rock solid, fast, rdbms with a class 4
> java driver - and its free.
> i really recommend this.
>
> check out:
> http://www.borland.com/devsupport/interbase/opensource/
>
> or
>
> http://www.borland.com/interbase/
>
> dirk
>
> > hi there,
> >
> > Does anybody know of any free RDBMS that supports all the featrures like,
> > triggers, tansactions, procedures etc. and also has a supporing JDBC
> driver.?
> >
> > i have heard of InstantDB and HypsesonicSQL are there any other???
> >
> > any help in this regards would be appreciated.
> >
> > thanks and regards
> > manoj nahar
> >
> >
>
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
> 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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Precompiling JSP, page name changes (jspc)

2001-04-26 Thread web dada

(Please ignore if you get this msg twice. I post it and it wasn't showing up
...)


Hi, all:

We can use command line:
java weblogic.jspc .jsp
to precompile jsp files.

But it will generate java and classes file names encoded this way:
some_95_page_95_name.java
some_95_page_95_name.class
95 is the acii value for "_".

I guess wl won't be able to pick up this name. Any ideas? I've post it on
various
news server and mailing list but only get people reporting the same problem,
no solution.

Thanks a lot.

Sam


---
FREE! The World's Best Email Address @email.com
Reserve your name now at http://www.email.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: Error: Attempt to reference method in interface ...

2001-04-26 Thread Shawn Zhu

Are the following two statements really the same?

if("a".equals(avar))
if(avar!=null && avar.equals("a"))


> -Original Message-
> From: Richard Yee [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 26, 2001 2:00 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Error: Attempt to reference method in interface ...
>
>
> Drew,
> This line:
> if (request.getParameter.equalsIgnoreCase("andrew")){
>
> should be
> if (request.getParameter("username").equalsIgnoreCase("andrew")){
>
> you would be better off using
> if ("andrew".equalsIgnoreCase(request.getParameter("username"))){
> because this code won't throw a NullPointerException if the
> "username" field
> doesn't exist.
>
> -Richard
>
>
> -Original Message-
> From: drew w [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 26, 2001 1:41 PM
> To: [EMAIL PROTECTED]
> Subject: Error: Attempt to reference method in interface ...
>
>
> if (request.getParameter.equalsIgnoreCase("andrew")){
>   pw.print("you are logged in "+
> request.getParameter("username") +"
> "+ request.getParameter("password"));
>}
> else{ pw.print("you are not logged in "+
> request.getParameter("username") +" "+
> request.getParameter("password"));}
>
> Error: Attempt to reference method getParameter in interface
> javax.servlet.ServletRequest as an instnance veriable.
>
> if (request.getParameter.equalsIgnoreCase("andrew")){
>^
>
> Can anyone help?
>
> Thanks,
> andrew
> _
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
> ==
> =
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> 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".
> For digest: mailto [EMAIL PROTECTED] with body: "set
> JSP-INTEREST DIGEST".
> 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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: Error: Attempt to reference method in interface ...

2001-04-26 Thread Richard Yee

Drew,
This line:
if (request.getParameter.equalsIgnoreCase("andrew")){

should be
if (request.getParameter("username").equalsIgnoreCase("andrew")){

you would be better off using
if ("andrew".equalsIgnoreCase(request.getParameter("username"))){
because this code won't throw a NullPointerException if the "username" field
doesn't exist.

-Richard


-Original Message-
From: drew w [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 26, 2001 1:41 PM
To: [EMAIL PROTECTED]
Subject: Error: Attempt to reference method in interface ...


if (request.getParameter.equalsIgnoreCase("andrew")){
  pw.print("you are logged in "+ request.getParameter("username") +"
"+ request.getParameter("password"));
   }
else{ pw.print("you are not logged in "+
request.getParameter("username") +" "+ request.getParameter("password"));}

Error: Attempt to reference method getParameter in interface
javax.servlet.ServletRequest as an instnance veriable.

if (request.getParameter.equalsIgnoreCase("andrew")){
   ^

Can anyone help?

Thanks,
andrew
_
Get your FREE download of MSN Explorer at http://explorer.msn.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: Error: Attempt to reference method in interface ...

2001-04-26 Thread Shay Logan

Request.getParmeter().equalsIgnoreCase("andrew");

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of drew w
Sent: Thursday, April 26, 2001 3:41 PM
To: [EMAIL PROTECTED]
Subject: Error: Attempt to reference method in interface ...

if (request.getParameter.equalsIgnoreCase("andrew")){
  pw.print("you are logged in "+ request.getParameter("username") +"
"+ request.getParameter("password"));
   }
else{ pw.print("you are not logged in "+
request.getParameter("username") +" "+ request.getParameter("password"));}

Error: Attempt to reference method getParameter in interface
javax.servlet.ServletRequest as an instnance veriable.

if (request.getParameter.equalsIgnoreCase("andrew")){
   ^

Can anyone help?

Thanks,
andrew
_
Get your FREE download of MSN Explorer at http://explorer.msn.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Precompiling JSP, page name changes (jspc)

2001-04-26 Thread web dada

Hi, all:

We can use weblogic(5.1) command line:
java weblogic.jspc .jsp
to precompile jsp files.

But it will generate java and classes file names encoded this way:
some_95_page_95_name.java
some_95_page_95_name.class
95 is the acii value for "_".

I guess wl won't be able to pick up those names. Any ideas? I've post it on
various news server and mailing list but only get people reporting the same
problem, no solution yet.

Thanks a lot!

Sam


---
FREE! The World's Best Email Address @email.com
Reserve your name now at http://www.email.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: Error: Attempt to reference method in interface ...

2001-04-26 Thread Jitu Sarwate (CFIS)

Try 

if (request.getParameter("variableName").equalsIgnoreCase("andrew"))





> From [EMAIL PROTECTED] Thu Apr 26 13:47:12 2001
> X-Originating-IP: [208.184.67.46]
> Mime-Version: 1.0
> X-OriginalArrivalTime: 26 Apr 2001 20:40:51.0162 (UTC)
>FILETIME=[2E78C3A0:01C0CE91]
> Date: Thu, 26 Apr 2001 20:40:50 -
> From: drew w <[EMAIL PROTECTED]>
> Subject:  Error: Attempt to reference method in interface ...
> To: [EMAIL PROTECTED]
>
> if (request.getParameter.equalsIgnoreCase("andrew")){
>   pw.print("you are logged in "+ request.getParameter("username") +"
> "+ request.getParameter("password"));
>}
> else{ pw.print("you are not logged in "+
> request.getParameter("username") +" "+ request.getParameter("password"));}
>
> Error: Attempt to reference method getParameter in interface
> javax.servlet.ServletRequest as an instnance veriable.
>
> if (request.getParameter.equalsIgnoreCase("andrew")){
>^
>
> Can anyone help?
>
> Thanks,
> andrew
> _
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
> 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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Error: Attempt to reference method in interface ...

2001-04-26 Thread drew w

if (request.getParameter.equalsIgnoreCase("andrew")){
  pw.print("you are logged in "+ request.getParameter("username") +"
"+ request.getParameter("password"));
   }
else{ pw.print("you are not logged in "+
request.getParameter("username") +" "+ request.getParameter("password"));}

Error: Attempt to reference method getParameter in interface
javax.servlet.ServletRequest as an instnance veriable.

if (request.getParameter.equalsIgnoreCase("andrew")){
   ^

Can anyone help?

Thanks,
andrew
_
Get your FREE download of MSN Explorer at http://explorer.msn.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: JSP,Servlets and IIS

2001-04-26 Thread Eric Williams

Apache. Check out www.netcraft.com

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Lenin Lopez
Sent: Thursday, April 26, 2001 11:32 AM
To: [EMAIL PROTECTED]
Subject: Re: JSP,Servlets and IIS


Just curious, if IIS is the secod most popular web server,  which one is the
most popular, again I 'm just curious.
Thanks

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Jj Fu
Sent: Thursday, April 26, 2001 8:02 AM
To: [EMAIL PROTECTED]
Subject: Re: JSP,Servlets and IIS


of course they do (play together).
IIS is the 2nd most popular web server. The job of a web server is to work
as a file feeder mostly handle html files. A web server do not understand
ASP or JSP, but it know where to pass the requests for those pages based on
the extension (.asp or .jsp). ASPs and JSPs are handled by different engines
(ASP engine or Java Servlet Engine), theoretically they do not interfere
with each other.



JJ Fu
SUN Certified Java programmer
Sr Web Developer
Compass Bank

>>> drew w <[EMAIL PROTECTED]> 04/25/01 03:25PM >>>
Can I use ASP(Active Server Pages) and JSP on IIS or at least on the same
machine. I have a website built in ASP on IIS, but I want to slowly start
moving to a Java-based application. Can they play together?

thanks,
andrew
_
Get your FREE download of MSN Explorer at http://explorer.msn.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: JDBC Driver

2001-04-26 Thread drew w

http://www.j-netdirect.com/Pricing.htm#JSQL


>From: Celeste Haseltine <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and
> reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: JDBC Driver
>Date: Thu, 26 Apr 2001 09:58:47 -0500
>
>Aneesha,
>
>If you are looking for a free jdbc driver for MS SQLServer, good luck.
>Just
>about every other database has some type of free Type 3/4 JDBC driver out
>there, EXCEPT MS SQLServer.  But I have found two pretty good Type 4 JDBC
>drivers for a reasonable price for SQLServer.  They are i-net OPTA by
>inetsoftware, and aveConnect 2.4 with Extended API by Atinav. You can visit
>their web sites at:
>http://www.inetsoftware.de/
>http://www.atinav.com/products/aveconnect/aveconnect.htm
>
>Celeste
>-Original Message-
>From: A mailing list about Java Server Pages specification and reference
>[mailto:[EMAIL PROTECTED]]On Behalf Of Aneesha
>Sent: Thursday, April 26, 2001 12:15 AM
>To: [EMAIL PROTECTED]
>Subject: Re: JDBC Driver
>
>
>Hi
>
>What database do you needs a JDBC driver?
>
>You can search for drivers from
>http://industry.java.sun.com/products/jdbc/drivers
>
>Aneesha
>
>
>
>
> > Hi,
> >   Who here knows where can I get some Free JDBC driver?
> >
> > xin_kang
> > [EMAIL PROTECTED]
> >
> >
>===
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
>DIGEST".
> > 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".
>For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
>DIGEST".
>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".
>For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
>DIGEST".
>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 FREE download of MSN Explorer at http://explorer.msn.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: Any site?

2001-04-26 Thread drew w

How about www.jsptut.com or www.jspinsider.com.





>From: "Mathew, Aswin (CTS)" <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and
> reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Any site?
>Date: Thu, 26 Apr 2001 12:17:28 +0530
>
>Hi all,
>Can anyone of you suggest sites from which I can start to have a feel of
>JSP, from which I can start as a fresher?.I just found out this mailing
>list
>and joined it.I am working in Mainframes Background and want JSP for some
>advancements.Your help will be kindly appreciated.Hope this mail wont
>disturb others discussing high level stuff.
>Thankz
>
>Aswin Thomas Mathew
>
>This e-mail and any files transmitted with it are for the sole use of the
>intended recipient(s) and may contain confidential and privileged
>information.
>If you are not the intended recipient, please contact the sender by reply
>e-mail and destroy all copies of the original message.
>Any unauthorised review, use, disclosure, dissemination, forwarding,
>printing or copying of this email or any action taken in reliance on this
>e-mail is strictly
>prohibited and may be unlawful.
>
> Visit us at http://www.cognizant.com
>
>===
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
>DIGEST".
>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 FREE download of MSN Explorer at http://explorer.msn.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: JSP,Servlets and IIS

2001-04-26 Thread drew w

This is what I needed to know. Thank you.


andrew


>From: Jj Fu <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and
> reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: JSP,Servlets and IIS
>Date: Thu, 26 Apr 2001 10:01:46 -0500
>
>of course they do (play together).
>IIS is the 2nd most popular web server. The job of a web server is to work
>as a file feeder mostly handle html files. A web server do not understand
>ASP or JSP, but it know where to pass the requests for those pages based on
>the extension (.asp or .jsp). ASPs and JSPs are handled by different
>engines (ASP engine or Java Servlet Engine), theoretically they do not
>interfere with each other.
>
>
>
>JJ Fu
>SUN Certified Java programmer
>Sr Web Developer
>Compass Bank
>
> >>> drew w <[EMAIL PROTECTED]> 04/25/01 03:25PM >>>
>Can I use ASP(Active Server Pages) and JSP on IIS or at least on the same
>machine. I have a website built in ASP on IIS, but I want to slowly start
>moving to a Java-based application. Can they play together?
>
>thanks,
>andrew
>_
>Get your FREE download of MSN Explorer at http://explorer.msn.com
>
>===
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
>DIGEST".
>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".
>For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
>DIGEST".
>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 FREE download of MSN Explorer at http://explorer.msn.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: JSP Book for beginners?

2001-04-26 Thread Doug Cannon

I have in front of me the book, _Java Server Pages_ by Hans Bergsten,
published by O'Reilly.

I've read an O'Reilly book or two in the past and they have been pretty
good.  I haven't read this one yet.  Has anyone else?  I would be
curious to know if someone liked this book, or if I should get a
different one as well (like the one mentioned below already).

Thanks,
Dougc

-Original Message-
From: Thompson, Willard (GTICCC)
[mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 26, 2001 9:25 AM
To: [EMAIL PROTECTED]
Subject: Re: JSP Book for beginners?


"Core Servlets and JavaServer Pagers" by Marty Hall. "Prentice Hall"

-Original Message-
From: Ruaidhrí Fernandes [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 26, 2001 9:31 AM
To: [EMAIL PROTECTED]
Subject: JSP Book for beginners?


Hi all,
Ive just started learning about JSP,
I'd like to know what is the best book to buy on JSP
for the beginner and would it be able to help me build
a fairly simple E-commerce web site with shopping
cart, just using JSP.
Let me know.
Thanks
Rui

=
"If a rabbit's foot is so lucky,. what happened to the rabbit?"



__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: JSP Book for beginners?

2001-04-26 Thread Geert Van Damme

I bought today the o'Reilly book javaserver pages by Hans Bergsten. And I
was really impressed.
Looks very good to me. (check out http://www.thejspbook.com )

 And yesterday I received a copy of Wrox Professional JSP 2nd edition. Also
absolutely worth reading ;-)


(Lots of lecture these days ;-)

Geert Van Damme


> -Original Message-
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Dana Holley
> Sent: donderdag 26 april 2001 17:16
> To: [EMAIL PROTECTED]
> Subject: Re: JSP Book for beginners?
>
>
> I have Web Development with Java Server Pages by Duane K Fields and Mark A
> Kolb. I have found it to be very useful.
>
> -Original Message-
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Ruaidhrm Fernandes
> Sent: Thursday, April 26, 2001 10:31 AM
> To: [EMAIL PROTECTED]
> Subject: JSP Book for beginners?
>
>
> Hi all,
> Ive just started learning about JSP,
> I'd like to know what is the best book to buy on JSP
> for the beginner and would it be able to help me build
> a fairly simple E-commerce web site with shopping
> cart, just using JSP.
> Let me know.
> Thanks
> Rui
>
> =
> "If a rabbit's foot is so lucky,. what happened to the rabbit?"
>
> __
> Do You Yahoo!?
> Yahoo! Auctions - buy the things you want at great prices
> http://auctions.yahoo.com/
>
> ==
> =
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> 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".
> For digest: mailto [EMAIL PROTECTED] with body: "set
> JSP-INTEREST DIGEST".
> 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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: JDBC Driver

2001-04-26 Thread drew w

What about NetDirect Standard Edition.



>From: Celeste Haseltine <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and
> reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: JDBC Driver
>Date: Thu, 26 Apr 2001 09:58:47 -0500
>
>Aneesha,
>
>If you are looking for a free jdbc driver for MS SQLServer, good luck.
>Just
>about every other database has some type of free Type 3/4 JDBC driver out
>there, EXCEPT MS SQLServer.  But I have found two pretty good Type 4 JDBC
>drivers for a reasonable price for SQLServer.  They are i-net OPTA by
>inetsoftware, and aveConnect 2.4 with Extended API by Atinav. You can visit
>their web sites at:
>http://www.inetsoftware.de/
>http://www.atinav.com/products/aveconnect/aveconnect.htm
>
>Celeste
>-Original Message-
>From: A mailing list about Java Server Pages specification and reference
>[mailto:[EMAIL PROTECTED]]On Behalf Of Aneesha
>Sent: Thursday, April 26, 2001 12:15 AM
>To: [EMAIL PROTECTED]
>Subject: Re: JDBC Driver
>
>
>Hi
>
>What database do you needs a JDBC driver?
>
>You can search for drivers from
>http://industry.java.sun.com/products/jdbc/drivers
>
>Aneesha
>
>
>
>
> > Hi,
> >   Who here knows where can I get some Free JDBC driver?
> >
> > xin_kang
> > [EMAIL PROTECTED]
> >
> >
>===
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
>DIGEST".
> > 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".
>For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
>DIGEST".
>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".
>For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
>DIGEST".
>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 FREE download of MSN Explorer at http://explorer.msn.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: JSP Book for beginners?

2001-04-26 Thread Dana Holley

I have Web Development with Java Server Pages by Duane K Fields and Mark A
Kolb. I have found it to be very useful.

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Ruaidhrm Fernandes
Sent: Thursday, April 26, 2001 10:31 AM
To: [EMAIL PROTECTED]
Subject: JSP Book for beginners?


Hi all,
Ive just started learning about JSP,
I'd like to know what is the best book to buy on JSP
for the beginner and would it be able to help me build
a fairly simple E-commerce web site with shopping
cart, just using JSP.
Let me know.
Thanks
Rui

=
"If a rabbit's foot is so lucky,. what happened to the rabbit?"

__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: Web Services..

2001-04-26 Thread Paul McGlynn

You might also want to have a look at UDDI and its supporting site:

http://www.uddi.org/

UDDI provides a way of publicising your web services for the purposes of
conducting business over the web, within an XML definition.

Paul.

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Kevin Duffey
Sent: Thursday, April 26, 2001 5:11 PM
To: [EMAIL PROTECTED]
Subject: Web Services..

Hey there,

Anyone using J2EE, Servlets, JSP and so forth to create Web Services? I am
interested in learning more about this whole SOAP and WSDL stuff, and seeing
how it fits in with JSP, Servlets and so forth.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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


__
Graham Technology plc,
Registered in Scotland No: 143434
Registered Office, Torr Hall, Torr Road, Bridge of Weir, PA11 3RU, UK
Telephone: +44 (0) 1418914000
Fax:   +44 (0) 1418822114
Website:   http://www.gtnet.com/
__

This email (and any attachment) is private and confidential.  If you were
not meant to receive it, please delete it and tell us by phone or email.
Although we scan all email and attachments we do not accept responsibility
for viruses.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: JSP,Servlets and IIS

2001-04-26 Thread erik morton

Check out :http://www.netcraft.com/survey/
Apache with 62%
Lenin Lopez wrote:

> Just curious, if IIS is the secod most popular web server,  which one is the
> most popular, again I 'm just curious.
> Thanks
>
> -Original Message-
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Jj Fu
> Sent: Thursday, April 26, 2001 8:02 AM
> To: [EMAIL PROTECTED]
> Subject: Re: JSP,Servlets and IIS
>
> of course they do (play together).
> IIS is the 2nd most popular web server. The job of a web server is to work
> as a file feeder mostly handle html files. A web server do not understand
> ASP or JSP, but it know where to pass the requests for those pages based on
> the extension (.asp or .jsp). ASPs and JSPs are handled by different engines
> (ASP engine or Java Servlet Engine), theoretically they do not interfere
> with each other.
>
> JJ Fu
> SUN Certified Java programmer
> Sr Web Developer
> Compass Bank
>
> >>> drew w <[EMAIL PROTECTED]> 04/25/01 03:25PM >>>
> Can I use ASP(Active Server Pages) and JSP on IIS or at least on the same
> machine. I have a website built in ASP on IIS, but I want to slowly start
> moving to a Java-based application. Can they play together?
>
> thanks,
> andrew
> _
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> 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".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> 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".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
> 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

--
Erik I Morton
Software Developer
--
CommerceHub
http://www.commercehub.com
518-886-0704
21 Corporate Drive
Clifton Park, NY 12065

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Web Services..

2001-04-26 Thread Kevin Duffey

Hey there,

Anyone using J2EE, Servlets, JSP and so forth to create Web Services? I am
interested in learning more about this whole SOAP and WSDL stuff, and seeing
how it fits in with JSP, Servlets and so forth.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: JSP & Apache

2001-04-26 Thread Bob Scott

1 - httpd -v

2 - Can't say which would be best for you but Tomcat is free and JRun (free
for developer) is easy to administer. Both work well with Apache. Haven't
tried any others.

3 - Try downloading JRun (www.allaire.com) and Tomcat (www.apache.org) - the
installation instructions are included.

- Original Message -
From: "Bilal N. Okour" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 26, 2001 10:47 AM
Subject: JSP & Apache


> Hi all
> I am a newbie for JSP but not for Java difintly,
>
> I am working with a project with the following specs
> 1- Sun Solaris 2.6
> 2- MySql 3.21.33
> 3- Apache (I don't know whats the version)
>
> my questions
>
> 1- how to know the version of apache installed
> 2- What is the best JSP engine to be used (Jrun, ServletExec, ..)
> 3- Where can i find resources of how to install the "recommended" JSP
engine
> to run with apache??
> best regards
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> 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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: Any site?

2001-04-26 Thread Lenin Lopez

HI, Mathew the following is a must read for JSP beginner
http://developer.java.sun.com/developer/onlineTraining/JSPIntro/contents.htm
l

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Mathew, Aswin (CTS)
Sent: Wednesday, April 25, 2001 11:47 PM
To: [EMAIL PROTECTED]
Subject: Any site?


Hi all,
Can anyone of you suggest sites from which I can start to have a feel of
JSP, from which I can start as a fresher?.I just found out this mailing list
and joined it.I am working in Mainframes Background and want JSP for some
advancements.Your help will be kindly appreciated.Hope this mail wont
disturb others discussing high level stuff.
Thankz

Aswin Thomas Mathew

This e-mail and any files transmitted with it are for the sole use of the
intended recipient(s) and may contain confidential and privileged
information.
If you are not the intended recipient, please contact the sender by reply
e-mail and destroy all copies of the original message.
Any unauthorised review, use, disclosure, dissemination, forwarding,
printing or copying of this email or any action taken in reliance on this
e-mail is strictly
prohibited and may be unlawful.

Visit us at http://www.cognizant.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: JSP,Servlets and IIS

2001-04-26 Thread Paul McGlynn

Apache has above 60% of the market

Paul.

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Lenin Lopez
Sent: Thursday, April 26, 2001 4:32 PM
To: [EMAIL PROTECTED]
Subject: Re: JSP,Servlets and IIS

Just curious, if IIS is the secod most popular web server,  which one is the
most popular, again I 'm just curious.
Thanks

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Jj Fu
Sent: Thursday, April 26, 2001 8:02 AM
To: [EMAIL PROTECTED]
Subject: Re: JSP,Servlets and IIS


of course they do (play together).
IIS is the 2nd most popular web server. The job of a web server is to work
as a file feeder mostly handle html files. A web server do not understand
ASP or JSP, but it know where to pass the requests for those pages based on
the extension (.asp or .jsp). ASPs and JSPs are handled by different engines
(ASP engine or Java Servlet Engine), theoretically they do not interfere
with each other.



JJ Fu
SUN Certified Java programmer
Sr Web Developer
Compass Bank

>>> drew w <[EMAIL PROTECTED]> 04/25/01 03:25PM >>>
Can I use ASP(Active Server Pages) and JSP on IIS or at least on the same
machine. I have a website built in ASP on IIS, but I want to slowly start
moving to a Java-based application. Can they play together?

thanks,
andrew



__
Graham Technology plc,
Registered in Scotland No: 143434
Registered Office, Torr Hall, Torr Road, Bridge of Weir, PA11 3RU, UK
Telephone: +44 (0) 1418914000
Fax:   +44 (0) 1418822114
Website:   http://www.gtnet.com/
__

This email (and any attachment) is private and confidential.  If you were
not meant to receive it, please delete it and tell us by phone or email.
Although we scan all email and attachments we do not accept responsibility
for viruses.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: Urgent !!!!

2001-04-26 Thread G.Nagarajan

try
"start iexplorer.exe c:\\help.htm"

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of sharma Sumeet
Sent: Thursday, April 26, 2001 2:13 PM
To: [EMAIL PROTECTED]
Subject: Urgent 


hi All
 i wna open IE from java Application  it works on My machine NT SERVER 4.0
IE Version 4.0


This code goes on to open IE for me ..on my machine but ir does not work
on
NT WS and with Version 5.0
try{
Runtime.getRuntime().exec("explorer.exe C:\\Program
Files\\iNetBilling\\sisl\\inetbill\\Help\\Help1.htm");
}catch(java.io.IOException io){
io.printStackTrace();
}


This code nither works on my machine NT Server nor on NT WS
try{
Runtime.getRuntime().exec("iexplore.exe C:\\Program
Files\\iNetBilling\\sisl\\inetbill\\Help\\Help1.htm");
}catch(java.io.IOException io){
io.printStackTrace();
}

gives me IOException



regards
sumeet

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: JSP,Servlets and IIS

2001-04-26 Thread Lenin Lopez

Just curious, if IIS is the secod most popular web server,  which one is the
most popular, again I 'm just curious.
Thanks

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Jj Fu
Sent: Thursday, April 26, 2001 8:02 AM
To: [EMAIL PROTECTED]
Subject: Re: JSP,Servlets and IIS


of course they do (play together).
IIS is the 2nd most popular web server. The job of a web server is to work
as a file feeder mostly handle html files. A web server do not understand
ASP or JSP, but it know where to pass the requests for those pages based on
the extension (.asp or .jsp). ASPs and JSPs are handled by different engines
(ASP engine or Java Servlet Engine), theoretically they do not interfere
with each other.



JJ Fu
SUN Certified Java programmer
Sr Web Developer
Compass Bank

>>> drew w <[EMAIL PROTECTED]> 04/25/01 03:25PM >>>
Can I use ASP(Active Server Pages) and JSP on IIS or at least on the same
machine. I have a website built in ASP on IIS, but I want to slowly start
moving to a Java-based application. Can they play together?

thanks,
andrew
_
Get your FREE download of MSN Explorer at http://explorer.msn.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: JDBC Driver

2001-04-26 Thread Celeste Haseltine

Aneesha,

If you are looking for a free jdbc driver for MS SQLServer, good luck.  Just
about every other database has some type of free Type 3/4 JDBC driver out
there, EXCEPT MS SQLServer.  But I have found two pretty good Type 4 JDBC
drivers for a reasonable price for SQLServer.  They are i-net OPTA by
inetsoftware, and aveConnect 2.4 with Extended API by Atinav. You can visit
their web sites at:
http://www.inetsoftware.de/
http://www.atinav.com/products/aveconnect/aveconnect.htm

Celeste
-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Aneesha
Sent: Thursday, April 26, 2001 12:15 AM
To: [EMAIL PROTECTED]
Subject: Re: JDBC Driver


Hi

What database do you needs a JDBC driver?

You can search for drivers from
http://industry.java.sun.com/products/jdbc/drivers

Aneesha




> Hi,
>   Who here knows where can I get some Free JDBC driver?
>
> xin_kang
> [EMAIL PROTECTED]
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> 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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: JSP Book for beginners?

2001-04-26 Thread Thompson, Willard (GTICCC)

"Core Servlets and JavaServer Pagers" by Marty Hall. "Prentice Hall"

-Original Message-
From: Ruaidhrí Fernandes [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 26, 2001 9:31 AM
To: [EMAIL PROTECTED]
Subject: JSP Book for beginners?


Hi all,
Ive just started learning about JSP,
I'd like to know what is the best book to buy on JSP
for the beginner and would it be able to help me build
a fairly simple E-commerce web site with shopping
cart, just using JSP.
Let me know.
Thanks
Rui

=
"If a rabbit's foot is so lucky,. what happened to the rabbit?"

__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



sign-off

2001-04-26 Thread [Malini Iyer]

"signoff JSP-INTEREST"







**
The information in this E-mail (which includes any files transmitted with
it) is CONFIDENTIAL and may be legally PRIVILEGED. It is intended solely for
the addressee and access to this email by anyone else is unauthorized. If
you have received it in error, please destroy any copies of this message,
including any attachments, and delete it from your system notifying the
sender immediately. Any disclosure, copying, distribution, dissemination,
forwarding, printing or any action taken or omitted to be taken in reliance
on it or utilising the same for any purpose other than what it is intended
for, is prohibited and may be unlawful.

**

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: JSP Book for beginners?

2001-04-26 Thread Moira Carroll

JavaServer Pages Fast and Easy Web Development by Aneesha Bakharia - do not
know what its like but it is just out I think and is for beginners.

-Original Message-
From:   Ruaidhri Fernandes [SMTP:[EMAIL PROTECTED]]
Sent:   Thursday, April 26, 2001 9:55 AM
To: [EMAIL PROTECTED]
Subject:JSP Book for beginners?

Hi all,
Ive just started learning about JSP,
I'd like to know what is the best book to buy on JSP
for the beginner and would it be able to help me build
a fairly simple E-commerce web site with shopping
cart, just using JSP.
Let me know.
Thanks
Rui

=
"If a rabbit's foot is so lucky,. what happened to the rabbit?"

__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: JSP,Servlets and IIS

2001-04-26 Thread Jj Fu

of course they do (play together).
IIS is the 2nd most popular web server. The job of a web server is to work as a file 
feeder mostly handle html files. A web server do not understand ASP or JSP, but it 
know where to pass the requests for those pages based on the extension (.asp or .jsp). 
ASPs and JSPs are handled by different engines (ASP engine or Java Servlet Engine), 
theoretically they do not interfere with each other.



JJ Fu
SUN Certified Java programmer
Sr Web Developer
Compass Bank

>>> drew w <[EMAIL PROTECTED]> 04/25/01 03:25PM >>>
Can I use ASP(Active Server Pages) and JSP on IIS or at least on the same
machine. I have a website built in ASP on IIS, but I want to slowly start
moving to a Java-based application. Can they play together?

thanks,
andrew
_
Get your FREE download of MSN Explorer at http://explorer.msn.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



JSP Book for beginners?

2001-04-26 Thread Ruaidhrí Fernandes

Hi all,
Ive just started learning about JSP,
I'd like to know what is the best book to buy on JSP
for the beginner and would it be able to help me build
a fairly simple E-commerce web site with shopping
cart, just using JSP.
Let me know.
Thanks
Rui

=
"If a rabbit's foot is so lucky,. what happened to the rabbit?"

__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: Simple login not working...

2001-04-26 Thread Asha Mallya

use equals while comparing and not ==

-Original Message-
From: Tom Troonbeeckx [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 26, 2001 8:13 AM
To: [EMAIL PROTECTED]
Subject: Re: Simple login not working...


I should not do that with passwords!

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Luca Sansone
Sent: donderdag 26 april 2001 14:28
To: [EMAIL PROTECTED]
Subject: I: Re: Simple login not working...


or equalsIgnoreCase method (class String).



-Messaggio Originale-
Da: Sreenath Venkatramanappa
A: [EMAIL PROTECTED]
Data invio: mercoledì 26 aprile 1995 13.19
Oggetto: Re: Simple login not working...


use equals method instead ==
- Original Message -
From: "drew w" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 26, 2001 4:59 AM
Subject: Simple login not working...


> if (request.getParameter("username") == "andrew" &&
> request.getParameter("password") == "andrew"){
>   pw.print("you are logged in "+ request.getParameter("username")
+"
> "+ request.getParameter("password"));
>}
> else{ pw.print("you are not logged in "+
> request.getParameter("username") +" "+ request.getParameter("password"));}
>
>
> I always get "you are not logged in ."
>
> Am I comparing with the wrong sintax?
>
> thanks,
> andrew
> _
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> 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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: Simple login not working...

2001-04-26 Thread Tom Troonbeeckx

I should not do that with passwords!

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Luca Sansone
Sent: donderdag 26 april 2001 14:28
To: [EMAIL PROTECTED]
Subject: I: Re: Simple login not working...


or equalsIgnoreCase method (class String).



-Messaggio Originale-
Da: Sreenath Venkatramanappa
A: [EMAIL PROTECTED]
Data invio: mercoledì 26 aprile 1995 13.19
Oggetto: Re: Simple login not working...


use equals method instead ==
- Original Message -
From: "drew w" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 26, 2001 4:59 AM
Subject: Simple login not working...


> if (request.getParameter("username") == "andrew" &&
> request.getParameter("password") == "andrew"){
>   pw.print("you are logged in "+ request.getParameter("username")
+"
> "+ request.getParameter("password"));
>}
> else{ pw.print("you are not logged in "+
> request.getParameter("username") +" "+ request.getParameter("password"));}
>
>
> I always get "you are not logged in ."
>
> Am I comparing with the wrong sintax?
>
> thanks,
> andrew
> _
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> 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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



I: Re: Simple login not working...

2001-04-26 Thread Luca Sansone

or equalsIgnoreCase method (class String).



-Messaggio Originale-
Da: Sreenath Venkatramanappa
A: [EMAIL PROTECTED]
Data invio: mercoledì 26 aprile 1995 13.19
Oggetto: Re: Simple login not working...


use equals method instead ==
- Original Message -
From: "drew w" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 26, 2001 4:59 AM
Subject: Simple login not working...


> if (request.getParameter("username") == "andrew" &&
> request.getParameter("password") == "andrew"){
>   pw.print("you are logged in "+ request.getParameter("username")
+"
> "+ request.getParameter("password"));
>}
> else{ pw.print("you are not logged in "+
> request.getParameter("username") +" "+ request.getParameter("password"));}
>
>
> I always get "you are not logged in ."
>
> Am I comparing with the wrong sintax?
>
> thanks,
> andrew
> _
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> 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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Urgent !!!!

2001-04-26 Thread sharma Sumeet

hi All
 i wna open IE from java Application  it works on My machine NT SERVER 4.0
IE Version 4.0


This code goes on to open IE for me ..on my machine but ir does not work
on
NT WS and with Version 5.0
try{
Runtime.getRuntime().exec("explorer.exe C:\\Program
Files\\iNetBilling\\sisl\\inetbill\\Help\\Help1.htm");
}catch(java.io.IOException io){
io.printStackTrace();
}


This code nither works on my machine NT Server nor on NT WS
try{
Runtime.getRuntime().exec("iexplore.exe C:\\Program
Files\\iNetBilling\\sisl\\inetbill\\Help\\Help1.htm");
}catch(java.io.IOException io){
io.printStackTrace();
}

gives me IOException



regards
sumeet

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



problem with catching exceptions from tags on the errorPage

2001-04-26 Thread Steffen Morawietz

hi folks.

i´m using my own taglib for generating dynamic tables. i´m also using the
errorPage-directive on all my pages (works fine).
the tags do all call a method getContent() in their doStartTag-method which
is used to build the html-content-string so when an error (e.g.
database-access) occurs in getContent() it throws a simple exception (incl.
message) which is caught in the doStartTag()-method. in this case i raise a
javax.servlet.jsp.JspTagException with the same message hoping it to be
registered on the page the tags are included in and then of course handled
by my error-page.

  public int doStartTag()
  throws javax.servlet.jsp.JspTagException {
...
try {
  getContent();
} catch (Exception e) {
  throw new javax.servlet.jsp.JspTagException(e.getMessage());
}
return SKIP_BODY;
  }

the error-page looks like this:

  <%@ page import="java.io.*,java.util.*" isErrorPage="true" %>
  
  
  Error
  

  

  Exception: <%= exception %>
  
  Exception-Message:
  
ByteArrayOutputStream ostr = new ByteArrayOutputStream();
exception.printStackTrace(new PrintStream(ostr));
out.print(ostr);
  

  
  

astonishingly the the 3rd page (which contains the tags) outputs all
content until the exception occurred and then just appends the output of
the error page like this:

  
  // normal output until exception occurs goes here...
  ...
  // the tag is called HERE
  
  
  Error
  

  

  Exception: 
  
  Exception-Message:

why isn´t the exception forwarded to the error-page but the error-page
included in the other page instead?

thanx 4 your help in advance!

greetings

steffen

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: Simple login not working...

2001-04-26 Thread Sreenath Venkatramanappa

use equals method instead ==
- Original Message -
From: "drew w" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 26, 2001 4:59 AM
Subject: Simple login not working...


> if (request.getParameter("username") == "andrew" &&
> request.getParameter("password") == "andrew"){
>   pw.print("you are logged in "+ request.getParameter("username")
+"
> "+ request.getParameter("password"));
>}
> else{ pw.print("you are not logged in "+
> request.getParameter("username") +" "+ request.getParameter("password"));}
>
>
> I always get "you are not logged in ."
>
> Am I comparing with the wrong sintax?
>
> thanks,
> andrew
> _
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> 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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: JDBC Driver

2001-04-26 Thread Marc J. Boerma

at your database vendor!


- Original Message -
From: "xin_kang" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 26, 2001 12:51 AM
Subject: JDBC Driver


> Hi,
>   Who here knows where can I get some Free JDBC driver?
>
> xin_kang
> [EMAIL PROTECTED]
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> 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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



problem JSP/Weblogic/Unix

2001-04-26 Thread sandarbh

I tried running same jsp code (working perfectly) in Weblogic/windows, on
unix .

On the browser got the code as it is. Any clue ??

Sandarbh

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



sign-off

2001-04-26 Thread Agarwal Gokul

"signoff JSP-INTEREST"


This electronic communication and any accompanying document is being
transmitted over the Indian Oil Network and contains confidential
information that is for the exclusive use of the individual or entity to
which it is addressed and is protected against unauthorised disclosure. If
the reader of this message is not the intended receipient or the employee or
agent responsible to deliver to the intended receipient, or is not intended
to act on it, be aware that any disclosure, dissemination, distribution or
copying of this communication, or the use of its contents is prohibited and
is likely to be attended by legal consequences. If you have received this
communication in error and/or are not the intended receipient, please
immediately notify the undersigned or Indian Oil Corporation Ltd. at the
telephone or the fax number or email address given above and permanently
delete the original message from your email system.


===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: JSP & Apache

2001-04-26 Thread Marc J. Boerma

You could try tomcat.
http://jakarta.apache.org/tomcat/index.html


Marc

- Original Message -
From: "Bilal N. Okour" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 26, 2001 6:00 AM
Subject: JSP & Apache


> Hi all
> I am a newbie for JSP but not for Java difintly,
>
> I am working with a project with the following specs
> 1- Sun Solaris 2.6
> 2- MySql 3.21.33
> 3- Apache (I don't know whats the version)
>
> my questions
>
> 1- how to know the version of apache installed
> 2- What is the best JSP engine to be used (Jrun, ServletExec, ..)
> 3- Where can i find resources of how to install the "recommended" JSP
engine to run with apache??
> best regards
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> 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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: JSP & Apache

2001-04-26 Thread Stefan Neumann

>Hi all
>I am a newbie for JSP but not for Java difintly,
>
>I am working with a project with the following specs
>1- Sun Solaris 2.6
>2- MySql 3.21.33
>3- Apache (I don't know whats the version)
>
>my questions
>
>1- how to know the version of apache installed
apache.exe -v
>2- What is the best JSP engine to be used (Jrun, ServletExec, ..)
Tomcat http://jakarta.apache.org/

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: j2ee problem at System.getProperties()

2001-04-26 Thread Hamid

Hi,
Change the following security settings of perporties, so that System
Properties work in j2ee.
In  J2ee_Home\lib\security\server.policy
search java.util.PropertyPermission at the end of page and update it
from : permission java.util.PropertyPermission  "*", "read";
To : permission java.util.PropertyPermission  "*", "write";

It will work.

Hamid Hassan
Software Engineer


-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Shuja Nawaz
Sent: Tuesday, April 25, 2000 3:15 PM
To: [EMAIL PROTECTED]
Subject: j2ee problem at System.getProperties()


Hi.
I'm using four different servers. Three of them compile the following code
correctly but j2ee raises the following exception.

<%=java.lang.System.getProperties().toString() %>

Seek immediate help to solve the problem on j2ee also.
Thanks .
Form :
   Shuwaz.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



JSP & Apache

2001-04-26 Thread Bilal N. Okour

Hi all
I am a newbie for JSP but not for Java difintly,

I am working with a project with the following specs
1- Sun Solaris 2.6
2- MySql 3.21.33
3- Apache (I don't know whats the version)

my questions

1- how to know the version of apache installed
2- What is the best JSP engine to be used (Jrun, ServletExec, ..)
3- Where can i find resources of how to install the "recommended" JSP engine to run 
with apache??
best regards

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



JSP & Apache

2001-04-26 Thread Bilal N. Okour

Hi all
I am a newbie for JSP but not for Java difintly,

I am working with a project with the following specs
1- Sun Solaris 2.6
2- MySql 3.21.33
3- Apache (I don't know whats the version)

my questions

1- how to know the version of apache installed
2- What is the best JSP engine to be used (Jrun, ServletExec, ..)
3- Where can i find resources of how to install the "recommended" JSP engine
to run with apache??
best regards

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Please Ignore

2001-04-26 Thread Bilal N. Okour

Hi all
this is hust a test for my account here
Best Regards

Eng. Bilal Okour
Computer Engineer
Fapco, Fahad Al- Ghunaim & Partners General Trading Co.
P.O.Box 21835 Safat 13079 Kuwait
Tel: 2420416/2420419/2420426
Fax: 2420427
Site URL: http://www.fapco.net
E-Mail: [EMAIL PROTECTED]

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



How to count the number of active sessions?

2001-04-26 Thread Raymond Xu

Hi, I just built up a few pages which can use session attributes to judge
whether a user has logged in. I don't know how to count how many users have
logged in at the same.

Any help will be appreciated!!

Raymond

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: JDBC Driver

2001-04-26 Thread Aneesha

Hi

You can use the ODBC -JDBC Bridge to access MS SQL Server which should
already be installed. (sun.jdbc.odbc.JdbcOdbcDriver)

I'm not sure about free Oracle Drivers

Aneesha



- Original Message -
From: "xin_kang" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 26, 2001 4:54 PM
Subject: Re: JDBC Driver


> Hello, Aneesha
>
>Thanks for answer first.
>MS SQL Server or Oracle. I want some sugestion for free JDBC driver.
>
>
> 2001-04-26 15:15:00 you write£º
> >Hi
> >
> >What database do you needs a JDBC driver?
> >
> >You can search for drivers from
> >http://industry.java.sun.com/products/jdbc/drivers
> >
> >Aneesha
> >
> >
> >
> >
> >> Hi,
> >>   Who here knows where can I get some Free JDBC driver?
> >>
> >> xin_kang
> >> [EMAIL PROTECTED]
> >>
> >>
>
>===
> >> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> >JSP-INTEREST".
> >> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> >DIGEST".
> >> 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".
> >For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> >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
>
> thanks
>
> xin_kang
> [EMAIL PROTECTED]
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> 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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: Any site?

2001-04-26 Thread Aneesha

Hi

First up try www.jspin.com - they have links to many tutorials.

You may also find this useful:
http://javaboutique.internet.com/tutorials/JSP/part11/

JSP Fast & Easy Web Development is a book specifically written for JSP
beginners with no experience in Java.
http://www.amazon.com/exec/obidos/ASIN/0761534288/qid=988274417/sr=1-3/ref=s
c_b_4/103-3819137-5544659

Aneesha



> Hi all,
> Can anyone of you suggest sites from which I can start to have a feel of
> JSP, from which I can start as a fresher?.I just found out this mailing
list
> and joined it.I am working in Mainframes Background and want JSP for some
> advancements.Your help will be kindly appreciated.Hope this mail wont
> disturb others discussing high level stuff.
> Thankz
>
> Aswin Thomas Mathew
>
> This e-mail and any files transmitted with it are for the sole use of the
intended recipient(s) and may contain confidential and privileged
information.
> If you are not the intended recipient, please contact the sender by reply
e-mail and destroy all copies of the original message.
> Any unauthorised review, use, disclosure, dissemination, forwarding,
printing or copying of this email or any action taken in reliance on this
e-mail is strictly
> prohibited and may be unlawful.
>
> Visit us at http://www.cognizant.com
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> 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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: /examples/HelloServlet Page not found error

2001-04-26 Thread Fang jing
First, if you use jsdk or tomcat, the default URL is:
http://localhost:8080/examples/servlet/HelloServlet

Second, for "Download file pop-up box ...", it should be confirmed
that the HelloServlet class has re-implement the doGet method of
HttpServlet class. otherwise , you can choos
"Open this file from its current location" on the
Download file pop-up box, and use the IE as open application.


- Original Message -
From: "drew w" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 26, 2001 1:24 AM
Subject: Re: /examples/HelloServlet Page not found error


> I do have the proper CLASSPATH for the servlet.jar. I don't know what else
> to do.
>
> thanks,
> andrew
>
>
>
> >From: Santosh Ramakrishnan <[EMAIL PROTECTED]>
> >Reply-To: A mailing list about Java Server Pages specification and
> > reference <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: Re: /examples/HelloServlet   Page not found error
> >Date: Wed, 25 Apr 2001 09:16:11 +0530
> >
> >Hello,
> >
> >This is a very common problem, that any startup guy faces.
All
> >that you have to do, is first check, if the webserver classpath
> >"servlet.jar" file, is set properly. Mostly what happens with people who
> >are
> >fairly new to servlets, is that they just unzip the whole webserver
> >packing,
> >and get to typing their servlets.
> >Secondly, if you have another webserver running, like say Microsoft IIS,
or
> >MS Personal Web Server, then also, you will face a problem, as the two
may
> >at sometimes clash to feed pages to the browser.
> >To get good documentation on the type of webserver that you are running,
> >all
> >that you have to do, is just type http://localhost:8080, on your browser.
> >Obviously, you will have to start it up first.
> >If you are a new comer to Servlets, then try using the "servletrunner",
> >that
> >comes with "jsdk". This is a real goo peiec of software, all that you
need
> >to do is all "%java_home%\bin\servletrunner", and
> >"%java_home%\lib\jsdk.jar", to you class path.
> >%java_home%, is the first "jdk" installation directory.
> >
> >Regards,
> >Santosh
> >
> >- Original Message -
> >From: "drew w" <[EMAIL PROTECTED]>
> >To: <[EMAIL PROTECTED]>
> >Sent: Wednesday, April 25, 2001 4:27 AM
> >Subject: /examples/HelloServlet Page not found error
> >
> >
> > > When I type localhost:8080/examples/HelloServlet I get:
> > >
> > > Page not found error
> > >
> > > When I type localhost:8080/examples/HelloServlet.class I get:
> > >
> > > Download file pop-up box ...
> > >
> > >
> > > Does anyone know what might be the problem?
> > >
> > > Thanks,
> > > Andrew
> > > _
> > > Get your FREE download of MSN Explorer at http://explorer.msn.com
> > >
> > >
>
>===
> > > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> >JSP-INTEREST".
> > > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> >DIGEST".
> > > 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".
> >For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> >DIGEST".
> >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 FREE download of MSN Explorer at http://explorer.msn.com
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> 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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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


Re: Difference between bean.field and

2001-04-26 Thread Zhai Bao-Chun

what's your setProper.. statemenet?

> content-class: urn:content-classes:message
> MIME-Version: 1.0
> X-MimeOLE: Produced By Microsoft Exchange V6.0.4417.0
> X-MS-Has-Attach:
> X-MS-TNEF-Correlator:
> Thread-Topic: Re: Difference between bean.field and 
> Thread-Index: AcDOH2gUj2AGzBA/RyKQ6AfS+6649AAAN5Hw
> X-OriginalArrivalTime: 26 Apr 2001 07:14:48.0648 (UTC) FILETIME=[942AC480:01C0CE20]
> Content-Transfer-Encoding: 8bit
> X-MIME-Autoconverted: from quoted-printable to 8bit by mail.java.sun.com id 
>f3Q7FBr07048
> Subject: Re: Difference between bean.field and property="field" />
> To: [EMAIL PROTECTED]
>
> Hi,
>
> I have already tested it but without success :/
>
> when I use
> " >
>
> it displays nothing  in my textedit
> but when I use directly contract.payment_method, it works !!!
>
> Any ideas ? ;)
>
> Thierry
>
> -Message d'origine-
> De : Rishabh Agarwal [mailto:[EMAIL PROTECTED]]
> Envoyé : jeudi 26 avril 2001 8:51
> À : [EMAIL PROTECTED]
> Objet : Re: Difference between bean.field and  name="bean " property="field" />
>
>
> U have the method as getPayment_method(). U have to use:
>
>  " name="contract" property="Payment_method" />" >
> to get the correct value. Lemme know if it doesn't work.
>
> Rishabh.
>
> -Original Message-
> From:   BERWART Thierry
> [mailto:[EMAIL PROTECTED]]
> Sent:   Thursday, April 26, 2001 2:27 PM
> To: [EMAIL PROTECTED]
> Subject:Difference between bean.field and
> 
>
> Hello,
>
> I have a JSP page and a bean.
> When I want to display some fields of this bean for
> editing,
>
> I used this :
>
>  " name="contract" property="payment_method" />" >
>
> but it display nothing as if "payment_method" is null or
> is
> "".
>
> I change this code with this :
>
> "
> SIZE=30 MAXLENGTH=40>
>
> and it's working !!! it displays the value of the
> "payment_method" field
>
> Do you have an idea ?
> What is better to use ? bean.field or  
> ???
>
>
> Thanks you
>
> Thierry
>
>
> PS :
>
> A part of my bean :
>
> public class Contract {
>
> //attributes
>
> private StringBuffer error_message = null;
>
> public Integer contract_id;
> .
> public String payment_method;
> .
>
> public String getPayment_method()
> {
> return payment_method;
> }
> public void setPayment_method(String
> newPayment_method)
>  {
> payment_method = newPayment_method;
> }
>
>
> 
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body:
> "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set
> JSP-INTEREST DIGEST".
> 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".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> 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".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
> 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

-
[EMAIL PROTECTED] x56484/65-2392484

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FA

Re: Any site?

2001-04-26 Thread Noel E. Lecaros

Hi, Mathew

Start with this site.  It's where I learned all I know about Java:

 http://developer.java.sun.com/developer/onlineTraining/

If you have any more questions, you can e-mail me directly, since I also came from a 
mainframe background.  I can share my experiences with you in this regard.

Good luck!

Regards,
Noel Lecaros

"Mathew, Aswin (CTS)" wrote:

> Hi all,
> Can anyone of you suggest sites from which I can start to have a feel of
> JSP, from which I can start as a fresher?.I just found out this mailing list
> and joined it.I am working in Mainframes Background and want JSP for some
> advancements.Your help will be kindly appreciated.Hope this mail wont
> disturb others discussing high level stuff.
> Thankz
>
> Aswin Thomas Mathew
>
> This e-mail and any files transmitted with it are for the sole use of the intended 
>recipient(s) and may contain confidential and privileged information.
> If you are not the intended recipient, please contact the sender by reply e-mail and 
>destroy all copies of the original message.
> Any unauthorised review, use, disclosure, dissemination, forwarding, printing or 
>copying of this email or any action taken in reliance on this e-mail is strictly
> prohibited and may be unlawful.
>
> Visit us at http://www.cognizant.com
>
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
> 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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Re: Difference between bean.field and

2001-04-26 Thread BERWART Thierry

Hi,

I have already tested it but without success :/

when I use
" >

it displays nothing  in my textedit
but when I use directly contract.payment_method, it works !!!

Any ideas ? ;)

Thierry

-Message d'origine-
De : Rishabh Agarwal [mailto:[EMAIL PROTECTED]]
Envoyé : jeudi 26 avril 2001 8:51
À : [EMAIL PROTECTED]
Objet : Re: Difference between bean.field and 


U have the method as getPayment_method(). U have to use:

" >
to get the correct value. Lemme know if it doesn't work.

Rishabh.

-Original Message-
From:   BERWART Thierry
[mailto:[EMAIL PROTECTED]]
Sent:   Thursday, April 26, 2001 2:27 PM
To: [EMAIL PROTECTED]
Subject:Difference between bean.field and


Hello,

I have a JSP page and a bean.
When I want to display some fields of this bean for
editing,

I used this :

" >

but it display nothing as if "payment_method" is null or
is
"".

I change this code with this :

"
SIZE=30 MAXLENGTH=40>

and it's working !!! it displays the value of the
"payment_method" field

Do you have an idea ?
What is better to use ? bean.field or 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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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



Any site?

2001-04-26 Thread Mathew, Aswin (CTS)

Hi all,
Can anyone of you suggest sites from which I can start to have a feel of
JSP, from which I can start as a fresher?.I just found out this mailing list
and joined it.I am working in Mainframes Background and want JSP for some
advancements.Your help will be kindly appreciated.Hope this mail wont
disturb others discussing high level stuff.
Thankz

Aswin Thomas Mathew

This e-mail and any files transmitted with it are for the sole use of the intended 
recipient(s) and may contain confidential and privileged information.
If you are not the intended recipient, please contact the sender by reply e-mail and 
destroy all copies of the original message.
Any unauthorised review, use, disclosure, dissemination, forwarding, printing or 
copying of this email or any action taken in reliance on this e-mail is strictly
prohibited and may be unlawful.

Visit us at http://www.cognizant.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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