RE: PLZ HELP Administration TC 4.0.3

2002-05-20 Thread Micael Padraig Og mac Grene

Some people forget what they did not know at one point.  Please forgive 
them.  You may not realize that CATALINA_HOME, etc. are variables covering 
certain urls.  I remember when I did not as well.

On the context stuff, the only real way to understand this, because no one 
will really tell you or give you adequate examples, is to go to the Tomcat 
code and see how the code is written.  After asking and trying to get help 
many times, that is what I did.  It takes a bit, but then you have a solid 
understanding of the Tomcat architecture.

Hope this helps.

Micael

At 01:38 PM 5/19/02 -0700, you wrote:
ALSO READ THE Tomcat docs before posting questions like this here!!!



-Original Message-
From: Felipe R. Lorenzo VI [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 20, 2002 1:54 AM
To: Tomcat Users List
Subject: Re: PLZ HELP Administration TC 4.0.3




Please read $CATALINA_HOME/bin/catalina.sh or
%CATALINA_HOME%/bin/catalina.bat.

it describe in details their meaning

frlvi




5/19/02 10:41:50 AM, puneet sachar [EMAIL PROTECTED] wrote:

 
 
 Listen i got few peoblem in administrating Tomcat
 4.0.3
 
 Can u help me ...plz guide me ..
 
 Here follows the queries
 
 1) Difference b/w Tomcat_HOME and CATALINA_HOME and
 CATALINA_BASE ?
 
 1.1)IS CATALINA_BASE is something related to different
 context in a single container?
 
 
 2)what is ANT_HOME ?
 2.1) Do we have to install something additional to
 tomcat ? (apart jdk.13.x series)
 
 2.2) What are u doing at ur place with Tomact 3.x
 series ?
 
 3) where is httpd.conf/tomcat.conf file ?
 
 4) Where to add new context in tomcat?
 
 5) what to write in build.xml and it is needed to
 amend that file?
 what exactly this build.xml file do?
 is it necessary to have web.xml in each context and
 what its function?
 
 6) LIKE expample directory in webapps i want to have
 my own context ..as i don't want to keep my files in
 root directory directly and i want to have different
 packages and what i'll do if i want to comunicate b/w
 the 2 context. (i tried by making common .jar file and
 tell u its not working )
 
 
 
 
 
 Regards
 Puneet Sachar
 
 __
 Do You Yahoo!?
 LAUNCH - Your Yahoo! Music Experience
 http://launch.yahoo.com
 
 --
 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]

--
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: PLZ HELP Administration TC 4.0.3

2002-05-20 Thread Brett Porter

Micael Padraig Og mac Grene wrote:
 Some people forget what they did not know at one point.  Please forgive 
 them.  

While this is fair enough, its also fair that there's a level of 
frustration with people who clearly haven't read the docs.
There's a good example in there of how to set up Tomcat and your first 
webapp using ant and giving example code. Why repeat it over and over 
again on this list?
I certainly remember when I first used Tomcat last year. I read install 
guide, got it running, read the docs from there - ALL OF THEM. Funny how 
after that I didn't feel much need to post to the list.

 You may not realize that CATALINA_HOME, etc. are variables 
 covering certain urls.  I remember when I did not as well.
 

Just to make sure you don't confuse the original poster... what does 
CATALINA_HOME have to do with URLs?

 On the context stuff, the only real way to understand this, because no 
 one will really tell you or give you adequate examples, is to go to the 
 Tomcat code and see how the code is written.  After asking and trying to 
 get help many times, that is what I did.  It takes a bit, but then you 
 have a solid understanding of the Tomcat architecture.
 

That's a rather inflammatory and incorrect statement. The documentation 
is just fine - and if its not good enough for you, you are welcome to 
amend it. The example I gave above explains all this - going to the code 
isn't going to be very helpful if you aren't even at the level of 
starting the server and deploying a webapp.

Anyway... Mondays suck.

Cheers,
Brett


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




PLZ HELP Administration TC 4.0.3

2002-05-19 Thread puneet sachar



Listen i got few peoblem in administrating Tomcat
4.0.3 

Can u help me ...plz guide me ..

Here follows the queries

1) Difference b/w Tomcat_HOME and CATALINA_HOME and
CATALINA_BASE ?

1.1)IS CATALINA_BASE is something related to different
context in a single container?


2)what is ANT_HOME ?
2.1) Do we have to install something additional to
tomcat ? (apart jdk.13.x series)

2.2) What are u doing at ur place with Tomact 3.x
series ?

3) where is httpd.conf/tomcat.conf file ?

4) Where to add new context in tomcat?

5) what to write in build.xml and it is needed to
amend that file?
what exactly this build.xml file do?
is it necessary to have web.xml in each context and
what its function?

6) LIKE expample directory in webapps i want to have
my own context ..as i don't want to keep my files in
root directory directly and i want to have different
packages and what i'll do if i want to comunicate b/w
the 2 context. (i tried by making common .jar file and
tell u its not working )





Regards
Puneet Sachar

__
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

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




Re: PLZ HELP Administration TC 4.0.3

2002-05-19 Thread Felipe R. Lorenzo VI



Please read $CATALINA_HOME/bin/catalina.sh or %CATALINA_HOME%/bin/catalina.bat.

it describe in details their meaning 

frlvi




5/19/02 10:41:50 AM, puneet sachar [EMAIL PROTECTED] wrote:



Listen i got few peoblem in administrating Tomcat
4.0.3 

Can u help me ...plz guide me ..

Here follows the queries

1) Difference b/w Tomcat_HOME and CATALINA_HOME and
CATALINA_BASE ?

1.1)IS CATALINA_BASE is something related to different
context in a single container?


2)what is ANT_HOME ?
2.1) Do we have to install something additional to
tomcat ? (apart jdk.13.x series)

2.2) What are u doing at ur place with Tomact 3.x
series ?

3) where is httpd.conf/tomcat.conf file ?

4) Where to add new context in tomcat?

5) what to write in build.xml and it is needed to
amend that file?
what exactly this build.xml file do?
is it necessary to have web.xml in each context and
what its function?

6) LIKE expample directory in webapps i want to have
my own context ..as i don't want to keep my files in
root directory directly and i want to have different
packages and what i'll do if i want to comunicate b/w
the 2 context. (i tried by making common .jar file and
tell u its not working )





Regards
Puneet Sachar

__
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

--
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: PLZ HELP Administration TC 4.0.3

2002-05-19 Thread Subir Sengupta

ALSO READ THE Tomcat docs before posting questions like this here!!!



-Original Message-
From: Felipe R. Lorenzo VI [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 20, 2002 1:54 AM
To: Tomcat Users List
Subject: Re: PLZ HELP Administration TC 4.0.3




Please read $CATALINA_HOME/bin/catalina.sh or
%CATALINA_HOME%/bin/catalina.bat.

it describe in details their meaning 

frlvi




5/19/02 10:41:50 AM, puneet sachar [EMAIL PROTECTED] wrote:



Listen i got few peoblem in administrating Tomcat
4.0.3 

Can u help me ...plz guide me ..

Here follows the queries

1) Difference b/w Tomcat_HOME and CATALINA_HOME and
CATALINA_BASE ?

1.1)IS CATALINA_BASE is something related to different
context in a single container?


2)what is ANT_HOME ?
2.1) Do we have to install something additional to
tomcat ? (apart jdk.13.x series)

2.2) What are u doing at ur place with Tomact 3.x
series ?

3) where is httpd.conf/tomcat.conf file ?

4) Where to add new context in tomcat?

5) what to write in build.xml and it is needed to
amend that file?
what exactly this build.xml file do?
is it necessary to have web.xml in each context and
what its function?

6) LIKE expample directory in webapps i want to have
my own context ..as i don't want to keep my files in
root directory directly and i want to have different
packages and what i'll do if i want to comunicate b/w
the 2 context. (i tried by making common .jar file and
tell u its not working )





Regards
Puneet Sachar

__
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

--
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]

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