"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
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
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
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
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
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
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
>>> 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
__
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
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
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
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
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
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
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.
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:
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
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
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
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
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
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
38 matches
Mail list logo