Re: Jsp in WebLogic 5.1

2000-11-19 Thread Vineet K Jain

Edit the weblogic property file located in the weblogic directory
Search for the word JSP and note down the temp directory for compiling the JSP files.
Delete the this directory before running the JSP file. This way weblogic will recreate 
the directory if it does not exists and then recompile the JSP file and you will not 
have to shut and start weblogic.

Hope this helps.

On Thursday, November 23, 2000 at 11:34:10 PM, A mailing list about Java Server Pages 
specification and reference wrote:

 Hi,

 I am using JSP's with weblogic. The problem is that I have to restart
 WebLogic everytime I make a change in my jsp. Otherwise I get an error.

 Is this the standard procedure everybody does.?

 Thanks in advance,

 Bharat

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

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

Vineet K Jain
e-mail: [EMAIL PROTECTED]


--
mailmetoday is a free e-mail service from India Today Group Online that also rewards 
you with cool gifts. Sign up now at http://www.mailmetoday.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: Applying style sheets to JSP

2000-11-19 Thread Graham Robinson

JSP has nothing to do with whether or not the style will be applied to the
text

i'd check your broswer and your code.

style interpretation is all browser side in your case.

Graham/


- Original Message -
From: "Nivedita" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, November 19, 2000 5:03 PM
Subject: Applying style sheets to JSP


 v4.10.B547 Copyright (C) 1996-2000 WGTI WGTI

 I tested and found that JSp did not support on applying the styles.
 for example:
 b
 {
 color="red"
 }

 b style="color=#ff" UserName : /b jsp:getProperty name="stat"
 property="userName" /

 So does that mean jsp does not recognise style sheets or we have a work
 around for it.

 If anyone can help I would be very thank ful.

 Thanks,
 Nivedita


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

  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.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: Applying style sheets to JSP

2000-11-19 Thread Manos M. Batsis

Your syntax is wrong. This:

 b
 {
 color="red"
 }


 Should be:

 b
 {
 color:red;
 }

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Graham Robinson
Sent: Sunday, November 19, 2000 1:54 PM
To: [EMAIL PROTECTED]
Subject: Re: Applying style sheets to JSP


JSP has nothing to do with whether or not the style will be applied to the
text

i'd check your broswer and your code.

style interpretation is all browser side in your case.

Graham/


- Original Message -
From: "Nivedita" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, November 19, 2000 5:03 PM
Subject: Applying style sheets to JSP


 v4.10.B547 Copyright (C) 1996-2000 WGTI WGTI

 I tested and found that JSp did not support on applying the styles.
 for example:
 b
 {
 color="red"
 }

 b style="color=#ff" UserName : /b jsp:getProperty name="stat"
 property="userName" /

 So does that mean jsp does not recognise style sheets or we have a work
 around for it.

 If anyone can help I would be very thank ful.

 Thanks,
 Nivedita


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

  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.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: Applying style sheets to JSP

2000-11-19 Thread JSP Insider

 No, it means you are not using a style sheet?

CSS are on the client-side not the server. Your JSP is on the server side.
This means what ever your JSP returns to the client will have the style
sheet applied to it.

http://www.w3c.org has the official syntax for CSS.

You do not need to specify your styles more then once, instead just specify
them with the correct syntax:

b { color:red; }

or

b style="color:red;"./b

Be careful with Netscape 6. It is case sensitive so 'B' and 'b' are two
different style classes now.

Jayson Falkner
[EMAIL PROTECTED]


- Original Message -
From: "Nivedita" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, November 18, 2000 11:03 PM
Subject: Applying style sheets to JSP


 I tested and found that JSp did not support on applying the styles.
 for example:
 b
 {
 color="red"
 }

 b style="color=#ff" UserName : /b jsp:getProperty name="stat"
 property="userName" /

 So does that mean jsp does not recognise style sheets or we have a work
 around for it.

 If anyone can help I would be very thank ful.

 Thanks,
 Nivedita


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

  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.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: where to put bean class files in weblogic

2000-11-19 Thread HEMANT MALLEPEDDI

Hi,
Use the include directive for calling the bean   call tye methods in the
scriptlets part of the jsp.
This will solve the problem.

Hemant


From: "Gunaseelan , R." [EMAIL PROTECTED]
Reply-To: A mailing list about Java Server Pages specification and
 reference [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: where to put bean class files in weblogic
Date: Fri, 17 Nov 2000 13:44:40 GMT

hi

i'm new to jsp. i've tried running a simple jsp file that calls a bean

using jsp:useBean

but everytime i get 500 internal server error. can anyone tell mewhy and
also i have tried putting my beans in a package and inside
serverclasses. but still it gives the same error


help me

thanks in advance

gunaseelan


_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.

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

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

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.

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

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



Re: Elizabeth Castro books... look pretty good

2000-11-19 Thread M. Simms

Simple solution: scan book to cd. Save in PDF format. one-hundredth the
weight.

 -Original Message-
 From: A mailing list about Java Server Pages specification and reference
 [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Nicholson
 Sent: Saturday, November 18, 2000 12:27 AM
 To: [EMAIL PROTECTED]
 Subject: Elizabeth Castro books... look pretty good


 Hi there, I've got a few books of late particularly from WROX and whilst
 they have good content they aren't all that useful as they weigh
 so much and
 take up so much space. In a couple of weeks I'm going to Thailand for a
 couple of months and I think I'm going to take the Quick start
 visual guides
 for JavaScript, XML, Photoshop and HTML 4.0

 This year I've been lugging around Mannings JSP book, ORAs EJB
 and Java and
 XML books and Jasons Servlet Programming and I left WROX's Prof JSP at my
 last destination because it was simply too big and heavy. As you could
 possibly imagine this is a non trivial amount of weight I'm lugging around
 IMHO :-)

 These books all together weigh as much as your typical WROX book.
 Great for
 travel reading IMHO.

 I think I'm really going to have to leave some pretty good
 references behind
 this time round. But given how quickly this technology is
 changing they are
 so often obselete in a matter of months :-)

 Are there any other travelling consultants that have this problem?

 Ordinarily I'd seriously consider buying new books again at my destination
 but Thailand's English Hi Tech book selection isn't always the latest
 offerings.

 Cheers. Or at least that's how things were in March when I was there last.

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

  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.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: Which one is recommended Web Server with JSP engine?

2000-11-19 Thread M. Simms

Tomcat is about 3 or 4 times slower than Resin or Weglogic.

 -Original Message-
 From: A mailing list about Java Server Pages specification and reference
 [mailto:[EMAIL PROTECTED]]On Behalf Of Raman
 Sent: Sunday, November 19, 2000 5:11 AM
 To: [EMAIL PROTECTED]
 Subject: Which one is recommended Web Server with JSP engine?


 Hi!

 Can anybody tell me which one is most popular JSP hosting
 web server? I'm currently using WebLogic 5.1. Some of my
 friends are using Tomcat, WebSphere etc. By the way, is
 Resin also a web server with JSP engine?

 Raman.

 18-Nov-2000 10:40 PM GMT

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

  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.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: Which one is recommended Web Server with JSP engine?

2000-11-19 Thread Duffey, Kevin

I would go with Orion application server (www.orionserver.com). Fully J2EE
and is very fast, clusterable, scalable, and so on.. Free to use for all use
and only $1500 per server for production use.

 -Original Message-
 From: M. Simms [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, November 19, 2000 1:54 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Which one is recommended Web Server with JSP engine?


 Tomcat is about 3 or 4 times slower than Resin or Weglogic.

  -Original Message-
  From: A mailing list about Java Server Pages specification
 and reference
  [mailto:[EMAIL PROTECTED]]On Behalf Of Raman
  Sent: Sunday, November 19, 2000 5:11 AM
  To: [EMAIL PROTECTED]
  Subject: Which one is recommended Web Server with JSP engine?
 
 
  Hi!
 
  Can anybody tell me which one is most popular JSP hosting
  web server? I'm currently using WebLogic 5.1. Some of my
  friends are using Tomcat, WebSphere etc. By the way, is
  Resin also a web server with JSP engine?
 
  Raman.
 
  18-Nov-2000 10:40 PM GMT
 
  ==
  =
  To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
  JSP-INTEREST".
  For digest: mailto [EMAIL PROTECTED] with body: "set
  JSP-INTEREST DIGEST".
  Some relevant FAQs on JSP/Servlets can be found at:
 
   http://java.sun.com/products/jsp/faq.html
   http://www.esperanto.org.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: Which one is recommended Web Server with JSP engine?

2000-11-19 Thread John Foulds

How does it compare to JRun?


- Original Message -
From: "Duffey, Kevin" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, November 19, 2000 7:03 PM
Subject: Re: Which one is recommended Web Server with JSP engine?


 I would go with Orion application server (www.orionserver.com). Fully J2EE
 and is very fast, clusterable, scalable, and so on.. Free to use for all
use
 and only $1500 per server for production use.

  -Original Message-
  From: M. Simms [mailto:[EMAIL PROTECTED]]
  Sent: Sunday, November 19, 2000 1:54 PM
  To: [EMAIL PROTECTED]
  Subject: Re: Which one is recommended Web Server with JSP engine?
 
 
  Tomcat is about 3 or 4 times slower than Resin or Weglogic.
 
   -Original Message-
   From: A mailing list about Java Server Pages specification
  and reference
   [mailto:[EMAIL PROTECTED]]On Behalf Of Raman
   Sent: Sunday, November 19, 2000 5:11 AM
   To: [EMAIL PROTECTED]
   Subject: Which one is recommended Web Server with JSP engine?
  
  
   Hi!
  
   Can anybody tell me which one is most popular JSP hosting
   web server? I'm currently using WebLogic 5.1. Some of my
   friends are using Tomcat, WebSphere etc. By the way, is
   Resin also a web server with JSP engine?
  
   Raman.
  
   18-Nov-2000 10:40 PM GMT
  
   ==
   =
   To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
   JSP-INTEREST".
   For digest: mailto [EMAIL PROTECTED] with body: "set
   JSP-INTEREST DIGEST".
   Some relevant FAQs on JSP/Servlets can be found at:
  
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.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: Which one is recommended Web Server with JSP engine?

2000-11-19 Thread John Foulds

Pardon my ignorance of Resin, but why use Tomcat then?


- Original Message -
From: "M. Simms" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, November 19, 2000 5:54 PM
Subject: Re: Which one is recommended Web Server with JSP engine?


 Tomcat is about 3 or 4 times slower than Resin or Weglogic.

  -Original Message-
  From: A mailing list about Java Server Pages specification and reference
  [mailto:[EMAIL PROTECTED]]On Behalf Of Raman
  Sent: Sunday, November 19, 2000 5:11 AM
  To: [EMAIL PROTECTED]
  Subject: Which one is recommended Web Server with JSP engine?
 
 
  Hi!
 
  Can anybody tell me which one is most popular JSP hosting
  web server? I'm currently using WebLogic 5.1. Some of my
  friends are using Tomcat, WebSphere etc. By the way, is
  Resin also a web server with JSP engine?
 
  Raman.
 
  18-Nov-2000 10:40 PM GMT
 
  ==
  =
  To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
  JSP-INTEREST".
  For digest: mailto [EMAIL PROTECTED] with body: "set
  JSP-INTEREST DIGEST".
  Some relevant FAQs on JSP/Servlets can be found at:
 
   http://java.sun.com/products/jsp/faq.html
   http://www.esperanto.org.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: Which one is recommended Web Server with JSP engine?

2000-11-19 Thread Duffey, Kevin

I wouldn't even compare the two. Orion is far better. I take it you are
talking about JRUn 3.0? I haven't run any comparisons lately, but Orion is
much easier to get up and running, and has wider support than JRun.
Performance wise I would have to say Orion is a magnitude better..but I
don't know for sure.


 -Original Message-
 From: John Foulds [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, September 07, 2000 3:17 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Which one is recommended Web Server with JSP engine?


 How does it compare to JRun?


 - Original Message -
 From: "Duffey, Kevin" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Sunday, November 19, 2000 7:03 PM
 Subject: Re: Which one is recommended Web Server with JSP engine?


  I would go with Orion application server
 (www.orionserver.com). Fully J2EE
  and is very fast, clusterable, scalable, and so on.. Free
 to use for all
 use
  and only $1500 per server for production use.
 
   -Original Message-
   From: M. Simms [mailto:[EMAIL PROTECTED]]
   Sent: Sunday, November 19, 2000 1:54 PM
   To: [EMAIL PROTECTED]
   Subject: Re: Which one is recommended Web Server with JSP engine?
  
  
   Tomcat is about 3 or 4 times slower than Resin or Weglogic.
  
-Original Message-
From: A mailing list about Java Server Pages specification
   and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Raman
Sent: Sunday, November 19, 2000 5:11 AM
To: [EMAIL PROTECTED]
Subject: Which one is recommended Web Server with JSP engine?
   
   
Hi!
   
Can anybody tell me which one is most popular JSP hosting
web server? I'm currently using WebLogic 5.1. Some of my
friends are using Tomcat, WebSphere etc. By the way, is
Resin also a web server with JSP engine?
   
Raman.
   
18-Nov-2000 10:40 PM GMT
   
   
 ==
=
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set
JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
   
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.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: Which one is recommended Web Server with JSP engine?

2000-11-19 Thread John Foulds

Something must be missing, given that JRun 3.0 won best-of-show at Fall
Internet World




- Original Message -
From: "Duffey, Kevin" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, November 19, 2000 7:32 PM
Subject: Re: Which one is recommended Web Server with JSP engine?


 I wouldn't even compare the two. Orion is far better. I take it you are
 talking about JRUn 3.0? I haven't run any comparisons lately, but Orion is
 much easier to get up and running, and has wider support than JRun.
 Performance wise I would have to say Orion is a magnitude better..but I
 don't know for sure.


  -Original Message-
  From: John Foulds [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, September 07, 2000 3:17 PM
  To: [EMAIL PROTECTED]
  Subject: Re: Which one is recommended Web Server with JSP engine?
 
 
  How does it compare to JRun?
 
 
  - Original Message -
  From: "Duffey, Kevin" [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Sunday, November 19, 2000 7:03 PM
  Subject: Re: Which one is recommended Web Server with JSP engine?
 
 
   I would go with Orion application server
  (www.orionserver.com). Fully J2EE
   and is very fast, clusterable, scalable, and so on.. Free
  to use for all
  use
   and only $1500 per server for production use.
  
-Original Message-
From: M. Simms [mailto:[EMAIL PROTECTED]]
Sent: Sunday, November 19, 2000 1:54 PM
To: [EMAIL PROTECTED]
Subject: Re: Which one is recommended Web Server with JSP engine?
   
   
Tomcat is about 3 or 4 times slower than Resin or Weglogic.
   
 -Original Message-
 From: A mailing list about Java Server Pages specification
and reference
 [mailto:[EMAIL PROTECTED]]On Behalf Of Raman
 Sent: Sunday, November 19, 2000 5:11 AM
 To: [EMAIL PROTECTED]
 Subject: Which one is recommended Web Server with JSP engine?


 Hi!

 Can anybody tell me which one is most popular JSP hosting
 web server? I'm currently using WebLogic 5.1. Some of my
 friends are using Tomcat, WebSphere etc. By the way, is
 Resin also a web server with JSP engine?

 Raman.

 18-Nov-2000 10:40 PM GMT


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

  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.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

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

Re: Which one is recommended Web Server with JSP engine?

2000-11-19 Thread Duffey, Kevin

Ofcourse something is missing..Orion wasn't there. :) Orion overall is a far
better product, however, Orion lacks the documnetation and some packaged
tools that other vendors provide..in favor of a more solid engine for J2EE
development and deployment. Also, JRun is $5000 per cpu, Orion is $1500 per
server. Big difference. The problem with this however..is that alot of
companies (or people) feel that if a product is so cheap, there is no way it
can be as good. Orion doesn't have much marketing. Word of mouth..and a few
reviews. But, if you want to compare actual performance and reliability, I
am quite sure Orion will win hands down. Orion is changing often..meaning
they are adding new functionality for J2EE 1.3 (EJB 2.0, JSP 1.2 Servlets
2.3, etc). I have no doubt in mind there are some things JRun, WebLogic and
other vendors offer that Orion doesn't..and may never. But, for $5000 per
cpu (JRun) or $15K per cpu (WebLogic) I would expect a hell of a lot more
than what they give you.

If you want ease of use (for the most part), reliable, clustering, and
extremely affordable, you go with Orion. If you want name brand and the
ability to talk to a live technical person (who I might add almost always
lack the knowledge of anything other than basic questions), you go with
WebLogic, Jrun, WebSphere, and so on. Its a shame so many people don't give
enough attention so great products that just have a real-world pricetag on
them and try to understand that with a small company that offers such a
great product, you often have to forgo some of the other niceties that the
big boys give you.

What it boils down to, at least to me..is do you want a functional J2EE
engine that is small, fast, reliable, affordable and gets the job done? Or
do you want to shell out lots of money so your VC's and whoever else are
happy that you are spending the money wisely (in their minds anyways)? JRun,
WebLogic and others are all capable products. But what they really should do
is follow the "open" product a bit more. That is..offer a J2EE core for rock
bottom price..one that allows solid J2EE performance and capabilities. Then,
add on other products as plugins of sorts, and make money off of them too.
$15K per cpu for WebLogic is outrageous. Even worse..$15K per cpu for a QA
machine, staging machine and $2500 per developer workstation..thats
sickening to me. Why the hell anyone wants to pay so much money to use
someone's product for development is beyond me. I don't care if my company
had $billions, I would look at the product that best gets the job done with
the littles fanfare in getting it operating, and offers solid reliable
performance and scalability. The only app server on the market that fits
that description is Orion.

Believe you me..I am not working for Orion, nor do I get any benefits from
saying this from them. When I researched application servers, The overall
package of Orion was the best one I found. I checked out WebLogic,
SilverStream, Blue Stone, WebSphere, OAS, IAS, JRun, Tomcat (not J2EE
but..). There is another one that I haven't checked out yet that looks
promising..called Pramatti or something. But overall, Orion has the best of
breed for all areas of web-app development.




 -Original Message-
 From: John Foulds [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, September 07, 2000 3:58 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Which one is recommended Web Server with JSP engine?


 Something must be missing, given that JRun 3.0 won
 best-of-show at Fall
 Internet World




 - Original Message -
 From: "Duffey, Kevin" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Sunday, November 19, 2000 7:32 PM
 Subject: Re: Which one is recommended Web Server with JSP engine?


  I wouldn't even compare the two. Orion is far better. I
 take it you are
  talking about JRUn 3.0? I haven't run any comparisons
 lately, but Orion is
  much easier to get up and running, and has wider support than JRun.
  Performance wise I would have to say Orion is a magnitude
 better..but I
  don't know for sure.
 
 
   -Original Message-
   From: John Foulds [mailto:[EMAIL PROTECTED]]
   Sent: Thursday, September 07, 2000 3:17 PM
   To: [EMAIL PROTECTED]
   Subject: Re: Which one is recommended Web Server with JSP engine?
  
  
   How does it compare to JRun?
  
  
   - Original Message -
   From: "Duffey, Kevin" [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Sent: Sunday, November 19, 2000 7:03 PM
   Subject: Re: Which one is recommended Web Server with JSP engine?
  
  
I would go with Orion application server
   (www.orionserver.com). Fully J2EE
and is very fast, clusterable, scalable, and so on.. Free
   to use for all
   use
and only $1500 per server for production use.
   
 -Original Message-
 From: M. Simms [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, November 19, 2000 1:54 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Which one is recommended Web Server with
 JSP engine?


How to map String to Oracle Number for prepared Statement

2000-11-19 Thread Fred Balcom

Dear All,
 I want to search an Oracle number through a prepared statement.
Could you tell me how to map the String to the Oracle number please?

The code I used:

String myStr = "SELECT CUSTOMERS.NUMBER FROM CUSTOMERS WHERE
CUSTOMERS.NUMBER = ?";

PreparedState selectStatement = con.prepareStatement(selectStr);
selectStatement.setString(1,myStr);// How to map the Sting to number?
  // I tried String, int and NUMERIC with no luck. :(

Could you give me some help please?

Regards,

Fred
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.

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

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



Re: How to map String to Oracle Number for prepared Statement

2000-11-19 Thread Livaditis, Nicholas

Use the setLong method.
--
Sent from my BlackBerry Wireless Handheld (www.BlackBerry.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: keeping track of user connections

2000-11-19 Thread M. Simms

There are session monitor events which you can register listeners for to get
a response when a browser closes.

 -Original Message-
 From: A mailing list about Java Server Pages specification and reference
 [mailto:[EMAIL PROTECTED]]On Behalf Of Raman
 Sent: Sunday, November 19, 2000 7:18 AM
 To: [EMAIL PROTECTED]
 Subject: Re: keeping track of user connections


 Hi!

 But contact the browser (to check whether it is still connected), while
 performing a lengthy process?

 Raman.

 19-Nov-2000 0045 GMT.

 - Original Message -
 From: Dengler Martin [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, November 17, 2000 2:56 AM
 Subject: Re: keeping track of user connections


  Hi,
 
  sorry, but HTTP is a stateless Protocoll. after a client-request is
  answered by a server, the transaction is finished.
  if the user logs in and forgets to log out, u can do nothing
 about it, but
  wait for timeout.
 
  Greetings
  md
 

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

  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.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: How to write Bean with indexed property

2000-11-19 Thread Sreejesh

ujghjkhgj
lhlh
JJJ
- Original Message -
From: "Mustaq Pradhan" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, November 19, 2000 11:26 AM
Subject: How to write Bean with indexed property


 I need to write a bean to reference from a jsp. I am reading multiple rows
 from a table and trying to construct a bean with retrieve data.

 Any idea or code, please!

 Mustaq Pradhan
 _
 Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

 Share information about yourself, create your own public profile at
 http://profiles.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: Applying style sheets to JSP

2000-11-19 Thread Deepak C S

Hi,

Try giving as:

b{color:red;}

rather than color=red

tr,
deep

 --
 From: Nivedita[SMTP:[EMAIL PROTECTED]]
 Reply To: A mailing list about Java Server Pages specification and
 reference
 Sent: Sunday, November 19, 2000 12:33 PM
 To:   [EMAIL PROTECTED]
 Subject:  Applying style sheets to JSP

 I tested and found that JSp did not support on applying the styles.
 for example:
 b
 {
 color="red"
 }

 b style="color=#ff" UserName : /b jsp:getProperty name="stat"
 property="userName" /

 So does that mean jsp does not recognise style sheets or we have a work
 around for it.

 If anyone can help I would be very thank ful.

 Thanks,
 Nivedita

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

  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.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: Which one is recommended Web Server with JSP engine?

2000-11-19 Thread John Foulds

Wow.  That's brilliant.  Do you have any problems porting to Resin, or is it
normally pretty smooth?

And why Orion, if Resin clocks much faster?

John

- Original Message -
From: "M. Simms" [EMAIL PROTECTED]
To: "A mailing list about Java Server Pages specification and reference"
[EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Sunday, November 19, 2000 11:59 PM
Subject: RE: Which one is recommended Web Server with JSP engine?


 Would you believe for the express purpose of having the incredibly
powerful
 capability of break-point debugging of BOTH servlets and JSP.which
 JBuilder 4 provides.BUT ONLY WITH TOMCAT.

 Optimal Usage: Debug with Tomcat, deploy to Resin or better yet, Orion.

  -Original Message-
  From: A mailing list about Java Server Pages specification and reference
  [mailto:[EMAIL PROTECTED]]On Behalf Of John Foulds
  Sent: Thursday, September 07, 2000 6:07 PM
  To: [EMAIL PROTECTED]
  Subject: Re: Which one is recommended Web Server with JSP engine?
 
 
  Pardon my ignorance of Resin, but why use Tomcat then?
 
 
  - Original Message -
  From: "M. Simms" [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Sunday, November 19, 2000 5:54 PM
  Subject: Re: Which one is recommended Web Server with JSP engine?
 
 
   Tomcat is about 3 or 4 times slower than Resin or Weglogic.
  
-Original Message-
From: A mailing list about Java Server Pages specification
  and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Raman
Sent: Sunday, November 19, 2000 5:11 AM
To: [EMAIL PROTECTED]
Subject: Which one is recommended Web Server with JSP engine?
   
   
Hi!
   
Can anybody tell me which one is most popular JSP hosting
web server? I'm currently using WebLogic 5.1. Some of my
friends are using Tomcat, WebSphere etc. By the way, is
Resin also a web server with JSP engine?
   
Raman.
   
18-Nov-2000 10:40 PM GMT
   
==
=
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set
JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
   
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.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: where to put bean class files in weblogic

2000-11-19 Thread hamid

Hi,

Use the tag like : jsp:useBean id="conBean" scope="page"
class="com.xyz.beanName"/
The beans path will be : \weblogic\classes\com\xyz\beanName.class

Hamid Hassan
VSDI



-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of HEMANT MALLEPEDDI
Sent: Sunday, November 19, 2000 10:21 PM
To: [EMAIL PROTECTED]
Subject: Re: where to put bean class files in weblogic


Hi,
Use the include directive for calling the bean   call tye methods in the
scriptlets part of the jsp.
This will solve the problem.

Hemant


From: "Gunaseelan , R." [EMAIL PROTECTED]
Reply-To: A mailing list about Java Server Pages specification and
 reference [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: where to put bean class files in weblogic
Date: Fri, 17 Nov 2000 13:44:40 GMT

hi

i'm new to jsp. i've tried running a simple jsp file that calls a bean

using jsp:useBean

but everytime i get 500 internal server error. can anyone tell mewhy and
also i have tried putting my beans in a package and inside
serverclasses. but still it gives the same error


help me

thanks in advance

gunaseelan


_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.

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

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

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.

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

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

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

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



jsp pages with japanese charactes

2000-11-19 Thread Alexius Luke
I had previously asked about displaying japanese characters in the jsp
pages.It is turning out to be a crusial situation for me.
So if someone has used some methodology in your works would you kindly let
me know the way in which it has to be done.It would be more helpful if I get
a quicker response.

I'm using GNUJSP with Apache JServ.

I tried specifying % response .setContentType("text/html","SHIFT_JIS") %,
%@ page contentType="text/html; charset=SHIFT_JIS" %,
It doesnt work.

Thanking you in advance

-Alexius Luke

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

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