RE: help w/ Tomcat configuration

2003-12-29 Thread Shapira, Yoav

Howdy,

>   I already got the http://localhost:8080/ working, but let me
tell you
>that
>I barely understand the reason I have to install Tomcat, and thus I
feel
>overwhelmed with all this configurations and settings.

Welcome to the java and tomcat world ;)

>   My Company wishes me replace their Lotus approach DB/interface
with
>something more efficient and new, after some research I decided to
>implement
>MySQL, and Java JSP, I knew that I need to install Tomcat in order to
>display Java JSP pages, but that's all I know.

You've made a solid choice, so you're already off to a good start.

>   I already went to the Administrator/JSP Engine Config HOW-TO
section
>under
>my local host, but I get easily intimidated by all the terms used "Ant,
>jikes, forks, etc." Is there a section that explains all that, a
glossary
>of
>sorts? Even though I have a pretty good idea of what all that means, I
>rather understand it before acting.

Get a book, e.g. Core Servlets and JSPs.  It gives an overview and
explanation of all these terms and ideas.  The book may look thick, but
it's easy to read and you don't have to memorize all of it.  It will
save you weeks of frustration.  Then when you have specific questions,
ask them here and we'll help you out ;)

Yoav Shapira




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



Re: help w/ Tomcat configuration

2003-12-28 Thread akki
hi
actually all is there in server.xml and 
http://localhost is getting u the /$tomcat_home/webpass/ROOT/index.jsp
new contexts are defined in webapps
using xml file ..some samples u can get in /$tomcat_home/webapss/

alos for glossory u can search in web
its all available in plenty


On Sat, 27 Dec 2003, Gustavo Nieto wrote:

> To whom it may concern:
> 
>   Hi!, I recently installed Tomcat on my Laptop (I have to install it on my
> Company's Server, which is a Windows 2003 Server, but since this is my first
> time doing so I begun with my laptop).
> 
>   I already got the http://localhost:8080/ working, but let me tell you that
> I barely understand the reason I have to install Tomcat, and thus I feel
> overwhelmed with all this configurations and settings.
> 
>   My Company wishes me replace their Lotus approach DB/interface with
> something more efficient and new, after some research I decided to implement
> MySQL, and Java JSP, I knew that I need to install Tomcat in order to
> display Java JSP pages, but that's all I know.
> 
>   I already went to the Administrator/JSP Engine Config HOW-TO section under
> my local host, but I get easily intimidated by all the terms used "Ant,
> jikes, forks, etc." Is there a section that explains all that, a glossary of
> sorts? Even though I have a pretty good idea of what all that means, I
> rather understand it before acting.
> 
>   I'm barely going to learn Java JSP as well as MySQL, which I know should be
> first step before diving into Tomcat, but this is an urgent shore and I'm
> stuck with doing it all at once.
> 
>   Any help would be greatly appreciated.
> 
>   You guys are doing a great work, I still can't believe that all this is
> open source since it is Top Notch Grade
> 
>   Thank you and have a happy new year!
> 
> -Gustavo N.
> 
> P.S. What is a local host? why is my http://localhost:8080/ pointing to a
> webpage within my computer? what is it doing?
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

-- 
contact me :
_
Akhilesh Kumar Maurya
Engineer
ITX,BHEL 
Hardwar 
_
E-Mail Id(s):-
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
__


DISCLAIMER:
This message contains privileged and confidential information and is 
intended only for the individual named.If you are not the intended 
recipient you should not disseminate,distribute,store,print, copy or 
deliver this message.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.



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



help w/ Tomcat configuration

2003-12-28 Thread Gustavo Nieto
To whom it may concern:

Hi!, I recently installed Tomcat on my Laptop (I have to install it on my
Company's Server, which is a Windows 2003 Server, but since this is my first
time doing so I begun with my laptop).

I already got the http://localhost:8080/ working, but let me tell you that
I barely understand the reason I have to install Tomcat, and thus I feel
overwhelmed with all this configurations and settings.

My Company wishes me replace their Lotus approach DB/interface with
something more efficient and new, after some research I decided to implement
MySQL, and Java JSP, I knew that I need to install Tomcat in order to
display Java JSP pages, but that's all I know.

I already went to the Administrator/JSP Engine Config HOW-TO section under
my local host, but I get easily intimidated by all the terms used "Ant,
jikes, forks, etc." Is there a section that explains all that, a glossary of
sorts? Even though I have a pretty good idea of what all that means, I
rather understand it before acting.

I'm barely going to learn Java JSP as well as MySQL, which I know should be
first step before diving into Tomcat, but this is an urgent shore and I'm
stuck with doing it all at once.

Any help would be greatly appreciated.

You guys are doing a great work, I still can't believe that all this is
open source since it is Top Notch Grade

Thank you and have a happy new year!

-Gustavo N.

P.S. What is a local host? why is my http://localhost:8080/ pointing to a
webpage within my computer? what is it doing?


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