Re: basic question once again...

2002-02-20 Thread Christopher K. St. John
"Galbreath, Mark" wrote: > > Alexandre is correct. You need the J2SDKEE 1.3.1 %J2EE_HOME%\lib\j2ee.jar > file for servlets. > This is misleading. J2EE is not required to run servlets. The J2EE reference implementation from Sun does include a copy of Tomcat, but unless you need all the functiona

Re: basic question once again...

2002-02-20 Thread Galbreath, Mark
Alexandre is correct. You need the J2SDKEE 1.3.1 %J2EE_HOME%\lib\j2ee.jar file for servlets. Mark -Original Message- From: alexandre bord [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 8:39 AM I'm not sure you're right : AFAIK, the JSDK is no longer maintained. Vivek

Re: basic question once again...

2002-02-20 Thread alexandre bord
I'm not sure you're right : excerpt from "http://java.sun.com/products/servlet/download.html"; "For earlier specifications (2.1 and 2.0) and implementations (JSDK and JSWDK), see the Java Servlet technology archive. " That means, AFAIK, that JSDK is no longer maintained. I have tested this conf

Re: basic question once again...

2002-02-20 Thread Vivek Bhardwaj
u'll have to load JAVA SERVLET DEVELOPMENT KIT(JSDK)..its different than sdk once u'll load it you have to include servlet.jar in your classpath so that compiler is able to locate servlet packages hope this helps vivek --- Kumar Sameer <[EMAIL PROTECTED]> wrote: > Wow... thanks everyone

Re: basic question once again...

2002-02-20 Thread alexandre bord
You should use Tomcat, which is a servlet container. It will execute your servlets and generate, for example, HTML. To compile a servlet, you need "javac" and the appropriate jars. I suppose that you could use jars bundled in J2EE JDK You also should have a look at http://java.sun.com/docs/books/t

basic question once again...

2002-02-20 Thread Kumar Sameer
Wow... thanks everyone for so much information i was thinking, my mail will be simply ignored I have alrady tried to load the sdk from sun, but somehow i couldnot find the /servlet directory ( i suppose that is the most basic requirment). all i could get is directories called etc, exampl

(Yet Another) Basic Question

2002-01-29 Thread Galbreath, Mark
Does anybody know of any error-handling performance considerations that would affect a method that declares a in its signature vs. catching/throw new in the block? This is no biggie; I'm just curious. Mark ___ To unsubscr

Re: Servlets and Threads another really basic question!

2000-05-24 Thread Nic Ferrier
>>> Marc Krisjanous <[EMAIL PROTECTED]> 24-May-00 9:45:05 AM >>> >Now, will the shopping cart servlet put data into the >shopping cart class that is related to the individual session?? >I believe so - I believe that some how the servlet knows what >shopping cart class is related to that customers

Servlets and Threads another really basic question!

2000-05-24 Thread Marc Krisjanous
Hi all, forgive me but I am a little knew to Servlets! Could someone clarify this for me: I have a shopping cart servlet that accepts requests from JSP pages. The servlet creates a shopping cart class and gets data entered into the JSP page from the request object and populates the shopping cart

Re: Dumb and Basic Question

2000-03-27 Thread Nic Ferrier
ill serve you right for asking a basic question about Java that you could find in a million places including the archives of this list. Nic Ferrier ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body

Re: SERVLETS BASIC QUESTION

2000-03-25 Thread lalit
VLETS BASIC QUESTION use JSP'S On Fri, 24 March 2000, RAVIKUMAR CHENGALVALA wrote: > > WHAT ARE THE BEST WAYS TO INCORPORATE GUI ELEMENTS IN A SERVLET? > -- > RAVIKUMAR CHENGALVALA > [EMAIL PROTECTED] - email > (858) 86

Re: SERVLETS BASIC QUESTION

2000-03-25 Thread Amit Kapoor
use JSP'S On Fri, 24 March 2000, RAVIKUMAR CHENGALVALA wrote: > > WHAT ARE THE BEST WAYS TO INCORPORATE GUI ELEMENTS IN A SERVLET? > -- > RAVIKUMAR CHENGALVALA > [EMAIL PROTECTED] - email > (858) 860-6400 x7011 - voicemail/fax > > > > __ > FREE vo

SERVLETS BASIC QUESTION

2000-03-24 Thread RAVIKUMAR CHENGALVALA
WHAT ARE THE BEST WAYS TO INCORPORATE GUI ELEMENTS IN A SERVLET? -- RAVIKUMAR CHENGALVALA [EMAIL PROTECTED] - email (858) 860-6400 x7011 - voicemail/fax __ FREE voicemail, email, and fax...all in one place. Sign Up Now! http://www.onebox.com

Re: Basic question or Servlets

2000-02-22 Thread Madhavi Karanam
Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Praveen Kumar S . Sent: Tuesday, February 22, 2000 2:31 AM To: [EMAIL PROTECTED] Subject: Basic question or Servlets Hai All, I had a basic question on Servlets. Question is this: In doPost method I had a statement

Basic question or Servlets

2000-02-21 Thread Praveen Kumar S .
Hai All, I had a basic question on Servlets. Question is this: In doPost method I had a statement like resp.sendRedirect(some url); My question is why the statements written after the above line of code getting executed. Does it mean that the servlet will redirect to the given url only

Re: Basic Question

2000-02-09 Thread shivan
ilto:[EMAIL PROTECTED]] > Sent: Wednesday, February 09, 2000 11:46 AM > To: [EMAIL PROTECTED] > Subject: Re: Basic Question > > > Hi, > check your proxy setting. there should not be any > proxy setting. normally > proxy setting will use the port 8080. hope this > help

Re: Basic Question

2000-02-09 Thread Sharat Babu
hi giving the url as http://machineName:8080/ then you will get it. -Original Message- From: Venkat [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 09, 2000 11:46 AM To: [EMAIL PROTECTED] Subject: Re: Basic Question Hi, check your proxy setting. there should not be any proxy

Re: Basic Question

2000-02-09 Thread Venkat
Hi, check your proxy setting. there should not be any proxy setting. normally proxy setting will use the port 8080. hope this helps. --venkat - Original Message - From: MJS MJS <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 09, 2000 12:46 PM Subject: Ba

Re: Basic Question

2000-02-09 Thread Praveen Vootkuri
Title: RE: Basic Question Hi ,        I have the same problem.The server is not able to find a default page when  the browser tries to access URL http://localhost:8080/  . In Other servers the default page is set and can be adjusted easily. I am sure there should be a way for this too

Re: Basic Question

2000-02-09 Thread Praveen Vootkuri
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 08, 2000 11:46 PM Subject: Basic Question > Hello, > I am using JSDK2.0.When I start the servlet runner on port 8080 and try > accessing the localhost my browser gives me an access denied error.Can anyone > shed light on

Re: Basic Question

2000-02-09 Thread Concannon, David
Title: RE: Basic Question I also have this problem, This works fine with an almost identical Setup on my machine at work.. any ideas? Dave -Original Message- From: MJS MJS [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 09, 2000 4:47 AM To: [EMAIL PROTECTED] Subject: Basic

Re: Basic Question

2000-02-09 Thread Arnaud D
ednesday, February 09, 2000 5:46 AM Subject: Basic Question > Hello, > I am using JSDK2.0.When I start the servlet runner on port 8080 and try > accessing the localhost my browser gives me an access denied error.Can anyone > shed light on this? > As I am new to this area I would ap

Re: Basic Question

2000-02-09 Thread SURESH CHANDRA NAKKA, LSD
hi try waiting till the port created at 8080 appears then open the browser > -Original Message- > From: MJS MJS [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, February 09, 2000 12:47 PM > To: [EMAIL PROTECTED] > Subject: Basic Question > > Hello, > I am using

Basic Question

2000-02-09 Thread MJS MJS
Hello, I am using JSDK2.0.When I start the servlet runner on port 8080 and try accessing the localhost my browser gives me an access denied error.Can anyone shed light on this? As I am new to this area I would appretiate any help. With Regards, MJS __

Re: Servelet Basic Question

2000-01-30 Thread Mohamed Lemine O/ Sidaty
be hosted by the same host . Regards Sidaty - Original Message - From: Jegannathan Venkatakrishnan <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, January 30, 2000 6:07 AM Subject: Servelet Basic Question > Hi, > I'm new to servlet concept. I have IIS web ser

Servelet Basic Question

2000-01-29 Thread Jegannathan Venkatakrishnan
Hi, I'm new to servlet concept. I have IIS web server running in win nt with firewall. i have informix data base in unix. i need to connect to database from applet. hope servlets helps me do that. can anyone explain me how and where do i start? is there any webpage relating this. I'm sorry if

a basic question...

1999-08-12 Thread Sandip Debnath
Hi All, Can anyone tell me a basic question regarding servlet? I have written a servlet to access a database, some files (using just FileReader or BufferedReader class) and each of the servlet session (means the servlet output for each user will be different, there is a login/password session and

Re: another basic question

1999-05-18 Thread Satyen Mehta
ubject: Re: another basic question ! ! To: [EMAIL PROTECTED] ! ! ! ! But this is my problem, but I don't want a DOUBLE OBJECT, ! ! ! ! I want a DOUBLE VALUE / TYPE. I have tried the below method but then I have ! ! the problem of converting the Double d object to the value which the databa

Re: another basic question

1999-05-18 Thread Simon Christian
polite but RTFM :). Kirstin Battershill wrote: > Hi Guys, > > another basic question > > I am taking a set double value from doGet (0.5 to be precise) > > and want to pass it into a double variable in doPost and then pass the > double value into a database field which is doub

Re: another basic question

1999-05-18 Thread David Mossakowski
d.doubleValue(); >> >> dvae. >> >> P.S. Please refer to documentation (trying to be polite but RTFM :). >> >> Kirstin Battershill wrote: >> >> > Hi Guys, >> > >> > another basic question >> > >> > I am taking a set dou

Re: another basic question

1999-05-18 Thread Joe Sam Shirah
I don't know what it is with NT cut and paste in outlook express, but it sometimes loses characters, especially in code. The 'ble.valueOf...' should have been 'Double.valueOf...' I'll try hand keying to get it right. On TV, we call this technical difficulties.

Re: another basic question

1999-05-18 Thread David Mossakowski
k with the online API docs at >hand B) we get deprecated methods. ;-0! > > Joe Sam > > -Original Message- > From: Kirstin Battershill <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> > Date: Tuesday, May 18, 1999 12:

Re: another basic question

1999-05-18 Thread Dan
al Message- From: Kirstin Battershill <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: 18 May 1999 17:41 Subject: Re: another basic question But this is my problem, but I don't want a DOUBLE OBJECT, I want a DOUBLE VALUE / TYPE. I

Re: another basic question

1999-05-18 Thread Joe Sam Shirah
D]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Tuesday, May 18, 1999 12:46 PM Subject: Re: another basic question But this is my problem, but I don't want a DOUBLE OBJECT, I want a DOUBLE VALUE / TYPE. I have tried the below method but then I have the pr

Re: another basic question

1999-05-18 Thread Kirstin Battershill
ouble); (remeber to catch NumberFormatException) dvae. P.S. Please refer to documentation (trying to be polite but RTFM :). Kirstin Battershill wrote: > Hi Guys, > > another basic question > > I am taking a set double value from doGet (0.5 to be precise) > > and want to pass it

Re: Very Basic Question - Hello World

1999-05-18 Thread maurice munoz
Newbie question: Need to know the steps involved in compiling a basic servlet code "HelloWorld.Java" - Original Message - From: David Mossakowski <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 18, 1999 11:05 AM Subject: Re: another basic

Re: another basic question

1999-05-18 Thread David Mossakowski
Double d = Double.valueOf(stringRepresentationOfDouble); or Double d = new Double(stringRepresentationOfDouble); (remeber to catch NumberFormatException) dvae. P.S. Please refer to documentation (trying to be polite but RTFM :). Kirstin Battershill wrote: > Hi Guys, > > anot

another basic question

1999-05-18 Thread Kirstin Battershill
Hi Guys, another basic question I am taking a set double value from doGet (0.5 to be precise) and want to pass it into a double variable in doPost and then pass the double value into a database field which is double as well. My problem is,  this is the first time I have used a double and I have