RE: Tomcat 6 and shared/lib, common/ and conf/catalina/localhost?

2006-10-31 Thread Per Johnsson

Thank you.

There was no mention in the doc about the removed libs.. I'm always
beeing little bit confused when things disapear whithout any mention it.

/Regards Per Jonsson
 

-Original Message-
From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] 
Sent: den 31 oktober 2006 14:52
To: Tomcat Users List
Subject: RE: Tomcat 6 and shared/lib, common/ and
conf/catalina/localhost?

 From: Per Johnsson [mailto:[EMAIL PROTECTED]
 Subject: Tomcat 6 and shared/lib, common/ and conf/catalina/localhost?
 
 I downloaded Tomcat 6 (the alpha I presume) the zipped version and I I

 noticed there was no directory for shared/lib, common/ and no 
 conf/Catalina. I Googled and read the doc and got no clue if there is 
 some changes in the lib structure which you should be aware of.

Read the doc again:
http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html

and this thread:
http://marc.theaimsgroup.com/?t=11618463222r=1w=2

Modify conf/catalina.properties as desired.

 Is the conf/Catalina created when first run and depending on the 
 server.xml?

It's only created when needed.  In previous versions of Tomcat, it was
always there to hold manager.xml and host-manager.xml, but in 6.0 these
apps are in the regular webapps directory and their Context tags are
stored with the app.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

-
To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe,
e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



This e-mail and the information it contains may be privileged and/or
confidential.  It is for the intended addressee(s) only.
The unauthorised use, disclosure or copying of this e-mail, or any information 
it contains, is prohibited. 
If you are not an intended recipient, please contact the sender and delete the 
material from your computer.




-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Tomcat 6 and shared/lib, common/ and conf/catalina/localhost?

2006-10-31 Thread Caldarale, Charles R
 From: Per Johnsson [mailto:[EMAIL PROTECTED] 
 Subject: RE: Tomcat 6 and shared/lib, common/ and 
 conf/catalina/localhost?
 
 There was no mention in the doc about the removed libs..

The diagram in the doc clearly shows the revised default class loader
hierarchy:

  Bootstrap
  |
   System
  |
   Common
   / \
  Webapp1   Webapp2 ... 

You can always put the extra layers and nodes back with changes to
conf/catalina.properties if you wish, but the new way is more efficient.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Tomcat 6 and shared/lib, common/ and conf/catalina/localhost?

2006-10-31 Thread Caldarale, Charles R
 From: Per Johnsson [mailto:[EMAIL PROTECTED] 
 Subject: Tomcat 6 and shared/lib, common/ and conf/catalina/localhost?
 
 I downloaded Tomcat 6 (the alpha I presume) the zipped version and I I
 noticed there was no directory for shared/lib, common/ and no
 conf/Catalina. I Googled and read the doc and got no clue if there is
 some changes in the lib structure which you should be aware of.

Read the doc again:
http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html

and this thread:
http://marc.theaimsgroup.com/?t=11618463222r=1w=2

Modify conf/catalina.properties as desired.

 Is the conf/Catalina created when first run and depending on the
 server.xml?

It's only created when needed.  In previous versions of Tomcat, it was
always there to hold manager.xml and host-manager.xml, but in 6.0 these
apps are in the regular webapps directory and their Context tags are
stored with the app.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat 6 and shared/lib, common/ and conf/catalina/localhost?

2006-10-30 Thread Per Johnsson
I downloaded Tomcat 6 (the alpha I presume) the zipped version and I I
noticed there was no directory for shared/lib, common/ and no
conf/Catalina. I Googled and read the doc and got no clue if there is
some changes in the lib structure which you should be aware of.
 
Is the conf/Catalina created when first run and depending on the
server.xml?
 
/Regards Per Jonsson


This e-mail and the information it contains may be privileged and/or
confidential.  It is for the intended addressee(s) only.
The unauthorised use, disclosure or copying of this e-mail, or any information 
it contains, is prohibited. 
If you are not an intended recipient, please contact the sender and delete the 
material from your computer.