Re: Urgent JSP Help Needed!

2003-07-31 Thread Dharmendra Sharan
Hi Michael,

  Your function/method signatures do not have the access specifiers, try using 
public and/or as the case may be.

  for eg.

  String search(HttpServletRequest req) {

  ought to be something like :-

  public String search(HttpServletRequest req) {

  Hope this helps,

  Regards,

  Dharmendra

ps: have a nice day!
-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED] Behalf Of Michael Rogan
Sent: Tuesday, July 29, 2003 4:27 PM
To: [EMAIL PROTECTED]
Subject: Re: Urgent JSP Help Needed!


The listing is below.  Thanks to anyone that can help!

  Show us the exact listing of the first 2-3 compile errors.  The
  properties file is not necessary.

62. String search(HttpServletRequest req) {


*** Syntax: ; expected instead of this token



62. String search(HttpServletRequest req) {


*** Syntax: ; expected instead of this token



128. String subst( HttpServletRequest req, final String original, final String path)


*** Syntax: ; expected instead of this token



128. String subst( HttpServletRequest req, final String original, final String path)


*** Syntax: ; expected instead of this token

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

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

Visit our website at http://www.ubs.com

This message contains confidential information and is intended only
for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please
notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free
as information could be intercepted, corrupted, lost, destroyed,
arrive late or incomplete, or contain viruses.  The sender therefore
does not accept liability for any errors or omissions in the contents
of this message which arise as a result of e-mail transmission.  If
verification is required please request a hard-copy version.  This
message is provided for informational purposes and should not be
construed as a solicitation or offer to buy or sell any securities or
related financial instruments.

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

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


Re: Urgent JSP Help Needed!

2003-07-29 Thread Michael Rogan
The listing is below.  Thanks to anyone that can help!

  Show us the exact listing of the first 2-3 compile errors.  The
  properties file is not necessary.

62. String search(HttpServletRequest req) {


*** Syntax: ; expected instead of this token



62. String search(HttpServletRequest req) {


*** Syntax: ; expected instead of this token



128. String subst( HttpServletRequest req, final String original, final String path)


*** Syntax: ; expected instead of this token



128. String subst( HttpServletRequest req, final String original, final String path)


*** Syntax: ; expected instead of this token

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

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


Re: URGENT!!!!!!!!

2003-02-04 Thread Sreenath V Reddy
Title: RE: URGENT






u can use teh URL class in java and specify teh image name(complete URL) and use teh input stream and read teh bytes and write to the local disk using file system.

-Original Message-
From: Ruchi Agarwal [mailto:[EMAIL PROTECTED]]
Sent: Tue 2/4/2003 1:46 PM
To: [EMAIL PROTECTED]
Cc:
Subject: URGENT
Can some one help me .. how to download images from an HTML page and
save to to the hard disk.//

My program shd be able to give a URL and I shd be able to copy the
images from that URL to my Hard disk.




*--
This message and any attachment(s) is intended only for the use of the addressee(s) and may contain information that is PRIVILEGED and CONFIDENTIAL. If you are not the intended addressee(s), you are hereby notified that any use, distribution, disclosure or copying of this communication is strictly prohibited. If you have received this communication in error, please erase all copies of the message and its attachment(s) and notify the sender or Kanbay postmaster immediately.

Any views expressed in this message are those of the individual sender and not of Kanbay.

Although we have taken steps to ensure that this e-mail and any attachment(s) are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free.

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

Some relevant archives, FAQs and Forums on JSPs can be found at:

http://java.sun.com/products/jsp
http://archives.java.sun.com/jsp-interest.html
http://forums.java.sun.com
http://www.jspinsider.com








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

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


Re: Urgent, Making taglib available to JSPs without those being in a WAR

2002-12-18 Thread John Miller Crawford
Brilliant! Worked first time for me, Manos! I've been searching for quite a while to 
find out how to do this, through books and sites and lists, till I found your posting. 
Exactly what I needed.

Many thanks!

John

===
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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: Urgent, Making taglib available to JSPs without those being in a WAR

2002-12-02 Thread m batsis
Just to serve the next search engine query on the subject, here's how it
worked out for me:

1) Put the taglib.tld in the same directory with the JSP pages
2) Place the tagLibraryClasses.jar  in the common lib directory of the
app server
3) Change the taglib directive of unregistered JSP pages as follows:

  %@ taglib uri=taglib.tld prefix=prefix %

If that doesn't work, try using an absolute path that begins with a
slash (/SERVER_ROOT/bla/bla/taglib.tld)

Manos



Emmanuil Batsis (Manos) wrote:




Hello,

Apologies for the dumb question but I have zero time; hope one of you
can save me here.
I'm under a situation where I have some JSPs *not* in a WAR file. How
can make a taglib available to those JSPs without deploying them using
a WAR file?

I'm using iplanet application server 6.

Thanks in advance for your time and help.

Manos



===
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://archives.java.sun.com/jsp-interest.html
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.jsp
http://www.jguru.com/faq/index.jsp
http://www.jspinsider.com



Re: Urgent, Making taglib available to JSPs without those being i n a WAR

2002-12-02 Thread Nimmons, Buster
According to the spec all web applications need a web.xml file whether it is
in a WAR file or an exploded directory structure.some people never realize
the need for the web.xml because they simply place their JSPs in the context
of the default web app and never have to worry about the web.xml file for
jsp deployments but it is still their. as far as the use of exploded
directory structures we use them extensively in our development environment.
Our IDEs save the JSPs and compiled servlets directly to the exploded
directory structure so all you have to do to test changes is do a page
reload. When the app is ready to deploy we use ANT to build a war file for
deployment.

-Original Message-
From: David M. Karr [mailto:[EMAIL PROTECTED]]
Sent: Saturday, November 30, 2002 12:21 PM
To: [EMAIL PROTECTED]
Subject: Re: Urgent, Making taglib available to JSPs without those being
in a WAR


 Paul == Paul Copeland [EMAIL PROTECTED] writes:

Paul David -
Paul OK, I'm game. This just went WAY over my head. Why can't he have a
Paul web.xml without a WAR? ;-)

Ok, this is splitting hairs, but I suppose you could build a directory
structure that matches the WAR structure without building a WAR file.  If
you
did that, however, I don't see the point of not building a WAR file.

--
===
David M. Karr  ; Java/J2EE/XML/Unix/C++
[EMAIL PROTECTED]   ; SCJP

===
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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: Urgent, Making taglib available to JSPs without those being in a WAR

2002-11-30 Thread Paul Copeland
David -

OK, I'm game. This just went WAY over my head. Why can't he have a
web.xml without a WAR? ;-)

-- Paul Copeland, JOT Object Technologies - http://www.jotobjects.com



--

Date:Fri, 29 Nov 2002 12:06:40 -0800
From:Karr, David [EMAIL PROTECTED]
Subject: Re: Urgent,
 Making taglib available to JSPs without those being in a WAR

You're answering a different question than he asked.  He doesn't have a =
web.xml file, as he doesn't have a WAR.

I don't see how you can do this.



-Original Message-
From: padhu vinirs [mailto:[EMAIL PROTECTED]]
=20
put
=20
%@ taglib uri=3D... prefix=3D... %
=20
in your jsp pages. Read about this directive in the jsp spec.=20
Also register
the taglib in the web.xml using the taglib element.
=20
-- padhu
=20
- Original Message -
From: m batsis [EMAIL PROTECTED]
=20


Hello,

Apologies for the dumb question but I have zero time; hope=20


one of you


can save me here.
I'm under a situation where I have some JSPs *not* in a WAR=20


file. How


can make a taglib available to those JSPs without deploying=20


them using a


WAR file?

I'm using iplanet application server 6.




--

Date:Fri, 29 Nov 2002 15:35:25 -0800
From:padhu vinirs [EMAIL PROTECTED]
Subject: Re: Urgent,
 Making taglib available to JSPs without those being in a WAR

He still has to have a web application. Create a web-inf directory and
create a web.xml file. Maybe I am missing something.

-- padhu


- Original Message -
From: Karr, David [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, November 29, 2002 12:06 PM
Subject: Re: Urgent, Making taglib available to JSPs without those being in
a WAR


You're answering a different question than he asked.  He doesn't have a
web.xml file, as he doesn't have a WAR.

I don't see how you can do this.



-Original Message-
From: padhu vinirs [mailto:[EMAIL PROTECTED]]

put

%@ taglib uri=... prefix=... %

in your jsp pages. Read about this directive in the jsp spec.
Also register
the taglib in the web.xml using the taglib element.

-- padhu

- Original Message -
From: m batsis [EMAIL PROTECTED]


Hello,

Apologies for the dumb question but I have zero time; hope


one of you


can save me here.
I'm under a situation where I have some JSPs *not* in a WAR


file. How


can make a taglib available to those JSPs without deploying


them using a


WAR file?

I'm using iplanet application server 6.




===
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://archives.java.sun.com/jsp-interest.html
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.jsp
http://www.jguru.com/faq/index.jsp
http://www.jspinsider.com



Re: Urgent, Making taglib available to JSPs without those being in a WAR

2002-11-30 Thread David M. Karr
 Paul == Paul Copeland [EMAIL PROTECTED] writes:

Paul David -
Paul OK, I'm game. This just went WAY over my head. Why can't he have a
Paul web.xml without a WAR? ;-)

Ok, this is splitting hairs, but I suppose you could build a directory
structure that matches the WAR structure without building a WAR file.  If you
did that, however, I don't see the point of not building a WAR file.

--
===
David M. Karr  ; Java/J2EE/XML/Unix/C++
[EMAIL PROTECTED]   ; SCJP

===
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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: Urgent, Making taglib available to JSPs without those being in a WAR

2002-11-29 Thread padhu vinirs
put

%@ taglib uri=... prefix=... %

in your jsp pages. Read about this directive in the jsp spec. Also register
the taglib in the web.xml using the taglib element.


-- padhu



- Original Message -
From: m batsis [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, November 29, 2002 6:49 AM
Subject: Urgent, Making taglib available to JSPs without those being in a
WAR


 Hello,

 Apologies for the dumb question but I have zero time; hope one of you
 can save me here.
 I'm under a situation where I have some JSPs *not* in a WAR file. How
 can make a taglib available to those JSPs without deploying them using a
 WAR file?

 I'm using iplanet application server 6.

 Thanks in advance for your time and help.

 Manos


===
 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://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: Urgent, Making taglib available to JSPs without those being in a WAR

2002-11-29 Thread Karr, David
You're answering a different question than he asked.  He doesn't have a web.xml file, 
as he doesn't have a WAR.

I don't see how you can do this.

 -Original Message-
 From: padhu vinirs [mailto:[EMAIL PROTECTED]]
 
 put
 
 %@ taglib uri=... prefix=... %
 
 in your jsp pages. Read about this directive in the jsp spec. 
 Also register
 the taglib in the web.xml using the taglib element.
 
 -- padhu
 
 - Original Message -
 From: m batsis [EMAIL PROTECTED]
 
  Hello,
 
  Apologies for the dumb question but I have zero time; hope 
 one of you
  can save me here.
  I'm under a situation where I have some JSPs *not* in a WAR 
 file. How
  can make a taglib available to those JSPs without deploying 
 them using a
  WAR file?
 
  I'm using iplanet application server 6.

==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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: Urgent, Making taglib available to JSPs without those being in a WAR

2002-11-29 Thread padhu vinirs
He still has to have a web application. Create a web-inf directory and
create a web.xml file. Maybe I am missing something.

-- padhu


- Original Message -
From: Karr, David [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, November 29, 2002 12:06 PM
Subject: Re: Urgent, Making taglib available to JSPs without those being in
a WAR


You're answering a different question than he asked.  He doesn't have a
web.xml file, as he doesn't have a WAR.

I don't see how you can do this.

 -Original Message-
 From: padhu vinirs [mailto:[EMAIL PROTECTED]]

 put

 %@ taglib uri=... prefix=... %

 in your jsp pages. Read about this directive in the jsp spec.
 Also register
 the taglib in the web.xml using the taglib element.

 -- padhu

 - Original Message -
 From: m batsis [EMAIL PROTECTED]

  Hello,
 
  Apologies for the dumb question but I have zero time; hope
 one of you
  can save me here.
  I'm under a situation where I have some JSPs *not* in a WAR
 file. How
  can make a taglib available to those JSPs without deploying
 them using a
  WAR file?
 
  I'm using iplanet application server 6.

=
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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: URGENT !!! - Compressing JSP

2002-07-30 Thread Dmitry Namiot

See Optimize taglib from Coldtags suite:
http://www.servletsuite.com/jsp.htm

Also you can use filters. Gzip filter is here:
http://www.servletsuite.com/servlets.htm

--
Coldbeans Software - server-side Java (tm) components
http://www.servletsuite.com



__
Your favorite stores, helpful shopping tools and great gift ideas. Experience the 
convenience of buying online with Shop@Netscape! http://shopnow.netscape.com/

Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: URGENT !!! - Compressing JSP

2002-07-30 Thread Bommakanti, Vamsee

Hi
I have gone thru the doc. I specified the following in web.xml file
filter
  filter-nameGzipFilter/filter-name
  filter-classcom.cj.gzipflt.GzipFilter/filter-class
/filter

filter-mapping
  filter-nameGzipFilter/filter-name
  url-pattern*.jsp/url-pattern
/filter-mapping

And downloaded the file gzipflt.jar into tomcathome\lib directory.
I restarted the server and still there is no difference.
Please suggest what i have done wrong
Thanks
Vamsee

-Original Message-
From: Hans Bergsten [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 29, 2002 7:08 PM
To: [EMAIL PROTECTED]
Subject: Re: URGENT !!! - Compressing JSP


Bommakanti, Vamsee wrote:
 Hi
 Can any one give me idea about how to compress a JSP output. I am using
 Tomcat for running JSP's
 I looked at gzip but donot know how to use it in a JSP.

Things like that should not be done by the JSP page. A better approach
is to use filter, as described in this article:

   http://www.javaworld.com/javaworld/jw-06-2001/jw-0622-filters.html

Hans
--
Hans Bergsten   [EMAIL PROTECTED]
Gefion Software http://www.gefionsoftware.com
JavaServer Pageshttp://TheJSPBook.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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: URGENT !!! - Compressing JSP

2002-07-30 Thread Hans Bergsten

Bommakanti, Vamsee wrote:
 Hi
 I have gone thru the doc. I specified the following in web.xml file
 filter
   filter-nameGzipFilter/filter-name
   filter-classcom.cj.gzipflt.GzipFilter/filter-class
 /filter

 filter-mapping
   filter-nameGzipFilter/filter-name
   url-pattern*.jsp/url-pattern
 /filter-mapping

 And downloaded the file gzipflt.jar into tomcathome\lib directory.
 I restarted the server and still there is no difference.
 Please suggest what i have done wrong

Which Tomcat version do you use? Filters are supported only in a
Servlet 2.3 container, such as Tomcat 4 (*not* in Tomcat 3). Also,
you should place the JAR file in tomcat_home/webapps/myapp/WEB-INF/lib.
Finally, if you are using Tomcat 4, check the log files and see if
there are any clues there.

Hans

 -Original Message-
 From: Hans Bergsten [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 29, 2002 7:08 PM
 To: [EMAIL PROTECTED]
 Subject: Re: URGENT !!! - Compressing JSP


 Bommakanti, Vamsee wrote:

Hi
Can any one give me idea about how to compress a JSP output. I am using
Tomcat for running JSP's
I looked at gzip but donot know how to use it in a JSP.


 Things like that should not be done by the JSP page. A better approach
 is to use filter, as described in this article:

http://www.javaworld.com/javaworld/jw-06-2001/jw-0622-filters.html

 Hans
 --
 Hans Bergsten   [EMAIL PROTECTED]
 Gefion Software http://www.gefionsoftware.com
 JavaServer Pageshttp://TheJSPBook.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://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com



--
Hans Bergsten   [EMAIL PROTECTED]
Gefion Software http://www.gefionsoftware.com
JavaServer Pageshttp://TheJSPBook.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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: URGENT !!! - Compressing JSP

2002-07-29 Thread Hans Bergsten

Bommakanti, Vamsee wrote:
 Hi
 Can any one give me idea about how to compress a JSP output. I am using
 Tomcat for running JSP's
 I looked at gzip but donot know how to use it in a JSP.

Things like that should not be done by the JSP page. A better approach
is to use filter, as described in this article:

   http://www.javaworld.com/javaworld/jw-06-2001/jw-0622-filters.html

Hans
--
Hans Bergsten   [EMAIL PROTECTED]
Gefion Software http://www.gefionsoftware.com
JavaServer Pageshttp://TheJSPBook.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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: Urgent: Swing And JSP Communication

2002-03-19 Thread Karau, Joe

Not sure how you would do it to a JSP.  However, you could open a URL
connection to a servlet and send the serializable object to the servlet.



Joseph Karau
Kingland Systems
[EMAIL PROTECTED]
507-536-3629
AIM: jkara3629


-Original Message-
From: Debopam Ghoshal [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 19, 2002 1:25 AM
To: [EMAIL PROTECTED]
Subject: Urgent: Swing And JSP Communication


Dear All,
Can anyone please tell me how to send an object from a swing application to
a JSP running on Tomcat 4. For example how can I print a string sent from
the
swing application, on the tomcat server console.

Thanx in advance,
Regards,
Debopam.

--
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: Urgent. as being connected SQL-Server

2002-03-04 Thread Next Step

At 04:29 PM 3/4/2002 -0600, you wrote:
Hi all
I need to know the url to connect me with the JDBC to SQL-Server the
error that gives me it is this Log:Cannot connect to
jdbc:JSQLConnect://monitor_ccd/database=monitor_ch202user=ohernandez,
reason:com.jnetdirect.jsql.u: Failed Logon:com.jnetdirect.jsql.u: Login
failed for user ' ohernandez'.
url:jdbc:JSQLConnect://monitor_ccd/database=monitor_ch202user=ohernandez

Download the JDBC driver for MS SQL (free), url should like :
cut-
Class.forName(com.microsoft.jdbc.sqlserver.SQLServerDriver);
Connection cnn =
DriverManager.getConnection(jdbc:microsoft:sqlserver://10.0.0.10:1433;DatabaseName=mydb,sa,apple);
---cut---

===
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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: Urgent Help needed !

2002-02-14 Thread Clayton Nash

Try looking at Oracle's ROWNUM field which will allow you to select specific
rows from a result. Something like

SELECT whatever
FROM (SELECT whatever, RONUM rnum from TABLE order by SOMEFIELD)
WHERE rnum between 11 and 20

will do nicely.

Clayton
- Original Message -
From: JOSHY MON M C [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, February 14, 2002 8:34 AM
Subject: Urgent Help needed !


 Hi All,
 Can Anybody help ?

 I have a Oracle 9i table named Contacts which contain about 1 records.
I
 need to show them in a JSP page ordered by last name or first name or in
any
 other order (as per user request). But only 100 records should be shown at
a
 time. User can click Previous or Next links to see more records ( as
in
 Google/Yahoo search )

 I have done this by creating a temporary table. Records are sorted and
kept
 in the temporary table . But this seems to be a very slow and inefficient
 method. ( Each request involves a select from the original table, creation
 of tempory table, insertion into temp table and finally select from temp
 table. ) Can anybody suggest a better approach ?

 Thanks
 Joshy


===
 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://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: Urgent Help needed !

2002-02-14 Thread Kishor K

Hi joshy,

U can use the Pager Tag Library available at
http://jsptags.com/tags/navigation/pager/.

it helps  to generate Google style dispaly.

regards
kishor

- Original Message -
From: JOSHY MON M C [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, February 14, 2002 2:04 PM
Subject: Urgent Help needed !


 Hi All,
 Can Anybody help ?

 I have a Oracle 9i table named Contacts which contain about 1 records.
I
 need to show them in a JSP page ordered by last name or first name or in
any
 other order (as per user request). But only 100 records should be shown at
a
 time. User can click Previous or Next links to see more records ( as
in
 Google/Yahoo search )

 I have done this by creating a temporary table. Records are sorted and
kept
 in the temporary table . But this seems to be a very slow and inefficient
 method. ( Each request involves a select from the original table, creation
 of tempory table, insertion into temp table and finally select from temp
 table. ) Can anybody suggest a better approach ?

 Thanks
 Joshy


===
 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://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com


_
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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: Urgent Help needed !

2002-02-14 Thread It, Cockpit (CAP, Contractor)

Try to use Oracle Rownum property and you will get a good result.
Say If your query returns 1000 records put another condition in your query
as rownum100 and then for next time put the condition as rownum100 and
rownum200
you will get it solved.
Thanx
Yogaraj

-Original Message-
From: JOSHY MON M C [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 14, 2002 2:04 PM
To: [EMAIL PROTECTED]
Subject: Urgent Help needed !


Hi All,
Can Anybody help ?

I have a Oracle 9i table named Contacts which contain about 1 records. I
need to show them in a JSP page ordered by last name or first name or in any
other order (as per user request). But only 100 records should be shown at a
time. User can click Previous or Next links to see more records ( as in
Google/Yahoo search )

I have done this by creating a temporary table. Records are sorted and kept
in the temporary table . But this seems to be a very slow and inefficient
method. ( Each request involves a select from the original table, creation
of tempory table, insertion into temp table and finally select from temp
table. ) Can anybody suggest a better approach ?

Thanks
Joshy

===
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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com


THIS E-MAIL MESSAGE ALONG WITH ANY ATTACHMENTS IS INTENDED ONLY FOR THE
ADDRESSEE and may contain confidential and privileged information.
If the reader of this message is not the intended recipient,
you are notified that any dissemination, distribution or copy of this
communication is strictly Prohibited.
If you have received this message by error, please notify us
immediately, return the original mail to the sender and delete the
message from your 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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: Urgent Help needed !

2002-02-14 Thread Juan Hernández Gómez

You can use the method setMaxRows(int) of the java.sql.Statement to limit
the number of rows and you can also use the absolute(int) method of the
java.sql.ResultSet to move to a specific row if the ResultSet is scrollable
(that's an option when creating the Statement or PreparedStatement).

With the previous two methods you can obtain the desired rows of a query.

 -Original Message-
 From: JOSHY MON M C [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, February 14, 2002 2:04 PM
 To: [EMAIL PROTECTED]
 Subject: Urgent Help needed !


 Hi All,
 Can Anybody help ?

 I have a Oracle 9i table named Contacts which contain about 1 records.
I
 need to show them in a JSP page ordered by last name or first name or in
any
 other order (as per user request). But only 100 records should be shown at
a
 time. User can click Previous or Next links to see more records ( as
in
 Google/Yahoo search )

 I have done this by creating a temporary table. Records are sorted and
kept
 in the temporary table . But this seems to be a very slow and inefficient
 method. ( Each request involves a select from the original table, creation
 of tempory table, insertion into temp table and finally select from temp
 table. ) Can anybody suggest a better approach ?

 Thanks
 Joshy


===
 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://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com


 THIS E-MAIL MESSAGE ALONG WITH ANY ATTACHMENTS IS INTENDED ONLY FOR THE
 ADDRESSEE and may contain confidential and privileged information.
 If the reader of this message is not the intended recipient,
 you are notified that any dissemination, distribution or copy of this
 communication is strictly Prohibited.
 If you have received this message by error, please notify us
 immediately, return the original mail to the sender and delete the
 message from your 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://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: Urgent Help needed !

2002-02-14 Thread Borislav Iordanov

There are several taglibs that do that automatically
for you, one is TICL from http://www.kobrix.com.

--- JOSHY MON M C [EMAIL PROTECTED] wrote:
 Hi All,
 Can Anybody help ?

 I have a Oracle 9i table named Contacts which
 contain about 1 records. I
 need to show them in a JSP page ordered by last name
 or first name or in any
 other order (as per user request). But only 100
 records should be shown at a
 time. User can click Previous or Next links to
 see more records ( as in
 Google/Yahoo search )

 I have done this by creating a temporary table.
 Records are sorted and kept
 in the temporary table . But this seems to be a very
 slow and inefficient
 method. ( Each request involves a select from the
 original table, creation
 of tempory table, insertion into temp table and
 finally select from temp
 table. ) Can anybody suggest a better approach ?

 Thanks
 Joshy


===
 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://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com


__
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: urgent help please - error connecting to the db

2002-02-08 Thread LearningEdition

Just try the following

java -classpath .;%classpath% Connect

Should be nothing more than the classpath problem.

--- Shahata, Ashraf [EMAIL PROTECTED]
wrote:
 I have the following code, which is quite simple and
 used to connect to the
 db, but I keep getting the error:
 Exception in thread main
 java.lang.NoClassDefFoundError: connect (wrong
 name:
 Connect)

 I'm trying to connect to mySQL using the
 mm.mysql-2.0.4-bin.jar jdbc driver,
 which I placed in the CLASSPATH. Here's the code:
 import java.sql.*;

 public class Connect {
   public static void main(String args[]) {
 Connection con = null;
 try {

   Class.forName(org.gjt.mm.mysql.Driver);
   System.out.println(JDBC driver loaded);
   con =

DriverManager.getConnection(jdbc:mysql://localhost/ash
 ?user=ashahatapassword=ash123);
   System.out.println(Database connection
 established);
   } catch (ClassNotFoundException cnfe) {
   System.out.println(ClassNotFoundException:
 Could not locate driver);

 } catch (SQLException cnfe) {
   System.out.println(SQLException: +cnfe);
 } catch (Exception e) {
   System.out.println(An unknown error occurred
 while connecting to the
 database);
 } finally {
   try {
 if ( con != null )
 con.close();
   } catch(SQLException sqle) {
 System.out.println(Unable to close database
 connection.);
   }
 }
   }
 }


===
 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://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com


__
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



RE : urgent help please - error connecting to the db

2002-02-08 Thread hassan afif

Hi ashraf,
U can try this code before :
Driver driver =
(Driver)Class.forName(driverClassName).newInstance();
DriverManager.registerDriver(driver);

-Message d'origine-
De : A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]] De la part de Shahata, Ashraf
Envoyé : jeudi 7 février 2002 18:33
À : [EMAIL PROTECTED]
Objet : urgent help please - error connecting to the db


I have the following code, which is quite simple and used to connect to
the db, but I keep getting the error: Exception in thread main
java.lang.NoClassDefFoundError: connect (wrong
name:
Connect)

I'm trying to connect to mySQL using the mm.mysql-2.0.4-bin.jar jdbc
driver, which I placed in the CLASSPATH. Here's the code: import
java.sql.*;

public class Connect {
  public static void main(String args[]) {
Connection con = null;
try {

  Class.forName(org.gjt.mm.mysql.Driver);
  System.out.println(JDBC driver loaded);
  con = DriverManager.getConnection(jdbc:mysql://localhost/ash
?user=ashahatapassword=ash123);
  System.out.println(Database connection established);
  } catch (ClassNotFoundException cnfe) {
  System.out.println(ClassNotFoundException: Could not locate
driver);

} catch (SQLException cnfe) {
  System.out.println(SQLException: +cnfe);
} catch (Exception e) {
  System.out.println(An unknown error occurred while connecting to
the database);
} finally {
  try {
if ( con != null )
con.close();
  } catch(SQLException sqle) {
System.out.println(Unable to close database connection.);
  }
}
  }
}


===
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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: urgent help please - error connecting to the db

2002-02-07 Thread breddy

just check your file name how u  saved it as.
- Original Message -
From: Shahata, Ashraf [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, February 08, 2002 12:03 AM
Subject: urgent help please - error connecting to the db


 I have the following code, which is quite simple and used to connect to
the
 db, but I keep getting the error:
 Exception in thread main java.lang.NoClassDefFoundError: connect (wrong
 name:
 Connect)

 I'm trying to connect to mySQL using the mm.mysql-2.0.4-bin.jar jdbc
driver,
 which I placed in the CLASSPATH. Here's the code:
 import java.sql.*;

 public class Connect {
   public static void main(String args[]) {
 Connection con = null;
 try {

   Class.forName(org.gjt.mm.mysql.Driver);
   System.out.println(JDBC driver loaded);
   con = DriverManager.getConnection(jdbc:mysql://localhost/ash
 ?user=ashahatapassword=ash123);
   System.out.println(Database connection established);
   } catch (ClassNotFoundException cnfe) {
   System.out.println(ClassNotFoundException: Could not locate
driver);

 } catch (SQLException cnfe) {
   System.out.println(SQLException: +cnfe);
 } catch (Exception e) {
   System.out.println(An unknown error occurred while connecting to
the
 database);
 } finally {
   try {
 if ( con != null )
 con.close();
   } catch(SQLException sqle) {
 System.out.println(Unable to close database connection.);
   }
 }
   }
 }


===
 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://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: Re Re: Urgent : Compilation of JSPs

2001-12-30 Thread Ashwani Kalra

Most of the vendors provides some feature to precompilation of all the jsps
for increasing the response time when the jsp handles request first time.
You can check the weblogic docs or their newsgroup.

Cheers
Ashwani Kalra
Sr. Mem. Dev. Staff
Aithent Technologies
India
www.geocities.com/ashwani_kalra/
~~




-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Pranav Shah
Sent: Friday, December 28, 2001 7:18 PM
To: [EMAIL PROTECTED]
Subject: Re Re: Urgent : Compilation of JSPs


Hi
 I am using weblogi server 6.0. In weblogic the jsp compiles when it is used
for first time or when you make changes in it.But how can i instruct
weblogic to compile my JSP when it starts ?

Thanks
Pranav Shah

On Fri, 28 Dec 2001 Sasi Bhushan wrote :
 Its depends on the server on which you are going to
 deploy your JSPs.For
 weblogic and WebSphere u can specify that  should the
 JSP's compile before
 application starting or at time first invocation of
 that Jsp page.
 You have not specified the server on which you are
 going to deploy.

 - Original Message -
 From: lalit gulhane [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, December 28, 2001 10:48 AM
 Subject: Urgent : Compilation of JSPs


 Hi All,

 Is it possible to compile all JSPs before starting the
 server ?

 Thanx and regards,
 Lalit

 =
 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://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: Urgent : Tomcat - IIS configuration

2001-12-29 Thread kalyannasundaram subramanian

Hello,

I am using IIS to render webservice alone, the jsp
service is taken care of by Tomcat.

Kalyan.

 --- Omar Elprince [EMAIL PROTECTED] wrote: 
Hello,
 I don't get it ... why you made a virtual directory
 although you are using
 jsp wich is not compatable with IIS or frontpage
 extentions.
 Regards


 From: Kam Premkumar [EMAIL PROTECTED]
 Reply-To: A mailing list about Java Server Pages
 specification and
 reference [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: Urgent : Tomcat - IIS configuration
 Date: Tue, 11 Dec 2001 09:57:47 -0600
 MIME-Version: 1.0
 Received: from [192.18.99.108] by hotmail.com (3.2)
 with ESMTP id
 MHotMailBDF5E1060017400431CBC012636CA8B50; Fri, 28
 Dec 2001 07:56:12 -0800
 Received: from swjscmail1 (swjscmail1.Sun.COM
 [192.18.99.107])by
 swjscmail2.java.sun.com (Postfix) with ESMTPid
 E730E223BF; Fri, 28 Dec 2001
 08:54:36 -0700 (MST)
 Received: from JAVA.SUN.COM by JAVA.SUN.COM
 (LISTSERV-TCP/IP release 1.8d)
 with  spool id 831242 for
 [EMAIL PROTECTED]; Fri, 28 Dec
 2001  08:53:49 -0700
 Received: from imo-m09.mx.aol.com
 (imo-m09.mx.aol.com [64.12.136.164]) by
 swjscmail1.java.sun.com (Postfix) with
 ESMTP id 44B34480A for
 [EMAIL PROTECTED]; Fri, 28 Dec 2001
 08:53:49 -0700 (MST)
 Received: from [EMAIL PROTECTED] by
 imo-m09.mx.aol.com
 (mail_out_v31_r1.9.) id 4.2.2a06aa7 (16218) for
 [EMAIL PROTECTED]; Fri, 28 Dec 2001
 10:55:38 -0500 (EST)
 Received: from  netscape.net ([192.76.68.70]) by
 air-in01.mx.aol.com
 (v82.22)  with ESMTP id
 MAILININ16-1228105537; Fri, 28 Dec 2001
 10:55:37 1900
 From [EMAIL PROTECTED] Fri, 28 Dec
 2001 07:58:11 -0800
 Delivered-To: [EMAIL PROTECTED]
 User-Agent: Mozilla/5.0 (Windows; U; Windows NT
 5.0; en-US; rv:0.9.4)
   Gecko/20011019 Netscape6/6.2
 X-Accept-Language: en-us
 References:
 [EMAIL PROTECTED]
 X-Mailer: Unknown (No Version)
 Message-ID:  [EMAIL PROTECTED]
 Sender: A mailing list about Java Server Pages
 specification and reference
 [EMAIL PROTECTED]
 
 Some time back in this mail list some body
 forwarded this url for iis
 tomcat configuration. I attached the page with this
 mail. Hope it will help
 
 Thanks
 Prem
 
 
 
 [EMAIL PROTECTED] wrote:
 
 Hi All,
 
 I have a problem when I try to deploy my
 application
 using Tomcat  IIS.
 
 My requirement is that I need to install different
 applications using the same IIS - Tomcat (single
 instance) setup.
 
 So, in order to facilitate this, instead of making
 the
 IIS default website's Home Directory to point to
 my
 application, I have created a virtual directory in
 IIS
 which points to my application files in
 D:/jakarta-tomcat-3.2.3/webapps/applicationname.
 
 This seems to pose a problem where in my .jsp
 files
 wherever  I refer root directory (eg. /Images etc.
 ),it refers to the path given in IIS default
 website's
 home directory (C:/inetpub/wwwroot)
 
 My application files are under
 webapps/applicationname/ and not directly under
 webapps/root/.
 
 I am not sure if this is a configuration problem
 with
 IIS or Tomcat! I am using microsoft windows 2000
 professional.
 
 Would appreciate any help in the regard.
 
 Thanks,
 Kalyan.
 
 


 Download Logos, Picture Messages  Ringtones for
 your mobile phone
  Visit http://mobile.yahoo.co.in
 

===
 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://archives.java.sun.com/jsp-interest.html
   http://java.sun.com/products/jsp/faq.html
   http://www.esperanto.org.nz/jsp/jspfaq.jsp
   http://www.jguru.com/faq/index.jsp
   http://www.jspinsider.com
 
 





_
 Get your FREE download of MSN Explorer at
 http://explorer.msn.com/intl.asp.

HR
html

head
titleTomcat IIS HowTo/title
/head

body

h1Tomcat IIS HowTo/h1

pBy Gal Shachor
ttlt;[EMAIL PROTECTED]gt;/tt/p

pThis document explains how to set up IIS to
cooperate with Tomcat.
Normally IIS can not execute Servlets and Java Server
Pages (JSPs),
configuring IIS to use the Tomcat redirector plugin
will let IIS send servlet
and JSP requests to Tomcat (and this way, serve them
to clients). /p

h2Document Conventions and Assumptions/h2

plt;tomcat_homegt; is the root directory of
tomcat. Your Tomcat
installation should have the following subdirectories:

ol
  lilt;tomcat_homegt;\conf - Where you can place
various configuration files/li
  lilt;tomcat_homegt;\webapps - Containing example
applications /li
  lilt;tomcat_homegt;\bin - Where you place web
server plugins /li
/ol

pIn all the examples in this document
lt;tomcat_homegt; will be c:\jakarta-tomcat./p

pA ttworker/tt is defined to be a tomcat process
that accepts work from the IIS
server./p

Re Re: Urgent : Compilation of JSPs

2001-12-28 Thread Pranav Shah

Hi
 I am using weblogi server 6.0. In weblogic the jsp compiles when it is used for first 
time or when you make changes in it.But how can i instruct weblogic to compile my JSP 
when it starts ?

Thanks
Pranav Shah

On Fri, 28 Dec 2001 Sasi Bhushan wrote :
 Its depends on the server on which you are going to 
 deploy your JSPs.For
 weblogic and WebSphere u can specify that  should the 
 JSP's compile before
 application starting or at time first invocation of 
 that Jsp page.
 You have not specified the server on which you are 
 going to deploy.
 
 - Original Message -
 From: lalit gulhane [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, December 28, 2001 10:48 AM
 Subject: Urgent : Compilation of JSPs
 
 
 Hi All,
 
 Is it possible to compile all JSPs before starting the 
 server ?
 
 Thanx and regards,
 Lalit
 
 =
 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://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: Urgent : Compilation of JSPs

2001-12-28 Thread Andrew Perepelytsya
 lalit gulhane [EMAIL PROTECTED] wrote:

Hi All,Is it possible to compile all JSPs before starting the server ?Thanx and regards,Lalit
in Tomcat look for the jspc compiler in the bin directory. (jspc.bat ASAIR)Do You Yahoo!?
Get personalised at My Yahoo!.

Re: Urgent : Tomcat - IIS configuration

2001-12-28 Thread Kam Premkumar

Some time back in this mail list some body forwarded this url for iis
tomcat configuration. I attached the page with this mail. Hope it will help

Thanks
Prem



[EMAIL PROTECTED] wrote:

 Hi All,

 I have a problem when I try to deploy my application
 using Tomcat  IIS.

 My requirement is that I need to install different
 applications using the same IIS - Tomcat (single
 instance) setup.

 So, in order to facilitate this, instead of making the
 IIS default website's Home Directory to point to my
 application, I have created a virtual directory in IIS
 which points to my application files in
 D:/jakarta-tomcat-3.2.3/webapps/applicationname.

 This seems to pose a problem where in my .jsp files
 wherever  I refer root directory (eg. /Images etc.
 ),it refers to the path given in IIS default website's
 home directory (C:/inetpub/wwwroot)

 My application files are under
 webapps/applicationname/ and not directly under
 webapps/root/.

 I am not sure if this is a configuration problem with
 IIS or Tomcat! I am using microsoft windows 2000
 professional.

 Would appreciate any help in the regard.

 Thanks,
 Kalyan.


 
 Download Logos, Picture Messages  Ringtones for your mobile phone
 Visit http://mobile.yahoo.co.in

 ===
 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://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com



Title: Tomcat IIS HowTo






Tomcat IIS HowTo

By Gal Shachor [EMAIL PROTECTED]

This document explains how to set up IIS to cooperate with Tomcat.
Normally IIS can not execute Servlets and Java Server Pages (JSPs),
configuring IIS to use the Tomcat redirector plugin will let IIS send servlet
and JSP requests to Tomcat (and this way, serve them to clients). 

Document Conventions and Assumptions

tomcat_home is the root directory of tomcat. Your Tomcat
installation should have the following subdirectories:


  tomcat_home\conf - Where you can place various configuration files
  tomcat_home\webapps - Containing example applications 
  tomcat_home\bin - Where you place web server plugins 


In all the examples in this document tomcat_home will be c:\jakarta-tomcat.

A worker is defined to be a tomcat process that accepts work from the IIS
server.

Supported Configuration

The IIS-Tomcat redirector was developed and tested on:


  WinNT4.0-i386 SP4/SP5/SP6a (it should be able to work on other
  versions of the NT service pack.) and Win98 
  IIS4.0 and PWS4.0 
  Tomcat3.0 - Tomcat3.2


The redirector uses ajp12 to send requests to the Tomcat
containers. There is also an option to use Tomcat in process, more about the
in-process mode can be found in the in process
howto.

Installation

As of Tomcat 3.2, a pre-built version of the ISAPI redirector server plugin,
isapi_redirect.dll, is available under the win32/i386 directory where you
downloaded the 
Tomcat binary distribution. For those using Netscape as your browser, try
downloading a zip version of the file, if available. There can be problems using
Netscape to download DLL files.

You can also build a copy locally from the source in Tomcat's source
distribution.

The Tomcat redirector requires three entities:


  isapi_redirect.dll - The IIS server plugin, either obtain a pre-built
  DLL or build it yourself (see the build section).
  workers.properties - A file that describes the host(s) and port(s) used
  by the workers (Tomcat processes). A sample workers.properties can
  be found under the conf directory. 
  uriworkermap.properties - A file that maps URL-Path patterns to
  workers. A sample uriworkermap.properties can be found under the
  conf directory as well.


The installation includes the following parts:


  Configuring the ISAPI redirector with a default /examples context and
  checking that you can serve servlets with IIS.
  Adding more contexts to the configuration.


Configuring the ISAPI Redirector

In this document I will assume that isapi_redirect.dll is placed in
c:\jakarta-tomcat\bin\win32\i386\isapi_redirect.dll and that you created the properties
files are in c:\jakarta-tomcat\conf.


  In the registry, create a new registry key named 
HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi
Redirector\1.0
  Add a string value with the name extension_uri and a value of
/jakarta/isapi_redirect.dll
  Add a string value with the name log_file and a value pointing
to where you want your log file to be (for example c:\jakarta-tomcat\logs\isapi.log).
  Add a string value with the name log_level and a value for
your log level (can be 

Re: Urgent : Tomcat - IIS configuration

2001-12-28 Thread Chen, Gin

Following those instructions alone will only get the examples to work and
there's still alot of tweaking to be done. Look at the archives of this
list. I had posted another link to follow and further instructions as well.
Hope that helps,
-Tim

-Original Message-
From: Kam Premkumar [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 11, 2001 10:58 AM
To: [EMAIL PROTECTED]
Subject: Re: Urgent : Tomcat - IIS configuration


Some time back in this mail list some body forwarded this url for iis
tomcat configuration. I attached the page with this mail. Hope it will help

Thanks
Prem



[EMAIL PROTECTED] wrote:

 Hi All,

 I have a problem when I try to deploy my application
 using Tomcat  IIS.

 My requirement is that I need to install different
 applications using the same IIS - Tomcat (single
 instance) setup.

 So, in order to facilitate this, instead of making the
 IIS default website's Home Directory to point to my
 application, I have created a virtual directory in IIS
 which points to my application files in
 D:/jakarta-tomcat-3.2.3/webapps/applicationname.

 This seems to pose a problem where in my .jsp files
 wherever  I refer root directory (eg. /Images etc.
 ),it refers to the path given in IIS default website's
 home directory (C:/inetpub/wwwroot)

 My application files are under
 webapps/applicationname/ and not directly under
 webapps/root/.

 I am not sure if this is a configuration problem with
 IIS or Tomcat! I am using microsoft windows 2000
 professional.

 Would appreciate any help in the regard.

 Thanks,
 Kalyan.


 
 Download Logos, Picture Messages  Ringtones for your mobile phone
 Visit http://mobile.yahoo.co.in


===
 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://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: Urgent : Tomcat - IIS configuration

2001-12-28 Thread Omar Elprince

Hello,
I don't get it ... why you made a virtual directory although you are using
jsp wich is not compatable with IIS or frontpage extentions.
Regards


From: Kam Premkumar [EMAIL PROTECTED]
Reply-To: A mailing list about Java Server Pages specification and
reference [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Urgent : Tomcat - IIS configuration
Date: Tue, 11 Dec 2001 09:57:47 -0600
MIME-Version: 1.0
Received: from [192.18.99.108] by hotmail.com (3.2) with ESMTP id
MHotMailBDF5E1060017400431CBC012636CA8B50; Fri, 28 Dec 2001 07:56:12 -0800
Received: from swjscmail1 (swjscmail1.Sun.COM [192.18.99.107])by
swjscmail2.java.sun.com (Postfix) with ESMTPid E730E223BF; Fri, 28 Dec 2001
08:54:36 -0700 (MST)
Received: from JAVA.SUN.COM by JAVA.SUN.COM (LISTSERV-TCP/IP release 1.8d)
with  spool id 831242 for [EMAIL PROTECTED]; Fri, 28 Dec
2001  08:53:49 -0700
Received: from imo-m09.mx.aol.com (imo-m09.mx.aol.com [64.12.136.164]) by
swjscmail1.java.sun.com (Postfix) with ESMTP id 44B34480A for
[EMAIL PROTECTED]; Fri, 28 Dec 2001 08:53:49 -0700 (MST)
Received: from [EMAIL PROTECTED] by imo-m09.mx.aol.com
(mail_out_v31_r1.9.) id 4.2.2a06aa7 (16218) for
[EMAIL PROTECTED]; Fri, 28 Dec 2001 10:55:38 -0500 (EST)
Received: from  netscape.net ([192.76.68.70]) by air-in01.mx.aol.com
(v82.22)  with ESMTP id MAILININ16-1228105537; Fri, 28 Dec 2001
10:55:37 1900
From [EMAIL PROTECTED] Fri, 28 Dec 2001 07:58:11 -0800
Delivered-To: [EMAIL PROTECTED]
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4)
  Gecko/20011019 Netscape6/6.2
X-Accept-Language: en-us
References: [EMAIL PROTECTED]
X-Mailer: Unknown (No Version)
Message-ID:  [EMAIL PROTECTED]
Sender: A mailing list about Java Server Pages specification and reference
[EMAIL PROTECTED]

Some time back in this mail list some body forwarded this url for iis
tomcat configuration. I attached the page with this mail. Hope it will help

Thanks
Prem



[EMAIL PROTECTED] wrote:

Hi All,

I have a problem when I try to deploy my application
using Tomcat  IIS.

My requirement is that I need to install different
applications using the same IIS - Tomcat (single
instance) setup.

So, in order to facilitate this, instead of making the
IIS default website's Home Directory to point to my
application, I have created a virtual directory in IIS
which points to my application files in
D:/jakarta-tomcat-3.2.3/webapps/applicationname.

This seems to pose a problem where in my .jsp files
wherever  I refer root directory (eg. /Images etc.
),it refers to the path given in IIS default website's
home directory (C:/inetpub/wwwroot)

My application files are under
webapps/applicationname/ and not directly under
webapps/root/.

I am not sure if this is a configuration problem with
IIS or Tomcat! I am using microsoft windows 2000
professional.

Would appreciate any help in the regard.

Thanks,
Kalyan.



Download Logos, Picture Messages  Ringtones for your mobile phone
 Visit http://mobile.yahoo.co.in

===
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://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com






_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.

Title: Tomcat IIS HowTo






Tomcat IIS HowTo

By Gal Shachor [EMAIL PROTECTED]

This document explains how to set up IIS to cooperate with Tomcat.
Normally IIS can not execute Servlets and Java Server Pages (JSPs),
configuring IIS to use the Tomcat redirector plugin will let IIS send servlet
and JSP requests to Tomcat (and this way, serve them to clients). 

Document Conventions and Assumptions

tomcat_home is the root directory of tomcat. Your Tomcat
installation should have the following subdirectories:


  tomcat_home\conf - Where you can place various configuration files
  tomcat_home\webapps - Containing example applications 
  tomcat_home\bin - Where you place web server plugins 


In all the examples in this document tomcat_home will be c:\jakarta-tomcat.

A worker is defined to be a tomcat process that accepts work from the IIS
server.

Supported Configuration

The IIS-Tomcat redirector was developed and tested on:


  WinNT4.0-i386 SP4/SP5/SP6a (it should be able to work on other
  versions of the NT service pack.) and Win98 
  IIS4.0 and PWS4.0 
  Tomcat3.0 - Tomcat3.2


The redirector uses ajp12 to send requests to the Tomcat
containers. There is also an option to use Tomcat in process, more about the
in-process mode can be found

Re: Urgent : Compilation of JSPs

2001-12-27 Thread Sasi Bhushan

Its depends on the server on which you are going to deploy your JSPs.For
weblogic and WebSphere u can specify that  should the JSP's compile before
application starting or at time first invocation of that Jsp page.
You have not specified the server on which you are going to deploy.

- Original Message -
From: lalit gulhane [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, December 28, 2001 10:48 AM
Subject: Urgent : Compilation of JSPs


Hi All,

Is it possible to compile all JSPs before starting the server ?

Thanx and regards,
Lalit

=
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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: Urgent !!!!!!!! Please help me

2001-12-18 Thread ShriKant Vashishtha

Hi All,

1.  for (int i = 0; i  count; i++) {
   Node cld = list.item(i).getFirstChild();
 }

2. Node cld = null;
for (int i = 0; i  count; i++) {
cld = list.item(i).getFirstChild();
}

Which one is more efficient between the two and why.

Thanks,
-ShriKant



Gare, Trefor wrote:

 Not quite sure what you're after but the second will allow the JVM to use a
 single String object for multiple references (if there are any other strings
 Tendulkar).  The first will always create a new String object.  In that
 way the second is a more economical way of creating/referencing the object.
 Is that a help?

 Tref Gare
 Web Developer MCSD
 eCommerce Group
 Phone:  (03) 9221 4106
 Mobile: 0409 556 478
 Fax:(03) 9941 4295

  -Original Message-
  From: Ravindra [SMTP:[EMAIL PROTECTED]]
  Sent: Tuesday,18 December 2001 5:24
  To:   [EMAIL PROTECTED]
  Subject:  Re: Urgent  Please help me
 
  Hi All,
 
  String string_Name = new String(Tendulkar);
 
  String string_Name = Tendulkar;
 
  In Above two statements which is compatible(Speed,Instantiating and other
  parameters.) for java compiler.
 
  thanks
 
  Varna.
 
  ==
  =
  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://archives.java.sun.com/jsp-interest.html
   http://java.sun.com/products/jsp/faq.html
   http://www.esperanto.org.nz/jsp/jspfaq.jsp
   http://www.jguru.com/faq/index.jsp
   http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: Urgent !!!!!!!! Please help me

2001-12-18 Thread Komaravolu Vasudha

hello srikanth,
second one is more efficient as in the first case the node cld will
be creating each and every time. So if the count value is larger then that
many times this object will be created.


-Original Message-
From: ShriKant Vashishtha [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 18, 2001 1:42 PM
To: [EMAIL PROTECTED]
Subject: Re: Urgent  Please help me


Hi All,

1.  for (int i = 0; i  count; i++) {
   Node cld = list.item(i).getFirstChild();
 }

2. Node cld = null;
for (int i = 0; i  count; i++) {
cld = list.item(i).getFirstChild();
}

Which one is more efficient between the two and why.

Thanks,
-ShriKant



Gare, Trefor wrote:

 Not quite sure what you're after but the second will allow the JVM to use
a
 single String object for multiple references (if there are any other
strings
 Tendulkar).  The first will always create a new String object.  In that
 way the second is a more economical way of creating/referencing the
object.
 Is that a help?

 Tref Gare
 Web Developer MCSD
 eCommerce Group
 Phone:  (03) 9221 4106
 Mobile: 0409 556 478
 Fax:(03) 9941 4295

  -Original Message-
  From: Ravindra [SMTP:[EMAIL PROTECTED]]
  Sent: Tuesday,18 December 2001 5:24
  To:   [EMAIL PROTECTED]
  Subject:  Re: Urgent  Please help me
 
  Hi All,
 
  String string_Name = new String(Tendulkar);
 
  String string_Name = Tendulkar;
 
  In Above two statements which is compatible(Speed,Instantiating and
other
  parameters.) for java compiler.
 
  thanks
 
  Varna.
 
 
==
  =
  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://archives.java.sun.com/jsp-interest.html
   http://java.sun.com/products/jsp/faq.html
   http://www.esperanto.org.nz/jsp/jspfaq.jsp
   http://www.jguru.com/faq/index.jsp
   http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: Urgent !!!!!!!! Please help me

2001-12-18 Thread ShriKant Vashishtha


Hi,
I am little puzzled. Let me clear my understanding.
When I say
Node cld = list.item(i).getFirstChild();
am I calling any constructor of the object, if yes which one?
Do we have any kind of copy constructor like C++. If we do then what
is the syntex of that constructor and how does it internally invoked.
Thanks,
-ShriKant
Komaravolu Vasudha wrote:
hello srikanth,
 second one is more efficient
as in the first case the node cld will
be creating each and every time. So if the count value is larger then
that
many times this object will be created.
-Original Message-
From: ShriKant Vashishtha [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 18, 2001 1:42 PM
To: [EMAIL PROTECTED]
Subject: Re: Urgent  Please help me
Hi All,
1. for (int i = 0; i  count; i++) {
 Node cld = list.item(i).getFirstChild();
 }
2. Node cld = null;
 for (int i = 0; i  count; i++) {
 cld = list.item(i).getFirstChild();
 }
Which one is more efficient between the two and why.
Thanks,
-ShriKant
"Gare, Trefor" wrote:
> Not quite sure what you're after but the second will allow the JVM
to use
a
> single String object for multiple references (if there are any other
strings
> "Tendulkar"). The first will always create a new String object.
In that
> way the second is a more economical way of creating/referencing the
object.
> Is that a help?
>
> Tref Gare
> Web Developer MCSD
> eCommerce Group
> Phone: (03) 9221 4106
> Mobile: 0409 556 478
> Fax: (03) 9941 4295
>
> > -Original Message-
> > From: Ravindra [SMTP:[EMAIL PROTECTED]]
> > Sent: Tuesday,18 December 2001 5:24
> > To: [EMAIL PROTECTED]
> > Subject: Re: Urgent  Please
help me
> >
> > Hi All,
> >
> > String string_Name = new String("Tendulkar");
> >
> > String string_Name = "Tendulkar";
> >
> > In Above two statements which is compatible(Speed,Instantiating
and
other
> > parameters.) for java compiler.
> >
> > thanks
> >
> > Varna.
> >
> >
==
> > =
> > 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://archives.java.sun.com/jsp-interest.html
> > http://java.sun.com/products/jsp/faq.html
> > http://www.esperanto.org.nz/jsp/jspfaq.jsp
> > http://www.jguru.com/faq/index.jsp
> > http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.jsp
> http://www.jguru.com/faq/index.jsp
> http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.jsp
http://www.jguru.com/faq/index.jsp
http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.jsp
http://www.jguru.com/faq/index.jsp
http://www.jspinsider.com



Re: Urgent !!!!!!!! Please help me

2001-12-18 Thread ShriKant Vashishtha

Hi,

I am little puzzled. Let me clear my understanding.
When I say
Node cld = list.item(i).getFirstChild();
am I calling any constructor of the object, if yes which one?
Do we have any kind of copy constructor like C++. If we do then what is the syntex
of that constructor and how does it internally
invoked.

Thanks,
-ShriKant

Komaravolu Vasudha wrote:

 hello srikanth,
 second one is more efficient as in the first case the node cld will
 be creating each and every time. So if the count value is larger then that
 many times this object will be created.

 -Original Message-
 From: ShriKant Vashishtha [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, December 18, 2001 1:42 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Urgent  Please help me

 Hi All,

 1.  for (int i = 0; i  count; i++) {
Node cld = list.item(i).getFirstChild();
  }

 2. Node cld = null;
 for (int i = 0; i  count; i++) {
 cld = list.item(i).getFirstChild();
 }

 Which one is more efficient between the two and why.

 Thanks,
 -ShriKant

 Gare, Trefor wrote:

  Not quite sure what you're after but the second will allow the JVM to use
 a
  single String object for multiple references (if there are any other
 strings
  Tendulkar).  The first will always create a new String object.  In that
  way the second is a more economical way of creating/referencing the
 object.
  Is that a help?
 
  Tref Gare
  Web Developer MCSD
  eCommerce Group
  Phone:  (03) 9221 4106
  Mobile: 0409 556 478
  Fax:(03) 9941 4295
 
   -Original Message-
   From: Ravindra [SMTP:[EMAIL PROTECTED]]
   Sent: Tuesday,18 December 2001 5:24
   To:   [EMAIL PROTECTED]
   Subject:  Re: Urgent  Please help me
  
   Hi All,
  
   String string_Name = new String(Tendulkar);
  
   String string_Name = Tendulkar;
  
   In Above two statements which is compatible(Speed,Instantiating and
 other
   parameters.) for java compiler.
  
   thanks
  
   Varna.
  
  
 ==
   =
   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://archives.java.sun.com/jsp-interest.html
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.jsp
http://www.jguru.com/faq/index.jsp
http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
   http://java.sun.com/products/jsp/faq.html
   http://www.esperanto.org.nz/jsp/jspfaq.jsp
   http://www.jguru.com/faq/index.jsp
   http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: Urgent !!!!!!!! Please help me

2001-12-18 Thread Haseltine, Celeste

I did not run your code, but if my memory serves me correctly, you will get
an error on 1 when you re-enter the loop, as the object cld will already
exists.

These questions look very much like those asked on a Java final exam.  Are
you getting help from the board for your take home final?

Celeste

-Original Message-
From: ShriKant Vashishtha [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 18, 2001 2:12 AM
To: [EMAIL PROTECTED]
Subject: Re: Urgent  Please help me


Hi All,

1.  for (int i = 0; i  count; i++) {
   Node cld = list.item(i).getFirstChild();
 }

2. Node cld = null;
for (int i = 0; i  count; i++) {
cld = list.item(i).getFirstChild();
}

Which one is more efficient between the two and why.

Thanks,
-ShriKant



Gare, Trefor wrote:

 Not quite sure what you're after but the second will allow the JVM to use
a
 single String object for multiple references (if there are any other
strings
 Tendulkar).  The first will always create a new String object.  In that
 way the second is a more economical way of creating/referencing the
object.
 Is that a help?

 Tref Gare
 Web Developer MCSD
 eCommerce Group
 Phone:  (03) 9221 4106
 Mobile: 0409 556 478
 Fax:(03) 9941 4295

  -Original Message-
  From: Ravindra [SMTP:[EMAIL PROTECTED]]
  Sent: Tuesday,18 December 2001 5:24
  To:   [EMAIL PROTECTED]
  Subject:  Re: Urgent  Please help me
 
  Hi All,
 
  String string_Name = new String(Tendulkar);
 
  String string_Name = Tendulkar;
 
  In Above two statements which is compatible(Speed,Instantiating and
other
  parameters.) for java compiler.
 
  thanks
 
  Varna.
 
 
==
  =
  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://archives.java.sun.com/jsp-interest.html
   http://java.sun.com/products/jsp/faq.html
   http://www.esperanto.org.nz/jsp/jspfaq.jsp
   http://www.jguru.com/faq/index.jsp
   http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: Urgent !!!!!!!! Please help me

2001-12-17 Thread Ravindra

Hi All,

String string_Name = new String(Tendulkar);

String string_Name = Tendulkar;

In Above two statements which is compatible(Speed,Instantiating and other
parameters.) for java compiler.

thanks

Varna.

===
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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: Urgent !!!!!!!! Please help me

2001-12-17 Thread Rajinder Sandhu

second one

-Original Message-
From: Ravindra [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 18, 2001 11:54 AM
To: [EMAIL PROTECTED]
Subject: Re: Urgent  Please help me


Hi All,

String string_Name = new String(Tendulkar);

String string_Name = Tendulkar;

In Above two statements which is compatible(Speed,Instantiating and other
parameters.) for java compiler.

thanks

Varna.

===
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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: Urgent !!!!!!!! Please help me

2001-12-17 Thread Gare, Trefor

Not quite sure what you're after but the second will allow the JVM to use a
single String object for multiple references (if there are any other strings
Tendulkar).  The first will always create a new String object.  In that
way the second is a more economical way of creating/referencing the object.
Is that a help?



Tref Gare
Web Developer MCSD
eCommerce Group
Phone:  (03) 9221 4106
Mobile: 0409 556 478
Fax:(03) 9941 4295

 -Original Message-
 From: Ravindra [SMTP:[EMAIL PROTECTED]]
 Sent: Tuesday,18 December 2001 5:24
 To:   [EMAIL PROTECTED]
 Subject:  Re: Urgent  Please help me

 Hi All,

 String string_Name = new String(Tendulkar);

 String string_Name = Tendulkar;

 In Above two statements which is compatible(Speed,Instantiating and other
 parameters.) for java compiler.

 thanks

 Varna.

 ==
 =
 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://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: Urgent !!!!!!!! Please help me

2001-12-17 Thread Komaravolu Vasudha

hello
I think the first one is more compatbile

-Original Message-
From: Ravindra [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 18, 2001 11:54 AM
To: [EMAIL PROTECTED]
Subject: Re: Urgent  Please help me


Hi All,

String string_Name = new String(Tendulkar);

String string_Name = Tendulkar;

In Above two statements which is compatible(Speed,Instantiating and other
parameters.) for java compiler.

thanks

Varna.

===
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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: Urgent !!!!!!!! Please help me

2001-12-17 Thread Ravindra

Thanks Gare,
I want to check the second option for referencing more than one value.It
will take the last referenced value for display.

String string_Name = Sachin;
  string_Name = Tendulkar;
  System.out.println(string_Name); Result is : Tendulkar

So i just testing it's behaviour.

Thanks

Varna.





- Original Message -
From: Gare, Trefor [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, December 18, 2001 11:57 AM
Subject: Re: Urgent  Please help me


 Not quite sure what you're after but the second will allow the JVM to use
a
 single String object for multiple references (if there are any other
strings
 Tendulkar).  The first will always create a new String object.  In that
 way the second is a more economical way of creating/referencing the
object.
 Is that a help?



 Tref Gare
 Web Developer MCSD
 eCommerce Group
 Phone:  (03) 9221 4106
 Mobile: 0409 556 478
 Fax:(03) 9941 4295

  -Original Message-
  From: Ravindra [SMTP:[EMAIL PROTECTED]]
  Sent: Tuesday,18 December 2001 5:24
  To:   [EMAIL PROTECTED]
  Subject:  Re: Urgent  Please help me
 
  Hi All,
 
  String string_Name = new String(Tendulkar);
 
  String string_Name = Tendulkar;
 
  In Above two statements which is compatible(Speed,Instantiating and
other
  parameters.) for java compiler.
 
  thanks
 
  Varna.
 
 
==
  =
  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://archives.java.sun.com/jsp-interest.html
   http://java.sun.com/products/jsp/faq.html
   http://www.esperanto.org.nz/jsp/jspfaq.jsp
   http://www.jguru.com/faq/index.jsp
   http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: Urgent !!!!!!!! Please help me

2001-12-17 Thread Leo

I think second will allow the JVM to use a single String object for multiple 
references  is like this:

String s1 = abc;
String s2 = abc;
System.out.println(s1==s2);

String s3 = new String(abc);
String s4 = new String(abc);
System.out.println(s3==s4);

Result:
true
false

- Original Message - 
From: Ravindra [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, December 18, 2001 2:40 PM
Subject: Re: Urgent  Please help me


 Thanks Gare,
 I want to check the second option for referencing more than one value.It
 will take the last referenced value for display.
 
 String string_Name = Sachin;
   string_Name = Tendulkar;
   System.out.println(string_Name); Result is : Tendulkar
 
 So i just testing it's behaviour.
 
 Thanks
 
 Varna.
 
 
 
 
 
 - Original Message -
 From: Gare, Trefor [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, December 18, 2001 11:57 AM
 Subject: Re: Urgent  Please help me
 
 
  Not quite sure what you're after but the second will allow the JVM to use
 a
  single String object for multiple references (if there are any other
 strings
  Tendulkar).  The first will always create a new String object.  In that
  way the second is a more economical way of creating/referencing the
 object.
  Is that a help?
 
 
 
  Tref Gare
  Web Developer MCSD
  eCommerce Group
  Phone:  (03) 9221 4106
  Mobile: 0409 556 478
  Fax:(03) 9941 4295
 
   -Original Message-
   From: Ravindra [SMTP:[EMAIL PROTECTED]]
   Sent: Tuesday,18 December 2001 5:24
   To:   [EMAIL PROTECTED]
   Subject:  Re: Urgent  Please help me
  
   Hi All,
  
   String string_Name = new String(Tendulkar);
  
   String string_Name = Tendulkar;
  
   In Above two statements which is compatible(Speed,Instantiating and
 other
   parameters.) for java compiler.
  
   thanks
  
   Varna.
  
  
 ==
   =
   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://archives.java.sun.com/jsp-interest.html
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.jsp
http://www.jguru.com/faq/index.jsp
http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
   http://java.sun.com/products/jsp/faq.html
   http://www.esperanto.org.nz/jsp/jspfaq.jsp
   http://www.jguru.com/faq/index.jsp
   http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com
¢éì¹»®Þ™¨¥¶‰b²Û®øÚ½«.ÊÂ+an‡r²('¡÷ÉHò
LDDI1h­Ø zËfj)m¢X¬¶Ç«¾6¯j˧r‰°ŠØ[¡Ü¬zÒRƒSL2$Ò¢g«zW¯j{E(œ”ý'«¾W­±Æ§mçèºwZ¶m§ÿÚ­Èb½ë#jö¬ºw(›øì¦)íz·¬¶f–m§ÿãjö¬ºw(›úk¡Ûœ¶Ï㲟ßj¨mšXm¶ŸÿÃ
²—«j{h¢¸'Ïøì§øì¥öªŽÊa¶Úÿ0Ž«¹Êýöªþ)Ý{ì¦m§ÿðÃì¦)ì‰×«r‰


Re: Urgent !!!!!!!! Please help me

2001-12-13 Thread Kwan, William

Hi,

Try the following.
script language='javascript'
function verifydate()
{
if (document.form1.txtbox.value == ) then
{
document.form1.txtbox.focus();
return false;
}else
return true;
}
/script

html
body
form method='post' onSubmit='return verifydata()'
.

/form
/body
/html


talk to you later,
Will


-Original Message-
From: ShriKant Vashishtha [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 12, 2001 11:27 PM
To: [EMAIL PROTECTED]
Subject: Urgent  Please help me


Hi,

My JSP contains the following things

A text box
and a GO button which fetches the result based on the criteria entered in
textbox.

The GO button has a validation for a blank search criteria and displayes
alert
message if we press GO without entering anything.

But the problem is, if I hit on ENTER, it fetches me the result even if I
haven't entered anything in the text box. It does not go through the
validation which executes on pressing on GO button.

Please help...
-ShriKant

===
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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: Urgent !!!!!!!! Please help me

2001-12-12 Thread Chen, Gin



If 
this is the page in question then the problem is that you are not calling any of 
the methods. Also, you might want to make sure that the jsp page actually 
compiles. I dont know whatfile://out.println(e); is but I'm sure it wont 
compile.
-Tim

  -Original Message-From: Ravindra 
  [mailto:[EMAIL PROTECTED]]Sent: Wednesday, December 12, 2001 
  6:40 AMTo: [EMAIL PROTECTED]Subject: Urgent 
   Please help me
  Dear All,
  
   Problem : 

 I have a jsp page, 
  which should talk to database and fetches file name from the table and prints 
  the file on to browser.
  
   Current Result :

 No error, but there 
  is no single data from the file are not written to the browser.
  
   Request :

 Can any body send me 
  the code for my requirement, earliest.
  
  Code :
  
  %--* PrintFiles.jsp* 
  Created on December 13, 2001, 4:00 PM--%
  
  %@ page import = "java.io.*" 
  %%@ page import = "java.sql.*" %%@ page import = 
  "javax.servlet.*" %
  
  %--*@author Ravindra 
  Varna*@version 
  1.0.0--%htmlbody bgcolor = 
  "#246890"%!Connection 
  con;CallableStatement 
  cstmt;ResultSet rs;String Hi = 
  "Ravindra Varna";PrintWriter 
  out;%%!void 
  getConnection(){try{Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");con 
  = 
  DriverManager.getConnection("jdbc:odbc:DB","sa","");}catch(Exception 
  e){file://out.println(e);}}%%=Hi 
  %%!void 
  getResultSet(){String 
  mysql_Statement;String 
  file_Name;try{mysql_Statement 
  = "{call DB_Sl_FileName}";cstmt = 
  con.prepareCall(mysql_Statement);rs = 
  cstmt.executeQuery();while 
  (rs.next()){file_Name 
  = rs.getString(2);FileReader fr = new 
  FileReader(file_Name);int c = 
  0;while (c != 
  -1){c 
  = 
  fr.read();out.println((char)c);}}}catch(Exception 
  e){out.println(e);}}%%=Hi 
  %/body/html
  
  
  
  
  Thanks
  
  Varna.


Re: Urgent !!!!!!!! Please help me

2001-12-12 Thread Praveen Potineni



Hey Ravindra,
One suggestion i would like to give you ..is that 
ur .jsp file looks more like a .java file. Eliminate all your java codeand 
database connections, statements and put them in a .java file. That will make ur 
job easy later on...Access database thru a java 
bean from a JSP. U should put the java code in a java file and then compile the 
java file and call themethods in the java file. 
Instead offile://out.println(e); use
System.out.println(" Exception: +e");

Hope it helps.
Praveen

  - Original Message - 
  From: 
  Chen, 
  Gin 
  To: [EMAIL PROTECTED] 
  Sent: Wednesday, December 12, 2001 8:36 
  AM
  Subject: Re: Urgent  Please help 
  me
  
  If 
  this is the page in question then the problem is that you are not calling any 
  of the methods. Also, you might want to make sure that the jsp page actually 
  compiles. I dont know whatfile://out.println(e); is but I'm sure it wont 
  compile.
  -Tim
  
-Original Message-From: Ravindra 
[mailto:[EMAIL PROTECTED]]Sent: Wednesday, December 12, 2001 
6:40 AMTo: [EMAIL PROTECTED]Subject: Urgent 
 Please help me
Dear All,

 Problem : 
  
   I have a jsp page, 
which should talk to database and fetches file name from the table and 
prints the file on to browser.

 Current Result 
:
  
   No error, but there 
is no single data from the file are not written to the browser.

 Request :
  
   Can any body send 
me the code for my requirement, earliest.

Code :

%--* PrintFiles.jsp* 
Created on December 13, 2001, 4:00 PM--%

%@ page import = "java.io.*" 
%%@ page import = "java.sql.*" %%@ page import = 
"javax.servlet.*" %

%--*@author Ravindra 
Varna*@version 
1.0.0--%htmlbody bgcolor = 
"#246890"%!Connection 
con;CallableStatement 
cstmt;ResultSet rs;String Hi = 
"Ravindra Varna";PrintWriter 
out;%%!void 
getConnection(){try{Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");con 
= 
DriverManager.getConnection("jdbc:odbc:DB","sa","");}catch(Exception 
e){file://out.println(e);}}%%=Hi 
%%!void 
getResultSet(){String 
mysql_Statement;String 
file_Name;try{mysql_Statement 
= "{call DB_Sl_FileName}";cstmt = 
con.prepareCall(mysql_Statement);rs = 
cstmt.executeQuery();while 
(rs.next()){file_Name 
= rs.getString(2);FileReader fr = 
new FileReader(file_Name);int c = 
0;while (c != 
-1){c 
= 
fr.read();out.println((char)c);}}}catch(Exception 
e){out.println(e);}}%%=Hi 
%/body/html




Thanks

Varna.


Re: Urgent !!!!!!!! Please help me

2001-12-12 Thread Joe Cheng



Ravindra,

Since 
you're using the %! directive, you're just declaring methods, not actually 
calling them. You need to actually call them.

You should 
also be aware that what you're doing is incredibly dangerous. If two 
requests hit this page at the same time your output will be corrupt. The 
best way is to put this Java code in a real class, but if you must do it in JSP 
do this--take out all the %! declarations.


%--* PrintFiles.jsp* 
Created on December 13, 2001, 4:00 PM--%

%@ page import = "java.io.*" %%@ 
page import = "java.sql.*" %%@ page import = "javax.servlet.*" 
%

%--*@author Ravindra 
Varna*@version 
1.0.0--%htmlbody bgcolor = 
"#246890"%Connection 
con;CallableStatement 
cstmt;ResultSet rs;String Hi = 
"Ravindra Varna";PrintWriter out;
try{Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");con 
= 
DriverManager.getConnection("jdbc:odbc:DB","sa","");}catch(Exception 
e){
 out.println(e);
}

String 
mysql_Statement;String 
file_Name;try{mysql_Statement 
= "{call DB_Sl_FileName}";cstmt = 
con.prepareCall(mysql_Statement);rs = 
cstmt.executeQuery();while 
(rs.next()){file_Name 
= rs.getString(2);FileReader fr = new 
FileReader(file_Name);int c = 
0;while (c != 
-1){c 
= 
fr.read();out.println((char)c);}}}catch(Exception 
e){out.println(e);}%/body/html



Re: Urgent !!!!!!!! Please help me

2001-12-12 Thread Ravindra



Dear Joe,

Thanks for your suggestion, if you don't mind can u 
send me the code itself.Becos i have a another task, which should be completed 
very soon.It's a personal request for every member of our community.Don't mind, 
if this hurts anybody feeling or status.


Thanks 

Varna...

  - Original Message - 
  From: 
  Joe Cheng 
  To: [EMAIL PROTECTED] 
  Sent: Wednesday, December 12, 2001 9:53 
  PM
  Subject: Re: Urgent  Please help 
  me
  
  Ravindra,
  
  Since 
  you're using the %! directive, you're just declaring methods, not actually 
  calling them. You need to actually call them.
  
  You 
  should also be aware that what you're doing is incredibly dangerous. If 
  two requests hit this page at the same time your output will be corrupt. 
  The best way is to put this Java code in a real class, but if you must do it 
  in JSP do this--take out all the %! declarations.
  
  
  %--* PrintFiles.jsp* 
  Created on December 13, 2001, 4:00 PM--%
  
  %@ page import = "java.io.*" 
  %%@ page import = "java.sql.*" %%@ page import = 
  "javax.servlet.*" %
  
  %--*@author Ravindra 
  Varna*@version 
  1.0.0--%htmlbody bgcolor = 
  "#246890"%Connection 
  con;CallableStatement 
  cstmt;ResultSet rs;String Hi = 
  "Ravindra Varna";PrintWriter out;
  try{Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");con 
  = 
  DriverManager.getConnection("jdbc:odbc:DB","sa","");}catch(Exception 
  e){
   
out.println(e);
  }
  
  String 
  mysql_Statement;String 
  file_Name;try{mysql_Statement 
  = "{call DB_Sl_FileName}";cstmt = 
  con.prepareCall(mysql_Statement);rs = 
  cstmt.executeQuery();while 
  (rs.next()){file_Name 
  = rs.getString(2);FileReader fr = new 
  FileReader(file_Name);int c = 
  0;while (c != 
  -1){c 
  = 
  fr.read();out.println((char)c);}}}catch(Exception 
  e){out.println(e);}%/body/html
  


Re: Urgent !!!!!!!! Please help me

2001-12-12 Thread Gochwal Meenu

U can try this way also


var i=window.event.keyCode;

window.status = Ready;

if(i=!13){
//fetch ur result here
}

Meenu


 -Original Message-
 From: ShriKant Vashishtha [SMTP:[EMAIL PROTECTED]]
 Sent: Thursday, December 13, 2001 12:57 PM
 To:   [EMAIL PROTECTED]
 Subject:  Urgent  Please help me

 Hi,

 My JSP contains the following things

 A text box
 and a GO button which fetches the result based on the criteria entered in
 textbox.

 The GO button has a validation for a blank search criteria and displayes
 alert
 message if we press GO without entering anything.

 But the problem is, if I hit on ENTER, it fetches me the result even if I
 haven't entered anything in the text box. It does not go through the
 validation which executes on pressing on GO button.

 Please help...
 -ShriKant

 ==
 =
 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://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: URGENT HELP WANTED RE: TOMCAT 3.2

2001-10-02 Thread Margaret Fisk

Actually, the problem was not made up. It had to do with a date issue that
is now resolved. Since Tomcat itself was displaying the symptom and failing
to process its own index.jsp, I thought it reasonable to ask a bunch of
people who were more experienced in using Tomcat when normal research was
turning up nothing.

I am also working with JSP and Servlets for my job. And in my job, we
occasionally run into problems that look like they might be global. In this
case it turned out to be in our code, but had the symptoms of either a virus
or a Tomcat issue.

If you have not run into these types of situations at your job, you are
lucky. However, it is unwise to assume people are pulling your leg when they
are asking for help. Someday, you may be the one faced with this type of
problem and asking for help. How would a response like this one help
you? And isn't that the point of this mailing list? That we all help
each other?

Margaret

-Original Message-
From: QAS LAILA [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 01, 2001 6:16 PM
To: [EMAIL PROTECTED]
Subject: Re: URGENT HELP WANTED RE: TOMCAT 3.2


I know that these messages which have been
sent are just made up.

For instance  Urgent , abhi, etc

I am logged on here because I am doing JSPs  servlets
which is my job.
It is treating a person as if they are stupid.

Can you please explain the messages.

Regards,
Zahid

From: Margaret Fisk [EMAIL PROTECTED]
Reply-To: A mailing list about Java Server Pages specification and
reference [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: URGENT HELP WANTED RE: TOMCAT 3.2
Date: Mon, 1 Oct 2001 12:07:43 -0700

Hi everyone,

I'm running into a major problem and hoped someone had seen it before.
Tomcat has suddenly stopped running this morning. It won't launch the index
at http:\\localhost:8080\index.jsp or any other of my files. If I turn back
the date on the computer, it works again, but other processes fail.

I've checked the Jakarta Project site and there doesn't see to be a message
that the version, 3.2 is expiring, but that's all I can think of.

Please help,
Thanks,
Margaret

-Original Message-
From: Richard Yee [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 01, 2001 12:05 PM
To: [EMAIL PROTECTED]
Subject: Re: multiple delims...


James,
Check the JavaDocs again on the usage of StringTokenizer,  it does have the
ability to have multiple delimeters.  You specify the delimiters in the 2nd
argument of the constructor.  The nextToken() method will return the token
with or without the delimiting characters depending on the value of  the
returnDelims flag in the constructor.  If you need to find the char
position of the token, you could first copy the stringbuffer into a string
variable and then do a String.indexOf() call to return the char position.

Regards,

Richard Yee
At 02:06 PM 10/1/01 -0400, you wrote:

 I am trying to take a line of text from a StringBuffer object and pull
out
 a chunk of text from it.  I has investingated the StringTokenizer, but
 this sorts with only one delim.  also, Tokenizer cannot return me the
 location #(on the line) of the tokens.  only the amount of them.
 
 question...
 what can I use to return 2 delimeters, and the locations of
 both?  essentially I want the characters between the two tokens.
 James McKain  800.473.3789 x2013  Contract Support Engineer lDePuy
 Orthopaedics, Inc.
 a Johnson  Johnson  Company

===
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/intl.asp

===
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

Re: URGENT HELP WANTED RE: TOMCAT 3.2

2001-10-02 Thread Bruce Wexler

I would recommend using JRun instead. More robust.

-Original Message-
From: Margaret Fisk [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 01, 2001 12:08 PM
To: [EMAIL PROTECTED]
Subject: URGENT HELP WANTED RE: TOMCAT 3.2
Importance: High


Hi everyone,

I'm running into a major problem and hoped someone had seen it before.
Tomcat has suddenly stopped running this morning. It won't launch the index
at http:\\localhost:8080\index.jsp or any other of my files. If I turn back
the date on the computer, it works again, but other processes fail.

I've checked the Jakarta Project site and there doesn't see to be a message
that the version, 3.2 is expiring, but that's all I can think of.

Please help,
Thanks,
Margaret

-Original Message-
From: Richard Yee [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 01, 2001 12:05 PM
To: [EMAIL PROTECTED]
Subject: Re: multiple delims...


James,
Check the JavaDocs again on the usage of StringTokenizer,  it does have the
ability to have multiple delimeters.  You specify the delimiters in the 2nd
argument of the constructor.  The nextToken() method will return the token
with or without the delimiting characters depending on the value of  the
returnDelims flag in the constructor.  If you need to find the char
position of the token, you could first copy the stringbuffer into a string
variable and then do a String.indexOf() call to return the char position.

Regards,

Richard Yee
At 02:06 PM 10/1/01 -0400, you wrote:

I am trying to take a line of text from a StringBuffer object and pull out
a chunk of text from it.  I has investingated the StringTokenizer, but
this sorts with only one delim.  also, Tokenizer cannot return me the
location #(on the line) of the tokens.  only the amount of them.

question...
what can I use to return 2 delimeters, and the locations of
both?  essentially I want the characters between the two tokens.
James McKain  800.473.3789 x2013  Contract Support Engineer lDePuy
Orthopaedics, Inc.
a Johnson  Johnson  Company

===
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: URGENT HELP WANTED RE: TOMCAT 3.2

2001-10-01 Thread QAS LAILA

Hello Margaret,

   Although I have never had the problem myself.
   May I suggest  that you first go
   to  http://archives.java.sun.com/
   from there you will be able to find
   the archives for servlets and JSP
  and chances are that some one has had the problem before
  and you will find an answer.

I hope this helpful.

Most Kindest Regards,

From: Margaret Fisk [EMAIL PROTECTED]
Reply-To: A mailing list about Java Server Pages specification and
reference [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: URGENT HELP WANTED RE: TOMCAT 3.2
Date: Mon, 1 Oct 2001 12:07:43 -0700

Hi everyone,

I'm running into a major problem and hoped someone had seen it before.
Tomcat has suddenly stopped running this morning. It won't launch the index
at http:\\localhost:8080\index.jsp or any other of my files. If I turn back
the date on the computer, it works again, but other processes fail.

I've checked the Jakarta Project site and there doesn't see to be a message
that the version, 3.2 is expiring, but that's all I can think of.

Please help,
Thanks,
Margaret

-Original Message-
From: Richard Yee [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 01, 2001 12:05 PM
To: [EMAIL PROTECTED]
Subject: Re: multiple delims...


James,
Check the JavaDocs again on the usage of StringTokenizer,  it does have the
ability to have multiple delimeters.  You specify the delimiters in the 2nd
argument of the constructor.  The nextToken() method will return the token
with or without the delimiting characters depending on the value of  the
returnDelims flag in the constructor.  If you need to find the char
position of the token, you could first copy the stringbuffer into a string
variable and then do a String.indexOf() call to return the char position.

Regards,

Richard Yee
At 02:06 PM 10/1/01 -0400, you wrote:

 I am trying to take a line of text from a StringBuffer object and pull
out
 a chunk of text from it.  I has investingated the StringTokenizer, but
 this sorts with only one delim.  also, Tokenizer cannot return me the
 location #(on the line) of the tokens.  only the amount of them.
 
 question...
 what can I use to return 2 delimeters, and the locations of
 both?  essentially I want the characters between the two tokens.
 James McKain  800.473.3789 x2013  Contract Support Engineer lDePuy
 Orthopaedics, Inc.
 a Johnson  Johnson  Company

===
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/intl.asp

===
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 help

2001-08-30 Thread Sachin S. Khanna

Your browser doesnot support the jdk1.2 version that your applet uses.
Have a nice day.
With regards,
Sachin S. Khanna
http://www.emailanorder.com
- Original Message -
From: Surender Rana [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, August 29, 2000 2:51 PM
Subject: urgent help


 Hi There,
   I am trying to run a applet in internet explorer. In this applet i am
 instantiating a class which is extending JFrame but it is but it is not
 running and showing security exception. Though by appletviewer it is
 running. can anyone help me in this.
 thanks
 rana

 - Original Message -
 From: SriHari [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, August 30, 2001 2:36 PM
 Subject: encryption and decryption


  Hi There
 
  Can  any One Point me to the information  avaliable on net to encrypt
and
  decrypt using java
  Actually i need two seperate methods forl encryption and decryption
 
 
  Cheers
  SriHari
 
 

===
  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: urgent help

2001-08-30 Thread Sachin S. Khanna

Two ways :
a) Either add the java 2 plugin to your browser, then your applet should
load, but this wouldn't be a universal solution as not all browsers that
surfers use to browse your site would have that plugin.
b) Try redesigning your applet with the jdk 1.1 version classes, don't think
you will be able to use the swing classes in that case.
Have a nice day.
With regards,
Sachin S. Khanna
http://www.emailanorder.com
- Original Message -
From: Surender Rana [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, August 29, 2000 4:20 PM
Subject: Re: urgent help


 so how should i make it to support that.
 thanks
 - Original Message -
 From: Sachin S. Khanna [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, August 30, 2001 3:40 PM
 Subject: Re: urgent help


  Your browser doesnot support the jdk1.2 version that your applet uses.
  Have a nice day.
  With regards,
  Sachin S. Khanna
  http://www.emailanorder.com
  - Original Message -
  From: Surender Rana [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Tuesday, August 29, 2000 2:51 PM
  Subject: urgent help
 
 
   Hi There,
 I am trying to run a applet in internet explorer. In this applet i
am
   instantiating a class which is extending JFrame but it is but it is
not
   running and showing security exception. Though by appletviewer it is
   running. can anyone help me in this.
   thanks
   rana
  
   - Original Message -
   From: SriHari [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Sent: Thursday, August 30, 2001 2:36 PM
   Subject: encryption and decryption
  
  
Hi There
   
Can  any One Point me to the information  avaliable on net to
encrypt
  and
decrypt using java
Actually i need two seperate methods forl encryption and decryption
   
   
Cheers
SriHari
   
   
  
 

===
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: URGENT

2001-08-24 Thread Conyers, Dwayne

The recent edition of the Java Report magazine has a great article about
Oracle Stored Procedures for JSP.  You may want to buy a copy, or perhaps
there is an on-line version?  Also, go to sites like technet.oracle.com and,
of course, DevX and do a search.  You will find tons of great info that way.

d.c.
www.dwacon.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

2001-08-23 Thread Conyers, Dwayne



You
have a number of data types in SQL, including BLOB (Binary Large Object) for say
a word document or RTF formatted text.

Hope
that helps.

dwacon
www.dwacon.com



Re: urgent

2001-07-21 Thread Pulat Yunusov

Not only does your question have nothing to do with JSP but also putting only
urgent in the subject is a bad tone. Your message is sent to a lot people,
don't forget that.
Pulat

On Thursday 20 July 1995 23:21, you wrote:
 I have frames inwhich first frame gonna write to second frome in the
 clientside.
 If a user clicks a button in 1st frame again it will write it to frame.
 My problem is IN Netscape 6.0 scroll bars are not comming if the content of
 the second frame is jst more than wat a scro;bars is required.
 But in IE scroll bars automatically comes but not in Netscape 6.0.


 Plz any one knows how to bring a srollbars in send frame will be gret help.


 Regards
 Sreenath.V


Content-Type: text/plain; charset=iso-8859-1; name=Wipro_Disclaimer.txt
Content-Transfer-Encoding: 7bit
Content-Description:


===
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-07-19 Thread Atilio Ranzuglia

Srinivas:

I haven't used SQL Server, but this is not the list to
post this message, and I don't think that we can help
you in a good way. You should do some research about
SQL Server (it's everywhere on the Internet) and learn
what you need. I'm sure that you will find hundreds of
tutorial, examples, manuals.

Atilio



--- srinivas tadikonda [EMAIL PROTECTED] wrote:

HR
htmldiv style='background-color:'DIVHi,/DIV
DIVnbsp;/DIV
DIVnbsp;nbsp;nbsp; I want to store large amount
of data into sql server6.5 database.nbsp; For this I
am using text datatype.nbsp; But Its takeing 255 to
270 characters only.nbsp; Is there any other
datatypes for storeing large amount of data.nbsp;
Please tell me.nbsp; /DIV
DIVnbsp;/DIV
DIVThanking U/DIV
DIVRegards/DIV
DIVSrinivas/DIV
DIVnbsp;/DIV/divbr clear=allhrGet your FREE
download of MSN Explorer at a
href='http://go.msn.com/bql/hmtag_itl_EN.asp'http://explorer.msn.com/abr/html

===
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 personalized email addresses from Yahoo! Mail
http://personal.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 Help for Tomcat Newbie

2001-07-17 Thread Hans Liebenberg

The best way to learn is to read the Installation guide that ships with tom
cat.

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Othmar Stehlik
Sent: 17 July 2001 10:56
To: [EMAIL PROTECTED]
Subject: Urgent Help for Tomcat Newbie


Hi

I installed Tomcat as a standalone Server an I also executed the examples.
But I´ve Problems when I want to execute my own Test files, Java_Home lives
at c:\jdk1.3.1
and I placed my File in Tomcat´s webapp directory.
Do I need more configuration, and which tomcat jar files should be included
in the CLASSPATH?

Thanx in advance
Othmar

--
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net

GMX Tipp:

Machen Sie Ihr Hobby zu Geld bei unserem Partner 11!
http://profiseller.de/info/index.php3?ac=OM.PS.PS003K00596T0409a

===
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: Urgent---WebLogic Issue

2001-06-18 Thread Tinou Bao

FYI, there's a Weblogic JSP group.

--
Tinou Bao
www.baosys.com


- Original Message -
From: Abhijeet Surve [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, June 18, 2001 3:02 PM
Subject: [JSP-INTEREST] Urgent---WebLogic Issue


 guys,

 i am getting the following error on the cosole of WebLogic6.0.

 Error  WAE-020: ERROR: No option set for where to go next.
 Jun 18, 2001 12:28:47 PM CDT Error HTTP
 WebAppServletContext(5175025,Defa
 ultWebApp_myserver) One of the getParameter family of methods called after
 readi
 ng from the ServletInputStream(), can't mix these two!
 Error  WAE-007: Error processing request One of the getParameter family of
 metho
 ds called after reading from the ServletInputStream(), can't mix these
two!
 java
 .lang.IllegalStateException: One of the getParameter family of methods
 called af
 ter reading from the ServletInputStream(), can't mix these two!
 at
 weblogic.servlet.internal.ServletRequestImpl.mergePostParams(ServletR
 equestImpl.java:664)
 at
 weblogic.servlet.internal.ServletRequestImpl.parseQueryParams(Servlet
 RequestImpl.java:585)
 at
 weblogic.servlet.internal.ServletRequestImpl.parseQueryParams(Servlet
 RequestImpl.java:578)
 at
 weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispat
 cherImpl.java:124)

 Well there is no explicit call to any of the getParameter methods and the
 same is working with tomcat3.1

 can anyone tell me as to whats going wrong...any suggestions

 thanx
 abhi
 _
 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: urgent problem

2001-06-15 Thread horwat

Make sure you have mod_jk.so built and present in the libexec directory.

http://jakarta.apache.org/tomcat/tomcat-3.2-doc/mod_jk-howto.html

Here is a sample addition to an httpd.conf file:

LoadModulejk_module  libexec/mod_jk.so
AddModule mod_jk.c
JkWorkersFile /usr/local/jakarta-tomcat/conf/workers.properties
JkLogFile /usr/local/apache/logs/mod_jk.log
JkLogLevelwarn


Justy

- Original Message -

 Hi, all
   i want to install tomcat with apache in BSDi 4.2. now i can install
tomcat standalone to run jsp and servlet, and the BSDi 4.2 has a contrib
version of apache.
   BUT when i modify httpd.conf to include mod_jserv.o or mod_jk.o file use
LoadModule, the apache return error message File not found.
 I check the file path. It's correct!
   It's CRAZY!!
   is here any body know why? or is there any one has done this thing?
 PLEASE give me a sample.

   Thanks alot!

 _
 [×ã²»³ö»§ ÇáËÉÉÏÍø] ÉÏÍøרÓúţº95963£¬Óû§Ãû/ÃÜÂ룺263
 Ìػݾ«Æ·¿Õµ÷ÂòÓÖËÍ  http://shopping.263.net/hotsale/aircondition/index.asp


===
 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: URGENT---JSP problem on WebLogic6.0

2001-06-14 Thread horwat

getRealPath() is allowed to return null. For instance, if the web
application is run out of a war file, there is no real path to the webapp
because it isn't stored in files. Tomcat 4.0 can run directly out of a war
file and would also return a null value for getRealPath() in this case.

Justy

- Original Message -

 Guys...

 I am trying to do this stuff in a JSP page.

 It shows me different behaviours on different app servers.It works fine on
 TOMCAT but not on WebLogic6.0.

 Apparently getRealPath() does not function on WebLogic6.0 and returns
 null.Hence i am not getting expected results.

 Can anyone help me out on this.Do we have something similar to
getRealPath()
 on webLogic6.0? Or how can i tweak this existing code so that it works on
 WebLogic6.0

 thanx in advance
 abhi

 public String getHelpUrl(String file_name){
String dir_name = ;
String docRoot =  ;
String relPath =  ..;
String abs_file=   ;

docRoot = getServletConfig().getServletContext().getRealPath(/);
System.out.println(root ===  + docRoot);

dir_name = /xxx/foundation/help/defaultlocale/;

abs_file  =  docRoot +  dir_name + file_name +.html;
System.out.println(Absolute file ===  + abs_file);

File logDir = new File(abs_file);
System.out.println(dir ===  + logDir);
System.out.println(is present ===  + logDir.exists());

if(logDir.exists())
   return relPath + dir_name + file_name + .html;
 else
   return relPath + dir_name + book.html;
 }

 _
 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: Urgent help needed

2001-06-06 Thread Karau, Joe

I'm not sure if it is the same problem but...

We use VA Java as a development IDE, and in the past we had a problem where
a class that we exported from VA Java could not be loaded by any other JVM.
After working with IBM we found that it is because VA Java had a bug and it
was exporting a java class with invalid byte codes.  The error we'd recieve
when trying to load this class was very similar to what you are getting.
I'd try writing a small test stub that uses the class loaded to load the
class, and test on a couple of different JVM's.  The class file that you
have may be corrupt.  If it fails to load in other JVM's as well, you'll
have to contact the authors of the class and see what can be done.

Hope this helps.

Joseph Karau
Kingland Systems
[EMAIL PROTECTED]
507-536-3629
AIM: jkara3629


-Original Message-
From: M Sankar [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 05, 2001 11:16 PM
To: [EMAIL PROTECTED]
Subject: Urgent help needed


Hi all,

I am using Netscape Iplanet Web Server and JSP.I am trying out a
cryptography module. Now my application is made and is working fine
using  Tomcat on a trial basis. But when I put these application on
iPlanet, JSP Compiler is throwing an Classformat error. It is showing
the message for a particular Java class which is used for cryptography.
The specific message is Illegal constant pool type.

Given below is the error message::

 failure ( 4941): Internal error: exception thrown from the servlet
service function (uri=/cryptix/intro.jsp): java.lang.ClassFormatError:
DES (Illegal constant pool type), Stack: java.lang.ClassFormatError: DES
(Illegal constant pool type)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass0(Compiled Code)
at java.lang.ClassLoader.defineClass(Compiled Code)
at java.security.SecureClassLoader.defineClass(Compiled Code)
at java.net.URLClassLoader.defineClass(Compiled Code)
at java.net.URLClassLoader.access$1(Compiled Code)
at java.net.URLClassLoader$1.run(Compiled Code)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessController.doPrivileged(Compiled Code)
at java.net.URLClassLoader.findClass(Compiled Code)
at java.lang.ClassLoader.loadClass(Compiled Code)
at sun.misc.Launcher$AppClassLoader.loadClass(Compiled Code)
at java.lang.ClassLoader.loadClass(Compiled Code)
at java.lang.ClassLoader.loadClassInternal(Compiled Code)
at Profile.(Profile.java:86)
at Profile.getInstance(Profile.java:65)
at Logintry.createRequest(Compiled Code)
at _jsps._cryptix._intro_jsp._jspService(_intro_jsp.java:91)
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:126)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:826)
at
com.netscape.server.http.servlet.NSServletRunner.Service(NSServletRunner.jav
a:497)

Any help on this would be great.
Thanks
Sankar

===
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: Urgent help needed

2001-06-06 Thread Brad Cox

Try decompiling the .class with jad and compiling the result with javac.

PS: I use the ABA crypto library heavily with VAJ and have never once
experienced this. Besides, ABA comes with source.

At 7:47 AM -0500 06/06/2001, Karau, Joe wrote:
I'm not sure if it is the same problem but...

We use VA Java as a development IDE, and in the past we had a problem where
a class that we exported from VA Java could not be loaded by any other JVM.
After working with IBM we found that it is because VA Java had a bug and it
was exporting a java class with invalid byte codes.  The error we'd recieve
when trying to load this class was very similar to what you are getting.
I'd try writing a small test stub that uses the class loaded to load the
class, and test on a couple of different JVM's.  The class file that you
have may be corrupt.  If it fails to load in other JVM's as well, you'll
have to contact the authors of the class and see what can be done.

Hope this helps.

Joseph Karau
Kingland Systems
[EMAIL PROTECTED]
507-536-3629
AIM: jkara3629


-Original Message-
From: M Sankar [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 05, 2001 11:16 PM
To: [EMAIL PROTECTED]
Subject: Urgent help needed


 Hi all,

I am using Netscape Iplanet Web Server and JSP.I am trying out a
cryptography module. Now my application is made and is working fine
using  Tomcat on a trial basis. But when I put these application on
iPlanet, JSP Compiler is throwing an Classformat error. It is showing
the message for a particular Java class which is used for cryptography.
The specific message is Illegal constant pool type.

Given below is the error message::

  failure ( 4941): Internal error: exception thrown from the servlet
service function (uri=/cryptix/intro.jsp): java.lang.ClassFormatError:
DES (Illegal constant pool type), Stack: java.lang.ClassFormatError: DES
(Illegal constant pool type)
 at java.lang.ClassLoader.defineClass0(Native Method)
 at java.lang.ClassLoader.defineClass0(Compiled Code)
 at java.lang.ClassLoader.defineClass(Compiled Code)
 at java.security.SecureClassLoader.defineClass(Compiled Code)
 at java.net.URLClassLoader.defineClass(Compiled Code)
 at java.net.URLClassLoader.access$1(Compiled Code)
 at java.net.URLClassLoader$1.run(Compiled Code)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.security.AccessController.doPrivileged(Compiled Code)
 at java.net.URLClassLoader.findClass(Compiled Code)
 at java.lang.ClassLoader.loadClass(Compiled Code)
 at sun.misc.Launcher$AppClassLoader.loadClass(Compiled Code)
 at java.lang.ClassLoader.loadClass(Compiled Code)
 at java.lang.ClassLoader.loadClassInternal(Compiled Code)
 at Profile.(Profile.java:86)
 at Profile.getInstance(Profile.java:65)
 at Logintry.createRequest(Compiled Code)
 at _jsps._cryptix._intro_jsp._jspService(_intro_jsp.java:91)
 at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:126)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:826)
 at
com.netscape.server.http.servlet.NSServletRunner.Service(NSServletRunner.jav
a:497)

Any help on this would be great.
Thanks
Sankar

===
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


--
---
For industrial age goods there were checks and credit cards.
For everything else there is mybank.dom at http://virtualschool.edu/mybank
Brad Cox, PhD; [EMAIL PROTECTED] 703 361 4751

===
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...any help would be appreciated

2001-06-06 Thread Moganna, Prasad

Code some javascript to reload the login page to the whole window when the
window
in which it is loaded contains frames.

- Prasad

 -Original Message-
 From: Abhijeet Surve [SMTP:[EMAIL PROTECTED]]
 Sent: Wednesday, June 06, 2001 3:32 PM
 To:   [EMAIL PROTECTED]
 Subject:  Urgent...any help would be appreciated

 guys...

 the gui which we are using is made up of frames.there is a banner frame, a
 navigation frame, a status frame and the main working area frame.

 the problem i am trying to address is related to session timeouts.

 consider the case that the user did not do any activity for a certain time
 as a result of which he was logged out...now if he were to do anything,he
 will be taken to the login page.

 we have a LoginManager class which sees whether the user is logged in or
 not
 and behave accordingly.

 so coming back if the user is logged out and tries to do anything
 he is taken to the login page.

 ***
 however the login page occupies the same space as the main working area
 frame while the other frames remain intact.
 ***

 my question...how can we make the login page occupy the entire screen.

 any kind of help would be appreciated
 thanx
 abhi

 _
 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: Urgent...any help would be appreciated

2001-06-06 Thread Jann VanOver

I've got two answers to this and neither one is JSP.  Both require
Javascript, is that Okay?

1. Your login page could pop up in a separate window.  That's what M$oft's
Web interface to exchange does.  If the session times out, a new window pops
up for you to log back in, then you are returned to your original window and
the page refreshes.

2. Your login page can force itself out of the frame with Javascript.  See
http://developer.irt.org/script/206.htm for one way to do this.

-Original Message-
From: Abhijeet Surve [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 06, 2001 1:32 PM
To: [EMAIL PROTECTED]
Subject: Urgent...any help would be appreciated


guys...

the gui which we are using is made up of frames.there is a banner frame, a
navigation frame, a status frame and the main working area frame.

the problem i am trying to address is related to session timeouts.

consider the case that the user did not do any activity for a certain time
as a result of which he was logged out...now if he were to do anything,he
will be taken to the login page.

we have a LoginManager class which sees whether the user is logged in or not
and behave accordingly.

so coming back if the user is logged out and tries to do anything
he is taken to the login page.

***
however the login page occupies the same space as the main working area
frame while the other frames remain intact.
***

my question...how can we make the login page occupy the entire screen.

any kind of help would be appreciated
thanx
abhi

_
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: Urgent About SELECT and sending Value to a BEAN

2001-06-02 Thread Mayuresh Kadu

ok .. i dont know if i got the question right .. but here goes ..

[[ Maximize ur Message Window to see this properly ]]

#1 u want to send the value selected in a JSP form to a BEan
[Soln #1]
Assuming this is the form i have :
pre
form name=frm1 action=send_to_bean.jsp
Nameinput type=text name=name
Addresstextarea name=address/textarea
!-- etc..etc --

input type=submit value=save
/form
/pre

then the bean would be

public class FormBean {
private String m_name;
private String m_address;

public void setName( String name ) {
m_name = name;
}
public String getName() {
return m_name;
}

public void setAddress( String address ) {
m_address = address;
}
public String getAddress() {
return m_address;
}
}

and to use the bean u can use the regular

jsp:usebean class=beanForm class=FormBean /

THATS ALL !!

U see the setter methods get called automatically.
In short .. if u have a form element called test ..
all u have to do is have a getter and setter method
in the bean called getTest() and setTest(  String val )
and they get called automatically !! Simple na ?!


#2 Default values being reset in a FORM
[ Soln #2 ]

Its quite simple really
if i have a input type=text name=name value=User Name
i should put the following with my submit button
input type=reset

If the user changes User Name string to ABC Industries and presses
the RESET button .. the default value of User Name (that specified
in the value attrib of the input element) will be reinstated !!

I hope this helps !


Mayuresh

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of jyothirmai porika
Sent: Friday, May 18, 2001 22:38
To: [EMAIL PROTECTED]
Subject: Urgent About SELECT and sending Value to a BEAN


Hi,

Please Help me i need some help.

I want to send the value of the selected option
in a jsp form as a parameter to a bean.
so, how do i store the selected value in a variable and use it i can not
submit the form.

And the probles in submiting the value is:
--
I am populating the option's in the select by calling a bean.
so, if i submit and refresh the value. The select will also change and point
to the default selected one.
so, the select will have the default selected value.
and the data which i get by onChange will be of the previously selected
option.
And i can use only jsp1.1.

If anyone can help me that would be great.

Thankx,
-Jyothi


---
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

===
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: URGENT How TO Handle (MULTIPLE FORMS)

2001-06-01 Thread Hunor Nam

Hi
One thing you could do is to not set the beans automaticaly, insted:
have one for and get the data explycitely (
request.getParameter(somethin))
and than set your beens manualy
I know it's not too pleasing to the eye but it is a way to doit
whitout to much head ache...
Hades


-Original Message-
From: jyothirmai porika [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 31, 2001 3:24 AM
To: [EMAIL PROTECTED]
Subject: Re: URGENT How TO Handle (MULTIPLE FORMS)


Well i think you dint understand the question.

Let me explain you in detail.

I have a JSP page which also as HTML in it(I think we all know that) and
in
that i have 3 forms(there are no 3 different submit button's it should
get
submitted based on some action/conditions).
And each form talk's to different bean's.
So, what's happening is when i submit form one.
it's refreshing the whole page and data in the form 2  3 are
changing.so, what i want is when i submit form 1 the data
in other form's should not get changed.

There are many way's to handle it,what i was looking for is the
most easy way.Can you help.

If you think this is HTML/JAVA SCRIPT problem.
Then you shouldn't be here.


--Original Message--
From: Jann VanOver [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: May 30, 2001 5:05:15 PM GMT
Subject: Re: URGENT How TO Handle (MULTIPLE FORMS)


Hmmm ... I don't see any JSP here.

Please folks, let's try to re-route HTML and Javascript questions to
other
resources.  We should all be learning to tell the difference between
what
can be done with JSP vs. what can be done with Javascript or HTML or
Applets.  Just answering these off topic questions doesn't help teach
anyone
about JSP.

http://irt.org/ is an excellent resource for MANY other web programming
questions.  The person posting the question could and SHOULD go there
with
HTML and Javascript questions, not HERE.



-Original Message-
From: Julian Doherty [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 29, 2001 5:04 PM
To: [EMAIL PROTECTED]
Subject: Re: URGENT How TO Handle (MULTIPLE FORMS)


Have separate form tags  for each form.

eg,

form action=your1stActionHere
1st form fields go here.
input type=submit
/form

form action=your2ndActionHere
2nd form fields go here.
input type=submit
/form

form action=your3rdActionHere
3rd form fields go here.
input type=submit
/form

That way, the other two forms won't be submitted when you click another
one.

Julian Doherty
Information Systems Analyst
Education Review Office




jyothirmai porika
[EMAIL PROTECTED]To:
[EMAIL PROTECTED]
M   cc:
Sent by: A   Subject: URGENT How TO
Handle (MULTIPLE FORMS)
mailing list
about Java Server
Pages
specification and
reference
JSP-INTEREST@JAV
A.SUN.COM


05/30/01 05:20 AM
Please respond to
A mailing list
about Java Server
Pages
specification and
reference






Hi All,

I have a jsp page with 3 forms.
What i want to do is when the 2nd form is submitted, fist and third
should
not be submitted and vice versa.
I tried to submit by calling each submit based on condition,
But it's not working.
How can i handle multiple forms.

Thank's
-Jyothi


---
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


===
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


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


===
To unsubscribe: mailto

Re: URGENT How TO Handle (MULTIPLE FORMS)

2001-06-01 Thread Hunor Nam

-Original Message-
From: Hunor Nam
Sent: Friday, June 01, 2001 12:12 PM
To: [EMAIL PROTECTED]
Subject: Re: URGENT How TO Handle (MULTIPLE FORMS)

SORRY

Hi
One thing you could do is to not set the beans automaticaly, insted:
have one form and get the data explycitely (
request.getParameter(somethin))
and than set your beens manualy
I know it's not too pleasing to the eye but it is a way to doit
whitout to much head ache...
Hades


-Original Message-
From: jyothirmai porika [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 31, 2001 3:24 AM
To: [EMAIL PROTECTED]
Subject: Re: URGENT How TO Handle (MULTIPLE FORMS)


Well i think you dint understand the question.

Let me explain you in detail.

I have a JSP page which also as HTML in it(I think we all know that) and
in
that i have 3 forms(there are no 3 different submit button's it should
get
submitted based on some action/conditions).
And each form talk's to different bean's.
So, what's happening is when i submit form one.
it's refreshing the whole page and data in the form 2  3 are
changing.so, what i want is when i submit form 1 the data
in other form's should not get changed.

There are many way's to handle it,what i was looking for is the
most easy way.Can you help.

If you think this is HTML/JAVA SCRIPT problem.
Then you shouldn't be here.


--Original Message--
From: Jann VanOver [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: May 30, 2001 5:05:15 PM GMT
Subject: Re: URGENT How TO Handle (MULTIPLE FORMS)


Hmmm ... I don't see any JSP here.

Please folks, let's try to re-route HTML and Javascript questions to
other
resources.  We should all be learning to tell the difference between
what
can be done with JSP vs. what can be done with Javascript or HTML or
Applets.  Just answering these off topic questions doesn't help teach
anyone
about JSP.

http://irt.org/ is an excellent resource for MANY other web programming
questions.  The person posting the question could and SHOULD go there
with
HTML and Javascript questions, not HERE.



-Original Message-
From: Julian Doherty [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 29, 2001 5:04 PM
To: [EMAIL PROTECTED]
Subject: Re: URGENT How TO Handle (MULTIPLE FORMS)


Have separate form tags  for each form.

eg,

form action=your1stActionHere
1st form fields go here.
input type=submit
/form

form action=your2ndActionHere
2nd form fields go here.
input type=submit
/form

form action=your3rdActionHere
3rd form fields go here.
input type=submit
/form

That way, the other two forms won't be submitted when you click another
one.

Julian Doherty
Information Systems Analyst
Education Review Office




jyothirmai porika
[EMAIL PROTECTED]To:
[EMAIL PROTECTED]
M   cc:
Sent by: A   Subject: URGENT How TO
Handle (MULTIPLE FORMS)
mailing list
about Java Server
Pages
specification and
reference
JSP-INTEREST@JAV
A.SUN.COM


05/30/01 05:20 AM
Please respond to
A mailing list
about Java Server
Pages
specification and
reference






Hi All,

I have a jsp page with 3 forms.
What i want to do is when the 2nd form is submitted, fist and third
should
not be submitted and vice versa.
I tried to submit by calling each submit based on condition,
But it's not working.
How can i handle multiple forms.

Thank's
-Jyothi


---
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


===
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


---
FREE! The World's Best Email

Re: URGENT How TO Handle (MULTIPLE FORMS)

2001-05-30 Thread Brad Cox

This is discussed at length at http://virtualschool.edu/wap.

At 1:20 PM -0400 05/29/2001, jyothirmai porika wrote:
Hi All,

I have a jsp page with 3 forms.
What i want to do is when the 2nd form is submitted, fist and third should
not be submitted and vice versa.
I tried to submit by calling each submit based on condition,
But it's not working.
How can i handle multiple forms.

Thank's
-Jyothi


---
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


--
---
For industrial age goods there were checks and credit cards.
For everything else there is mybank.dom at http://virtualschool.edu/mybank
Brad Cox, PhD; [EMAIL PROTECTED] 703 361 4751

===
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 Multiple Forms

2001-05-30 Thread Jann VanOver

This is a HTML problem, not JSP.

http://www.irt.org/ has a lot of answers to questions like this.

-Original Message-
From: jyothirmai porika [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 29, 2001 10:44 AM
To: [EMAIL PROTECTED]
Subject: URGENT Multiple Forms


Hi All,

I have a jsp page with 3 forms.
What i want to do is when the 2nd form is submited, fist and third should
not be submited and vice varsa.
I tried to submit by calling each submit based on condition,
But it's not working.
How can i handle multiple forms.

Thank's
-Jyothi


---
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

===
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 Multiple Forms

2001-05-30 Thread Nevarez, Benjamin

Do something like

form
   action = /admin/controller
   method = post
   input type = submit value = Add
   input type = hidden name = action value = add
/form

form
   action = /admin/controller
   method = post
   input type = submit value = Logout
   input type = hidden name = action value = logout
/form

then maybe your action program (here /admin/controller) or maybe the
action value be different. If the program is different the problem is
solved. If the program is the same it must test the value of 'action'.

Benjamin




-Original Message-
From: jyothirmai porika [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 29, 2001 10:44 AM
To: [EMAIL PROTECTED]
Subject: URGENT Multiple Forms


Hi All,

I have a jsp page with 3 forms.
What i want to do is when the 2nd form is submited, fist and third should
not be submited and vice varsa.
I tried to submit by calling each submit based on condition,
But it's not working.
How can i handle multiple forms.

Thank's
-Jyothi


---
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

===
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 How TO Handle (MULTIPLE FORMS)

2001-05-30 Thread Jann VanOver

Hmmm ... I don't see any JSP here.

Please folks, let's try to re-route HTML and Javascript questions to other
resources.  We should all be learning to tell the difference between what
can be done with JSP vs. what can be done with Javascript or HTML or
Applets.  Just answering these off topic questions doesn't help teach anyone
about JSP.

http://irt.org/ is an excellent resource for MANY other web programming
questions.  The person posting the question could and SHOULD go there with
HTML and Javascript questions, not HERE.



-Original Message-
From: Julian Doherty [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 29, 2001 5:04 PM
To: [EMAIL PROTECTED]
Subject: Re: URGENT How TO Handle (MULTIPLE FORMS)


Have separate form tags  for each form.

eg,

form action=your1stActionHere
 1st form fields go here.
 input type=submit
/form

form action=your2ndActionHere
 2nd form fields go here.
 input type=submit
/form

form action=your3rdActionHere
 3rd form fields go here.
 input type=submit
/form

That way, the other two forms won't be submitted when you click another
one.

Julian Doherty
Information Systems Analyst
Education Review Office




jyothirmai porika
[EMAIL PROTECTED]To:
[EMAIL PROTECTED]
M   cc:
Sent by: A   Subject: URGENT How TO
Handle (MULTIPLE FORMS)
mailing list
about Java Server
Pages
specification and
reference
JSP-INTEREST@JAV
A.SUN.COM


05/30/01 05:20 AM
Please respond to
A mailing list
about Java Server
Pages
specification and
reference






Hi All,

I have a jsp page with 3 forms.
What i want to do is when the 2nd form is submitted, fist and third should
not be submitted and vice versa.
I tried to submit by calling each submit based on condition,
But it's not working.
How can i handle multiple forms.

Thank's
-Jyothi


---
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

===
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: URGENT How TO Handle (MULTIPLE FORMS)

2001-05-30 Thread jyothirmai porika

Well i think you dint understand the question.

Let me explain you in detail.

I have a JSP page which also as HTML in it(I think we all know that) and in
that i have 3 forms(there are no 3 different submit button's it should get
submitted based on some action/conditions).
And each form talk's to different bean's.
So, what's happening is when i submit form one.
it's refreshing the whole page and data in the form 2  3 are
changing.so, what i want is when i submit form 1 the data
in other form's should not get changed.

There are many way's to handle it,what i was looking for is the
most easy way.Can you help.

If you think this is HTML/JAVA SCRIPT problem.
Then you shouldn't be here.


--Original Message--
From: Jann VanOver [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: May 30, 2001 5:05:15 PM GMT
Subject: Re: URGENT How TO Handle (MULTIPLE FORMS)


Hmmm ... I don't see any JSP here.

Please folks, let's try to re-route HTML and Javascript questions to other
resources.  We should all be learning to tell the difference between what
can be done with JSP vs. what can be done with Javascript or HTML or
Applets.  Just answering these off topic questions doesn't help teach anyone
about JSP.

http://irt.org/ is an excellent resource for MANY other web programming
questions.  The person posting the question could and SHOULD go there with
HTML and Javascript questions, not HERE.



-Original Message-
From: Julian Doherty [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 29, 2001 5:04 PM
To: [EMAIL PROTECTED]
Subject: Re: URGENT How TO Handle (MULTIPLE FORMS)


Have separate form tags  for each form.

eg,

form action=your1stActionHere
1st form fields go here.
input type=submit
/form

form action=your2ndActionHere
2nd form fields go here.
input type=submit
/form

form action=your3rdActionHere
3rd form fields go here.
input type=submit
/form

That way, the other two forms won't be submitted when you click another
one.

Julian Doherty
Information Systems Analyst
Education Review Office




jyothirmai porika
[EMAIL PROTECTED]To:
[EMAIL PROTECTED]
M   cc:
Sent by: A   Subject: URGENT How TO
Handle (MULTIPLE FORMS)
mailing list
about Java Server
Pages
specification and
reference
JSP-INTEREST@JAV
A.SUN.COM


05/30/01 05:20 AM
Please respond to
A mailing list
about Java Server
Pages
specification and
reference






Hi All,

I have a jsp page with 3 forms.
What i want to do is when the 2nd form is submitted, fist and third should
not be submitted and vice versa.
I tried to submit by calling each submit based on condition,
But it's not working.
How can i handle multiple forms.

Thank's
-Jyothi


---
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

===
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


---
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: URGENT How TO Handle (MULTIPLE FORMS)

2001-05-29 Thread Julian Doherty

Have separate form tags  for each form.

eg,

form action=your1stActionHere
 1st form fields go here.
 input type=submit
/form

form action=your2ndActionHere
 2nd form fields go here.
 input type=submit
/form

form action=your3rdActionHere
 3rd form fields go here.
 input type=submit
/form

That way, the other two forms won't be submitted when you click another
one.

Julian Doherty
Information Systems Analyst
Education Review Office




jyothirmai porika
[EMAIL PROTECTED]To: [EMAIL PROTECTED]
M   cc:
Sent by: A   Subject: URGENT How TO Handle 
(MULTIPLE FORMS)
mailing list
about Java Server
Pages
specification and
reference
JSP-INTEREST@JAV
A.SUN.COM


05/30/01 05:20 AM
Please respond to
A mailing list
about Java Server
Pages
specification and
reference






Hi All,

I have a jsp page with 3 forms.
What i want to do is when the 2nd form is submitted, fist and third should
not be submitted and vice versa.
I tried to submit by calling each submit based on condition,
But it's not working.
How can i handle multiple forms.

Thank's
-Jyothi


---
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

===
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 How TO Handle (MULTIPLE FORMS)

2001-05-29 Thread James Childers

jyothirmai porika wrote:

 I have a jsp page with 3 forms.
 What i want to do is when the 2nd form is submitted, fist and third should
 not be submitted and vice versa.
 I tried to submit by calling each submit based on condition,
 But it's not working.
 How can i handle multiple forms.

Stylistically, you probably want to avoid having multiple forms on a
single page. However, if this is a requirement for some reason then you
just need to set your ACTION attribute of the FORM tag to be different
pages for each tag.

Ex:

form name=form1 method=post action=form1Submit.jsp
[... form elements ...]
/form
form name=form2 method=post action=form2Submit.jsp
[... form elements ...]
/form
form name=form3 method=post action=form3Submit.jsp
[... form elements ...]
/form

Hope this helps.

- J

===
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 How TO Handle (MULTIPLE FORMS)

2001-05-29 Thread K.S.SREEDHAR KUMAR

hey

try to keep forms in 3 different frames and try out.. (i'm not sure about
it's feasibility)

ks
-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 29, 2001 10:51 PM
To: [EMAIL PROTECTED]
Subject: URGENT How TO Handle (MULTIPLE FORMS)




Hi All,

I have a jsp page with 3 forms.
What i want to do is when the 2nd form is submitted, fist and third should
not be submitted and vice versa.
I tried to submit by calling each submit based on condition,
But it's not working.
How can i handle multiple forms.

Thank's
-Jyothi


---
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

===
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 About SELECT and sending Value to a BEAN

2001-05-22 Thread Ananda Venkatapathy

 Hi,

 Could u explained the problem briefly?. Whether you want to pass
the value to bean within a selected page or another page.

regards
pathy



 Hi,

 Please Help me i need some help.

 I want to send the value of the selected option
 in a jsp form as a parameter to a bean.
 so, how do i store the selected value in a variable and use it i can not
 submit the form.

 And the probles in submiting the value is:
 --
 I am populating the option's in the select by calling a bean.
 so, if i submit and refresh the value. The select will also change and
 point
 to the default selected one.
 so, the select will have the default selected value.
 and the data which i get by onChange will be of the previously selected
 option.
 And i can use only jsp1.1.

 If anyone can help me that would be great.

 Thankx,
 -Jyothi


 ---
 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
 ---
 Incoming mail is certified Virus Free.
 Checked by AVG anti-virus system (http://www.grisoft.com).
 Version: 6.0.255 / Virus Database: 128 - Release Date: 5/17/2001

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.255 / Virus Database: 128 - Release Date: 5/17/2001

===
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: 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: Urgent: How to Evaluate the jsp code in a String

2001-04-25 Thread Dmitry Namiot

Check out Eval tag on
http://coldjava.hypermart.net/jsp.htm


--
Coldjava - server-side Java components
http://coldjava.hypermart.net
__
Get your own FREE, personal Netscape Webmail account today at 
http://webmail.netscape.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: How to update DNS entries dynamically via programming

2001-04-25 Thread Hamid

HI,
Still looking for response .
How to update DNS dynamically via programming (from Java/JSP) for cretaing
more virtual hosts in my ASP model of application.
If any one know any bean / tag / component, his favour will be highly
regarded.


Thanx

Hamid Hassan
software Engineer


-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Dmitry Namiot
Sent: Wednesday, April 25, 2001 5:43 PM
To: [EMAIL PROTECTED]
Subject: Re: Urgent: How to Evaluate the jsp code in a String


Check out Eval tag on
http://coldjava.hypermart.net/jsp.htm


--
Coldjava - server-side Java components
http://coldjava.hypermart.net
__
Get your own FREE, personal Netscape Webmail account today at
http://webmail.netscape.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: urgent

2001-04-24 Thread Paul McGlynn

Looking at the top-level error, it looks like one of two things has
happened. Your table has reached its maximum size within your schema
(limited by the number of max extents for that table - a unit of Oracle
storage, 2k default I think), or your schema itself has reached its maximum
size for its tablespace.

If you can add data to other tables in the same schema it probably means
that your table has grown outwith its own limits, if you can't it probably
means you've ran out of space for your whole schema.

Either way, get your DBA to look at it but you'll probably have to add
another datafile to the tablespace for your schema.

Paul.



-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of sandarbh
Sent: Tuesday, April 24, 2001 10:02 AM
To: [EMAIL PROTECTED]
Subject: urgent

Hi all,

Can anyone give me a clue to this error which raised when 13469 records were
inserted through a program in java.



java.sql.SQLException: ORA-01631: max # extents (121) reached in table
CAS_USER.
MODULE_LOG

at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:181)
at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:631)
at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1225)
at
oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:661
)
at
oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.jav
a:780)
at
oracle.jdbc.driver.OracleStatement.doExecuteWithBatch(OracleStatement
.java:822)
at
oracle.jdbc.driver.OracleStatement.doExecute(OracleStatement.java:116
4)
at
oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStateme
nt.java:1210)
at
oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java
:1227)
at ConnectionManager.insertRecords(ConnectionManager.java:25)
at DbHandlerFeeder.updatedata(DbHandlerFeeder.java:239)
at DbHandlerFeeder.sendToDatabase(DbHandlerFeeder.java:391)
at
LogHandlerCaller.feederdetaillogmanipulation(LogHandlerCaller.java:11
7)
at LogHandlerMain.pathForFeeder(LogHandlerMain.java:122)
at LogHandlerMain.main(LogHandlerMain.java:164)
The time is :2317

**

Regards,

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


__
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-24 Thread sandarbh

Thanks to you Gavin and Paul

Ragards
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



Re: urgent

2001-04-24 Thread Gregory Dobkins

You have an Oracle error.  The max extents for table CAS_USER.MODULE_LOG have
been reached.  If the table name is an accurate indication of the use of the
table, it may only be used for logging and the solution is to remove unnecessary
rows.   I have found that it is best to install the on-line documentation for
Oracle and use the search facility to locate Oracle errors ie. ORA-01631.   It
has helped me to get a handle on Oracle problems.





sandarbh [EMAIL PROTECTED] on 04/24/2001 05:02:24 AM

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

To:   [EMAIL PROTECTED]
cc:(bcc: Gregory Dobkins/BCSD/ISHSG/DIVADMIN/DOH)
Subject:  urgent



Hi all,

Can anyone give me a clue to this error which raised when 13469 records were
inserted through a program in java.



java.sql.SQLException: ORA-01631: max # extents (121) reached in table
CAS_USER.
MODULE_LOG

at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:181)
at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:631)
at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1225)
at
oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:661
)
at
oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.jav
a:780)
at
oracle.jdbc.driver.OracleStatement.doExecuteWithBatch(OracleStatement
.java:822)
at
oracle.jdbc.driver.OracleStatement.doExecute(OracleStatement.java:116
4)
at
oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStateme
nt.java:1210)
at
oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java
:1227)
at ConnectionManager.insertRecords(ConnectionManager.java:25)
at DbHandlerFeeder.updatedata(DbHandlerFeeder.java:239)
at DbHandlerFeeder.sendToDatabase(DbHandlerFeeder.java:391)
at
LogHandlerCaller.feederdetaillogmanipulation(LogHandlerCaller.java:11
7)
at LogHandlerMain.pathForFeeder(LogHandlerMain.java:122)
at LogHandlerMain.main(LogHandlerMain.java:164)
The time is :2317

**

Regards,

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

===
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-24 Thread Gavin Meehan

Hi

I think you need to increase the tablespace that is assigned to this user.
To view the different table spaces do a select over the USER_TS_QUOTAS table
(you will need DBA permissions), using an alter command you can and setting
MAX_BYTES and MAX_BLOCKS to 0 will allow any amount of space.

Damien


From: sandarbh [EMAIL PROTECTED]
Reply-To: A mailing list about Java Server Pages specification and
 reference [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: urgent
Date: Tue, 24 Apr 2001 10:02:24 +0100

Hi all,

Can anyone give me a clue to this error which raised when 13469 records
were
inserted through a program in java.



java.sql.SQLException: ORA-01631: max # extents (121) reached in table
CAS_USER.
MODULE_LOG

 at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:181)
 at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:631)
 at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1225)
 at
oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:661
)
 at
oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.jav
a:780)
 at
oracle.jdbc.driver.OracleStatement.doExecuteWithBatch(OracleStatement
.java:822)
 at
oracle.jdbc.driver.OracleStatement.doExecute(OracleStatement.java:116
4)
 at
oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStateme
nt.java:1210)
 at
oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java
:1227)
 at ConnectionManager.insertRecords(ConnectionManager.java:25)
 at DbHandlerFeeder.updatedata(DbHandlerFeeder.java:239)
 at DbHandlerFeeder.sendToDatabase(DbHandlerFeeder.java:391)
 at
LogHandlerCaller.feederdetaillogmanipulation(LogHandlerCaller.java:11
7)
 at LogHandlerMain.pathForFeeder(LogHandlerMain.java:122)
 at LogHandlerMain.main(LogHandlerMain.java:164)
The time is :2317

**

Regards,

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

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.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: How to Evaluate the jsp code in a String

2001-04-21 Thread Hamid

Hi,
Is there any way / method to evaluate the jsp code in a String . As we do in
coldfusion to evaluate the code in a String and then take decision or
display it in browser.
e.g i have concatenated the code of jsp, filtering from different
conditions, to a string . Now if will display that string it will display
the code of jsp not display the evaluated results of jsp.

looking for an urgent help


Thanx

Hamid Hassan
Software Engineer.

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Ray O'Leary
Sent: Saturday, April 21, 2001 3:51 AM
To: [EMAIL PROTECTED]
Subject: Re: Creating Objects with UML and Java.


"The Unified Modelling Language User Guide Guide" by Booch, Rumbaugh 
Jacobson, while not specific to Java, worked really well for me.  I started
really working with Java about 20 months ago, so I may not be the best
source for recommendations, but I found it very helpful.

- Original Message -
From: "Gilson do Nascimento Del Rei" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, April 20, 2001 16:53
Subject: Creating Objects with UML and Java.


 Hello,
 Does someone know a good book about UML using Java ?
 thanks in advance.


===
 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: Urgent: How to Evaluate the jsp code in a String

2001-04-21 Thread Joe Blow

% if(sString == null) {do something}
   else {do something else}
%

Is this what you wish or something else ?

-Original Message-
From: Hamid [mailto:[EMAIL PROTECTED]]
Sent: Saturday, April 21, 2001 3:11 AM
To: [EMAIL PROTECTED]
Subject: Re: Urgent: How to Evaluate the jsp code in a String


Hi,
Is there any way / method to evaluate the jsp code in a String . As we do in
coldfusion to evaluate the code in a String and then take decision or
display it in browser.
e.g i have concatenated the code of jsp, filtering from different
conditions, to a string . Now if will display that string it will display
the code of jsp not display the evaluated results of jsp.

looking for an urgent help


Thanx

Hamid Hassan
Software Engineer.

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Ray O'Leary
Sent: Saturday, April 21, 2001 3:51 AM
To: [EMAIL PROTECTED]
Subject: Re: Creating Objects with UML and Java.


"The Unified Modelling Language User Guide Guide" by Booch, Rumbaugh 
Jacobson, while not specific to Java, worked really well for me.  I started
really working with Java about 20 months ago, so I may not be the best
source for recommendations, but I found it very helpful.

- Original Message -
From: "Gilson do Nascimento Del Rei" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, April 20, 2001 16:53
Subject: Creating Objects with UML and Java.


 Hello,
 Does someone know a good book about UML using Java ?
 thanks in advance.


===
 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: Urgent: How to Evaluate the jsp code in a String

2001-04-21 Thread Hamid

Hi,

%  String str = "The value of i = %= request.getParameter("param_Name");
%"; %
%= str %
now when displaying str it shows the code. Now wants to evaluate it first
and displays its results.

Hamid Hassan
Software Engineer

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Joe Blow
Sent: Saturday, April 21, 2001 12:16 PM
To: [EMAIL PROTECTED]
Subject: Re: Urgent: How to Evaluate the jsp code in a String


% if(sString == null) {do something}
   else {do something else}
%

Is this what you wish or something else ?

-Original Message-
From: Hamid [mailto:[EMAIL PROTECTED]]
Sent: Saturday, April 21, 2001 3:11 AM
To: [EMAIL PROTECTED]
Subject: Re: Urgent: How to Evaluate the jsp code in a String


Hi,
Is there any way / method to evaluate the jsp code in a String . As we do in
coldfusion to evaluate the code in a String and then take decision or
display it in browser.
e.g i have concatenated the code of jsp, filtering from different
conditions, to a string . Now if will display that string it will display
the code of jsp not display the evaluated results of jsp.

looking for an urgent help


Thanx

Hamid Hassan
Software Engineer.

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Ray O'Leary
Sent: Saturday, April 21, 2001 3:51 AM
To: [EMAIL PROTECTED]
Subject: Re: Creating Objects with UML and Java.


"The Unified Modelling Language User Guide Guide" by Booch, Rumbaugh 
Jacobson, while not specific to Java, worked really well for me.  I started
really working with Java about 20 months ago, so I may not be the best
source for recommendations, but I found it very helpful.

- Original Message -
From: "Gilson do Nascimento Del Rei" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, April 20, 2001 16:53
Subject: Creating Objects with UML and Java.


 Hello,
 Does someone know a good book about UML using Java ?
 thanks in advance.


===
 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: Urgent: How to Evaluate the jsp code in a String

2001-04-21 Thread Sreenath Venkatramanappa

You can't evalute the JSP code in String !
- Original Message -
From: "Hamid" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, April 21, 2001 1:39 PM
Subject: Re: Urgent: How to Evaluate the jsp code in a String


 Hi,

 %  String str = "The value of i = %=
request.getParameter("param_Name");
 %"; %
 %= str %
 now when displaying str it shows the code. Now wants to evaluate it first
 and displays its results.

 Hamid Hassan
 Software Engineer

 -Original Message-
 From: A mailing list about Java Server Pages specification and reference
 [mailto:[EMAIL PROTECTED]]On Behalf Of Joe Blow
 Sent: Saturday, April 21, 2001 12:16 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Urgent: How to Evaluate the jsp code in a String


 % if(sString == null) {do something}
else {do something else}
 %

 Is this what you wish or something else ?

 -Original Message-
 From: Hamid [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, April 21, 2001 3:11 AM
 To: [EMAIL PROTECTED]
 Subject: Re: Urgent: How to Evaluate the jsp code in a String


 Hi,
 Is there any way / method to evaluate the jsp code in a String . As we do
in
 coldfusion to evaluate the code in a String and then take decision or
 display it in browser.
 e.g i have concatenated the code of jsp, filtering from different
 conditions, to a string . Now if will display that string it will display
 the code of jsp not display the evaluated results of jsp.

 looking for an urgent help


 Thanx

 Hamid Hassan
 Software Engineer.

 -Original Message-
 From: A mailing list about Java Server Pages specification and reference
 [mailto:[EMAIL PROTECTED]]On Behalf Of Ray O'Leary
 Sent: Saturday, April 21, 2001 3:51 AM
 To: [EMAIL PROTECTED]
 Subject: Re: Creating Objects with UML and Java.


 "The Unified Modelling Language User Guide Guide" by Booch, Rumbaugh 
 Jacobson, while not specific to Java, worked really well for me.  I
started
 really working with Java about 20 months ago, so I may not be the best
 source for recommendations, but I found it very helpful.

 - Original Message -
 From: "Gilson do Nascimento Del Rei" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, April 20, 2001 16:53
 Subject: Creating Objects with UML and Java.


  Hello,
  Does someone know a good book about UML using Java ?
  thanks in advance.
 
 

===
  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: Urgent: How to Evaluate the jsp code in a String

2001-04-21 Thread Tuan Trinh

Is this what you want?

% String str = "The value of i = " + request.getParameter("param_Name");
%
%= str %


From: Sreenath Venkatramanappa [EMAIL PROTECTED]
Reply-To: "Sreenath.V" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Urgent: How to Evaluate the jsp code in a String
Date: Fri, 21 Apr 1995 14:22:34 +0530

You can't evalute the JSP code in String !
- Original Message -
From: "Hamid" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, April 21, 2001 1:39 PM
Subject: Re: Urgent: How to Evaluate the jsp code in a String


  Hi,
 
  %  String str = "The value of i = %=
request.getParameter("param_Name");
  %"; %
  %= str %
  now when displaying str it shows the code. Now wants to evaluate it
first
  and displays its results.
 
  Hamid Hassan
  Software Engineer
 
  -Original Message-
  From: A mailing list about Java Server Pages specification and reference
  [mailto:[EMAIL PROTECTED]]On Behalf Of Joe Blow
  Sent: Saturday, April 21, 2001 12:16 PM
  To: [EMAIL PROTECTED]
  Subject: Re: Urgent: How to Evaluate the jsp code in a String
 
 
  % if(sString == null) {do something}
 else {do something else}
  %
 
  Is this what you wish or something else ?
 
  -Original Message-
  From: Hamid [mailto:[EMAIL PROTECTED]]
  Sent: Saturday, April 21, 2001 3:11 AM
  To: [EMAIL PROTECTED]
  Subject: Re: Urgent: How to Evaluate the jsp code in a String
 
 
  Hi,
  Is there any way / method to evaluate the jsp code in a String . As we
do
in
  coldfusion to evaluate the code in a String and then take decision or
  display it in browser.
  e.g i have concatenated the code of jsp, filtering from different
  conditions, to a string . Now if will display that string it will
display
  the code of jsp not display the evaluated results of jsp.
 
  looking for an urgent help
 
 
  Thanx
 
  Hamid Hassan
  Software Engineer.
 
  -Original Message-
  From: A mailing list about Java Server Pages specification and reference
  [mailto:[EMAIL PROTECTED]]On Behalf Of Ray O'Leary
  Sent: Saturday, April 21, 2001 3:51 AM
  To: [EMAIL PROTECTED]
  Subject: Re: Creating Objects with UML and Java.
 
 
  "The Unified Modelling Language User Guide Guide" by Booch, Rumbaugh 
  Jacobson, while not specific to Java, worked really well for me.  I
started
  really working with Java about 20 months ago, so I may not be the best
  source for recommendations, but I found it very helpful.
 
  - Original Message -
  From: "Gilson do Nascimento Del Rei" [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Friday, April 20, 2001 16:53
  Subject: Creating Objects with UML and Java.
 
 
   Hello,
   Does someone know a good book about UML using Java ?
   thanks in advance.
  
  
 
===
   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: URGENT About undocumented DB2 JDBC error ...

2001-04-19 Thread Aboul - Enein, Ahmed Ahmed (Ahmed)

Hello Ali,
  Try this http://www.idug.org/  It's International DB2 User Group.
  I did not use DB2 for the last year, but I remember you can get the
explanation of any error number from HTML help provided with DB2
  Good luck!

Regards,
Ahmed Aboul-Enein

-Original Message-
From: Ali ASLAN [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 19, 2001 10:34 AM
To: [EMAIL PROTECTED]
Subject: URGENT About undocumented DB2 JDBC error ...



  Hi,
 
My platform is SunOs 5.8
App Server is : IBM WebSphere 3.5
DBMS is : IBM DB2 UDB ver 7.1
 
when I connect to DBMS I take some really strange undocumented error
 such as,
 
[IBM] [JDBC driver] CLI0647E Error handling DB2 environment
rc=db2jdbc.
 
Can Anyone ,who see this message, help me?
 
Thanks in advance,
 
Ali ASLAN
 
 
 
 


===
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: urgent help needed on checkbox property!!!!

2001-04-13 Thread Dean Sacramone

You can probably use javascript or DHTML for this.. but it would entail
using images.

Just use javascript. Have an image that looks like a checkbox,,,when someone
clicks on it, it swaps out the image with one that has an X on itthen it
sets a variable that will be applied to the value of a form element. --
eats a easy solution.

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Agarwal, Shekhar (MED,
TCS America)
Sent: Thursday, April 12, 2001 2:31 PM
To: [EMAIL PROTECTED]
Subject: urgent help needed on checkbox property


hi all
i need a javascript function invoking which we can either mark a check
or a cross on a select box .(X or a check mark)
can anyone help me

SHEKHAR  AGARWAL
TATA CONSULTANCY SERVICES
Email : [EMAIL PROTECTED]
Tel:  268-548-2592 (work)
262-798-1052 (home)




-Original Message-
From: Nishit Trivedi [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 12, 2001 2:36 PM
To: [EMAIL PROTECTED]
Subject: OT:java.io.StreamCorruptedException


hi.
I am storing serialized objects in a file on my machine..
when i read back the objects from file, it perfectly displays properties
of
object which is read first but when it tries to read second object, it
gives
me java.io.StreamCorruptedException.. I don't know what's the problem...
I appreciate if somebody can help...
I am in desparate need to solve this...
Here is the snippet of my code:

ArrayList al = new ArrayList();
try{
   while((sge = (SerializableGBEntry)ois.readObject()) != null){
   al.add(sge);
  }
  ois.close();
  fis.close();
}
catch(Exception deserializingE){
  deserializingE.printStackTrace();
  out.println("the deserializingE exception
is:"+deserializingE.getMessage());
}

TIA...

Nishit Trivedi
Software Engineer
Planet Access Networks - An InSage Company
973-691-4704 X157


===
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: urgent help needed on checkbox property!!!!

2001-04-13 Thread Shawn Zhu

I had to ask, what kinda of service does TCS offer?

 -Original Message-
 From: Agarwal, Shekhar (MED, TCS America)
 [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, April 12, 2001 2:31 PM
 To: [EMAIL PROTECTED]
 Subject: urgent help needed on checkbox property


 hi all
 i need a javascript function invoking which we can either mark a check
 or a cross on a select box .(X or a check mark)
 can anyone help me

 SHEKHAR  AGARWAL
 TATA CONSULTANCY SERVICES
 Email : [EMAIL PROTECTED]
 Tel:  268-548-2592 (work)
 262-798-1052 (home)




 -Original Message-
 From: Nishit Trivedi [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, April 12, 2001 2:36 PM
 To: [EMAIL PROTECTED]
 Subject: OT:java.io.StreamCorruptedException


 hi.
 I am storing serialized objects in a file on my machine..
 when i read back the objects from file, it perfectly displays
 properties
 of
 object which is read first but when it tries to read second object, it
 gives
 me java.io.StreamCorruptedException.. I don't know what's the
 problem...
 I appreciate if somebody can help...
 I am in desparate need to solve this...
 Here is the snippet of my code:
 
 ArrayList al = new ArrayList();
 try{
while((sge = (SerializableGBEntry)ois.readObject()) != null){
al.add(sge);
   }
   ois.close();
   fis.close();
 }
 catch(Exception deserializingE){
   deserializingE.printStackTrace();
   out.println("the deserializingE exception
 is:"+deserializingE.getMessage());
 }
 
 TIA...

 Nishit Trivedi
 Software Engineer
 Planet Access Networks - An InSage Company
 973-691-4704 X157

 ==
 ==
 ===
 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: urgent, help on sorting records in xml?

2001-03-31 Thread cedric sk chin

hi santosh,

thanks for your reply.

i use the following to sort my records.
xsl:for-each select="favouritecars/item" order-by="car"

by the way, is there anyway in XSLT that i can specify my how many records to return?  
sorry, but i am new to XSLT and XML, i notice that i can't add in a form tag(button or 
text) in the XSL document.so how do i go about to do this?

i actually put response.setContentType("text/xml") in my jsp, so that an xml doc is 
output and transformed into html using xsl by IE itself, my question is, is the 
solution workable?  or is there any other solutions out there?

thanks and best regards,
cedric
A mailing list about Java Server Pages specification and
  reference [EMAIL PROTECTED] wrote:

 You can use XSL to sort XML nodes before processing

 Here's some sample code

 sort.xslt

 table border="1"
 xsl:for each select="servlet"


 xsl:sort select="servlet_name" data_type="text"/

 tr
 td
 xsl:apply-templates
 /td
 /tr
 /table


 try this
 Santosh






 cedric sk chin [EMAIL PROTECTED] on 03/30/2001 10:23:20 AM

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

 To:   [EMAIL PROTECTED]
 cc:(bcc: Santosh Daryani/IT/Aon Consulting)

 Subject:  urgent, help on sorting records in xml?



 hi fellow developers,

 can anyone give me some ideas on how to sort records in xml?  perhaps a sample
 code would do, i need this urgently, i'm using jdom as my back-end.

 appreciate if anyone could shed some light on this

 thanks for any help and suggestions.

 ced.

 for example in this xml file, how do i sort it by the servlet name:
 ?xml version="1.0" encoding="ISO-8859-1"?
 web-app
 servlet
 servlet-name
 snoop
 /servlet-name
 servlet-class
 SnoopServlet
 /servlet-class
 /servlet

 servlet
 servlet-name
 login
 /servlet-name
 servlet-class
 LoginServlet
 /servlet-class
 /servlet

 servlet
 servlet-name
 file
 /servlet-name
 servlet-class
 ViewFile
 /servlet-class
 /servlet


 /web-app
 __
 Get your own FREE, personal Netscape Webmail account today at
 http://webmail.netscape.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 own FREE, personal Netscape Webmail account today at 
http://webmail.netscape.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, help on sorting records in xml?

2001-03-30 Thread Daryani Santosh

You can use XSL to sort XML nodes before processing

Here's some sample code

sort.xslt

table border="1"
xsl:for each select="servlet"


xsl:sort select="servlet_name" data_type="text"/

tr
td
xsl:apply-templates
/td
/tr
/table


try this
Santosh






cedric sk chin [EMAIL PROTECTED] on 03/30/2001 10:23:20 AM

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

To:   [EMAIL PROTECTED]
cc:(bcc: Santosh Daryani/IT/Aon Consulting)

Subject:  urgent, help on sorting records in xml?



hi fellow developers,

can anyone give me some ideas on how to sort records in xml?  perhaps a sample
code would do, i need this urgently, i'm using jdom as my back-end.

appreciate if anyone could shed some light on this

thanks for any help and suggestions.

ced.

for example in this xml file, how do i sort it by the servlet name:
?xml version="1.0" encoding="ISO-8859-1"?
web-app
servlet
servlet-name
snoop
/servlet-name
servlet-class
SnoopServlet
/servlet-class
/servlet

servlet
servlet-name
login
/servlet-name
servlet-class
LoginServlet
/servlet-class
/servlet

servlet
servlet-name
file
/servlet-name
servlet-class
ViewFile
/servlet-class
/servlet


/web-app
__
Get your own FREE, personal Netscape Webmail account today at
http://webmail.netscape.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: URGENT : File-Save As Dialog Box

2001-02-07 Thread Mayuresh Kadu

I perfectly understand .. under the circumstance what u could look for is at

http://www.jspsmart.com/liblocal/docs/en/articles/upload_en.htm

deals with almosty everything u could require about the subject though ..

Best of luck !


Mayureh

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of ramanathanp
Sent: Monday, February 05, 2001 7:34 PM
To: [EMAIL PROTECTED]
Subject: Re: URGENT : File-Save As Dialog Box


input type=FILE ..  it gives browse button for selecting file...

I want to open up the FILE SAVE AS Dialog box for saving files to disk...




-Original Message-
From: Mayuresh Kadu (Aftek Infosys, Pune) [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 05, 2001 5:34 PM
To: [EMAIL PROTECTED]
Subject: Re: URGENT : File-Save As Dialog Box


Try using

input type=FILE .. 

Mayuresh

- Original Message -
From: ramanathanp [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, February 03, 2001 9:49 AM
Subject: URGENT : File-Save As Dialog Box


 hi,

 I have a html/jsp page on which i have a button called "Save to File".
when
 the user clicks on this, i want to open up the File- Save As Dialog Box so
 that he can save the file to disk. How to do this ?
 Also, if the user wants to save it as word document, will the tags also
 appear in the document...

 Very Urgent...

 Any pointers..?


 Ramanathan


===
 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: URGENT : File-Save As Dialog Box

2001-02-05 Thread Mayuresh Kadu (Aftek Infosys, Pune)

Try using

input type=FILE .. 

Mayuresh

- Original Message -
From: ramanathanp [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, February 03, 2001 9:49 AM
Subject: URGENT : File-Save As Dialog Box


 hi,

 I have a html/jsp page on which i have a button called "Save to File".
when
 the user clicks on this, i want to open up the File- Save As Dialog Box so
 that he can save the file to disk. How to do this ?
 Also, if the user wants to save it as word document, will the tags also
 appear in the document...

 Very Urgent...

 Any pointers..?


 Ramanathan


===
 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: URGENT : File-Save As Dialog Box

2001-02-05 Thread ramanathanp

input type=FILE ..  it gives browse button for selecting file...

I want to open up the FILE SAVE AS Dialog box for saving files to disk...




-Original Message-
From: Mayuresh Kadu (Aftek Infosys, Pune) [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 05, 2001 5:34 PM
To: [EMAIL PROTECTED]
Subject: Re: URGENT : File-Save As Dialog Box


Try using

input type=FILE .. 

Mayuresh

- Original Message -
From: ramanathanp [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, February 03, 2001 9:49 AM
Subject: URGENT : File-Save As Dialog Box


 hi,

 I have a html/jsp page on which i have a button called "Save to File".
when
 the user clicks on this, i want to open up the File- Save As Dialog Box so
 that he can save the file to disk. How to do this ?
 Also, if the user wants to save it as word document, will the tags also
 appear in the document...

 Very Urgent...

 Any pointers..?


 Ramanathan


===
 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



  1   2   >