Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19723 - Tomcat 4.1.24 corrections
Summary: Tomcat 4.1.24 corrections
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Dylan Carlson (RETIRED)
URL: http://www.hillsboroughcounty.org
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-21 13:04 UTC by Brett Simpson
Modified: 2004-02-15 17:21 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Added corrections. (gentoo.diff,4.00 KB, text/plain)
2003-04-21 14:44 UTC, Brett Simpson
Details
ebuild with support for ssl and apache 2 (mod_jk-1.2.3.ebuild,2.04 KB, text/plain)
2003-05-08 19:17 UTC, steveb
Details
included JNI support and documentation install (if requested) (mod_jk-1.2.3-r1.ebuild,3.54 KB, text/plain)
2003-05-09 18:44 UTC, steveb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Brett Simpson 2003-04-21 13:04:45 UTC
Update net-www/tomcat/files/4.1.24/tomcat 
 
CLASSPATH=${CLASSPATH}:${CATALINA_LIBDIR}/lib 
 
should be 
 
CLASSPATH=${CLASSPATH}:${CATALINA_LIBDIR} 
 
Update net-www/tomcat/files/4.1.24/21tomcat 
 
Add  
 
CATALINA_LIBDIR=/usr/share/tomcat/lib 
CLASSPATH=${CATALINA_LIBDIR} 
ENV_VARS="CATALINA_LIBDIR"
Comment 1 Brett Simpson 2003-04-21 14:44:55 UTC
Created attachment 10957 [details]
Added corrections.

Commented out "CLASSPATH="$JAVA_HOME"/lib/tools.jar" since it was overriding
the system classpath. This was causing problems with mysql-jdbc from working in
tomcat.

Added "source /etc/profile". This also was causing problems with mysql-jdbc
from working in tomcat.
Comment 2 Brett Simpson 2003-04-21 14:46:41 UTC
Comment on attachment 10957 [details]
Added corrections.

This si the gentoo.diff file and should be placed in
net-www/tomcat/files/4.1.24
Comment 3 steveb 2003-05-08 19:17:09 UTC
Created attachment 11701 [details]
ebuild with support for ssl and apache 2
Comment 4 steveb 2003-05-09 18:44:38 UTC
Created attachment 11737 [details]
included JNI support and documentation install (if requested)
Comment 5 steveb 2003-05-14 13:33:18 UTC
Comment on attachment 11737 [details]
included JNI support and documentation install (if requested)

Sorry! I added this file in the wrong bug number.

cheers

SteveB
Comment 6 Chris Aniszczyk (RETIRED) gentoo-dev 2004-02-15 17:21:24 UTC
Fixed in 4.1.29 and 5.0.18, thanks.