You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Billingham, Walter 475" <Wa...@CIGNA.com> on 2002/07/19 20:49:05 UTC

Newbie has Tomcat Java libraries question

Ok, it has been awhile since I have messed with Java on Unix.  Does anyone
know if there is suppose to be a ~/include directory were all the Java
libraries are stored in a Java131 or Java130 install?  I mean they have to
be somewhere right?  Thanks Trask.

Unix has its weak points but its file system is not one of them.

- Chris Torek



------------------------------------------------------------------------------
CONFIDENTIALITY NOTICE: If you have received this e-mail in error, please immediately notify the sender by e-mail at the address shown.  This e-mail transmission may contain confidential information.  This information is intended only for the use of the individual(s) or entity to whom it is intended even if addressed incorrectly.  Please delete it from your files if you are not the intended recipient.  Thank you for your compliance. Copyright (c) 2002 CIGNA

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: Newbie has Tomcat Java libraries question

Posted by Jeff Beard <je...@cyberxape.com>.
include/ implies C/C++ header files to me. Java classes that come with a 
JDK are .jar files in JDK/lib/. Libraries for Tomcat are in 
<tomcat_dir>/lib.

--Jeff

Billingham, Walter 475 wrote:
> Ok, it has been awhile since I have messed with Java on Unix.  Does anyone
> know if there is suppose to be a ~/include directory were all the Java
> libraries are stored in a Java131 or Java130 install?  I mean they have to
> be somewhere right?  Thanks Trask.
> 
> Unix has its weak points but its file system is not one of them.
> 
> - Chris Torek
> 
> 
> 
> ------------------------------------------------------------------------------
> CONFIDENTIALITY NOTICE: If you have received this e-mail in error, please immediately notify the sender by e-mail at the address shown.  This e-mail transmission may contain confidential information.  This information is intended only for the use of the individual(s) or entity to whom it is intended even if addressed incorrectly.  Please delete it from your files if you are not the intended recipient.  Thank you for your compliance. Copyright (c) 2002 CIGNA
> 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: Newbie has Tomcat Java libraries question

Posted by August Detlefsen <au...@yahoo.com>.
If you mean libraries for your webapps, jar files go in: 

/path/to/webapp/WEB-INF/lib

Classes go in: 

/path/to/webapp/WEB-INF/classes


Libs shared amoung all webapps: 

/path/to/tomcat/lib
/path/to/tomcat/classes


Libs shared amoung all webapps AND tomcat itself: 

/path/to/tomcat/common/lib
/path/to/tomcat/common/classes




--- "Billingham, Walter      475" <Wa...@CIGNA.com> wrote:
> Ok, it has been awhile since I have messed with Java on Unix.  Does
> anyone
> know if there is suppose to be a ~/include directory were all the
> Java
> libraries are stored in a Java131 or Java130 install?  I mean they
> have to
> be somewhere right?  Thanks Trask.
> 
> Unix has its weak points but its file system is not one of them.
> 
> - Chris Torek
> 
> 
> 
>
------------------------------------------------------------------------------
> CONFIDENTIALITY NOTICE: If you have received this e-mail in error,
> please immediately notify the sender by e-mail at the address shown. 
> This e-mail transmission may contain confidential information.  This
> information is intended only for the use of the individual(s) or
> entity to whom it is intended even if addressed incorrectly.  Please
> delete it from your files if you are not the intended recipient. 
> Thank you for your compliance. Copyright (c) 2002 CIGNA
> 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 
> 
> --
> To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>