RE: SUCCESS w. Tomcat execution!

2002-12-03 Thread Price, Erik


> -Original Message-
> From: Jon Eaves [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, December 03, 2002 1:44 AM
> To: Tomcat Users List
> Subject: Re: SUCCESS w. Tomcat execution!
> 
> 
> Seriously Steve, unless you are a sadist and a masochist then
> please go and buy a book on Java Servlet development.

[...]

> Maybe everybody on the list could chip in a get Steve an
> Amazon voucher for a Servlet book ? I know it would save me
> the cost of downloading all the "help me" messages. ;-)

There is a free one, even formatted nicely into PDF, available at

http://pdf.coreservlets.com/

It's very good.  I read it.  A little dated, but you can figure out which things are a 
little different.


Erik

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Re: SUCCESS w. Tomcat execution!

2002-12-03 Thread David Brown
micael writes: 

Congratulations, "even" from me.  ///;-).  Would you like a small list of 
books that will give you the inside scoop on this sort of technology?  I 
think that it would serve the list well if you asked for the same under a 
"Subject" of Tomcat Book List, and people could make their recommendations 
for your perusal.  Congratulations again.  (The Ant suggestion was a good 
one for you to pay attention to, Steve.)  Micael 

At 10:36 PM 12/2/2002 -0800, you wrote:
Yes, SUCCESS is what I have finally met with in trying/attempting to get 
Tomcat
activated!!!  I make a "thunderous" declaration that I have finally done 
it, and
of course I thank all those who helped me out, and that even includes 
Micael!!
Now, I need some help with trying to see a JSP/Servlet in my browser, a 
long time
problem with me!! I have just now installed Ant. Does that aid me in 
trying to get
a JSP going or not? 

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com 

--
To unsubscribe, e-mail:   

For additional commands, e-mail: 


Micael 

--- 

This electronic mail  transmission and any accompanying documents contain 
information belonging to the sender which may be confidential and legally 
privileged.  This information is intended only for the use of the 
individual or entity to whom this electronic mail transmission was sent as 
indicated above. If you are not the intended recipient, any disclosure, 
copying, distribution, or action taken in reliance on the contents of the 
information contained in this transmission is strictly prohibited.  If you 
have received this transmission in error, please delete the message.  
Thank you  

 

--
To unsubscribe, e-mail:   

For additional commands, e-mail: 
 




Hello, ant is never a step backwards. ant is always a step forward. david. 

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 



Re: SUCCESS w. Tomcat execution!

2002-12-03 Thread micael
Congratulations, "even" from me.  ///;-).  Would you like a small list of 
books that will give you the inside scoop on this sort of technology?  I 
think that it would serve the list well if you asked for the same under a 
"Subject" of Tomcat Book List, and people could make their recommendations 
for your perusal.  Congratulations again.  (The Ant suggestion was a good 
one for you to pay attention to, Steve.)  Micael

At 10:36 PM 12/2/2002 -0800, you wrote:
 Yes, SUCCESS is what I have finally met with in trying/attempting to get 
Tomcat
activated!!!  I make a "thunderous" declaration that I have finally done 
it, and
of course I thank all those who helped me out, and that even includes Micael!!
Now, I need some help with trying to see a JSP/Servlet in my browser, a 
long time
problem with me!! I have just now installed Ant. Does that aid me in 
trying to get
a JSP going or not?

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 

Micael

---

This electronic mail  transmission and any accompanying documents contain 
information belonging to the sender which may be confidential and legally 
privileged.  This information is intended only for the use of the 
individual or entity to whom this electronic mail transmission was sent as 
indicated above. If you are not the intended recipient, any disclosure, 
copying, distribution, or action taken in reliance on the contents of the 
information contained in this transmission is strictly prohibited.  If you 
have received this transmission in error, please delete the message.  Thank you 



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 



RE: SUCCESS w. Tomcat execution!

2002-12-03 Thread Romeo Dickason
Hi there,

Steve, you will find loads of Servlet/JSP tutorials for beginners and more
by just searching Google, try it, you'll be surprised at the quality
material you'll find! :)

Good luck!

-Original Message-
From: Jon Eaves [mailto:[EMAIL PROTECTED]] 
Sent: 03 December 2002 08:44
To: Tomcat Users List
Subject: Re: SUCCESS w. Tomcat execution!


Congratulations, I'm very happy for you. It's a great feeling to achieve
something you've struggled with for so long.

Seriously Steve, unless you are a sadist and a masochist then please go and
buy a book on Java Servlet development.

You'll make everybody, including yourself much happier and much less likely
to be snippy towards you.

If you've had that much trouble getting Tomcat running which I must say
basically installs without trouble, then I shudder to think of the grief
you're going to suffer when trying to debug a Servlet or JSP page.

Maybe everybody on the list could chip in a get Steve an
Amazon voucher for a Servlet book ? I know it would save me
the cost of downloading all the "help me" messages. ;-)

Cheers,
-- jon

Steve R Burrus wrote:
>  Yes, SUCCESS is what I have finally met with in trying/attempting to 
> get Tomcat activated!!!  I make a "thunderous" declaration that I have 
> finally done it, and of course I thank all those who helped me out, 
> and that even includes Micael!! Now, I need some help with trying to 
> see a JSP/Servlet in my browser, a long time problem with me!! I have 
> just now installed Ant. Does that aid me in trying to get a JSP going 
> or not?

-- 
Jon Eaves <[EMAIL PROTECTED]>
http://www.eaves.org/jon/


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Re: SUCCESS w. Tomcat execution!

2002-12-02 Thread Bill Barker
Congrats!

Installing Ant does indeed aid you in trying to get a JSP going.  However,
the Tomcat install expects that you had done this first.  To work-around,
copy $ANT_HOME/lib/ant.jar to $CATALINA_HOME/common/lib.

"Steve R Burrus" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Yes, SUCCESS is what I have finally met with in trying/attempting to get
Tomcat
> activated!!!  I make a "thunderous" declaration that I have finally done
it, and
> of course I thank all those who helped me out, and that even includes
Micael!!
> Now, I need some help with trying to see a JSP/Servlet in my browser, a
long time
> problem with me!! I have just now installed Ant. Does that aid me in
trying to get
> a JSP going or not?
>
> __
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com





--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: SUCCESS w. Tomcat execution!

2002-12-02 Thread Jon Eaves
Congratulations, I'm very happy for you. It's a great feeling
to achieve something you've struggled with for so long.

Seriously Steve, unless you are a sadist and a masochist then
please go and buy a book on Java Servlet development.

You'll make everybody, including yourself much happier and much
less likely to be snippy towards you.

If you've had that much trouble getting Tomcat running which I
must say basically installs without trouble, then I shudder to
think of the grief you're going to suffer when trying to debug
a Servlet or JSP page.

Maybe everybody on the list could chip in a get Steve an
Amazon voucher for a Servlet book ? I know it would save me
the cost of downloading all the "help me" messages. ;-)

Cheers,
	-- jon

Steve R Burrus wrote:

 Yes, SUCCESS is what I have finally met with in trying/attempting to get Tomcat
activated!!!  I make a "thunderous" declaration that I have finally done it, and
of course I thank all those who helped me out, and that even includes Micael!!
Now, I need some help with trying to see a JSP/Servlet in my browser, a long time
problem with me!! I have just now installed Ant. Does that aid me in trying to get
a JSP going or not?


--
Jon Eaves <[EMAIL PROTECTED]>
http://www.eaves.org/jon/


--
To unsubscribe, e-mail:   
For additional commands, e-mail: