Mantis - tomcat5
Viewing Issue Advanced Details
1346 regular use feature always 2005-12-13 01:12 2012-03-12 14:14
ghenry  
jh  
normal  
closed  
won't fix  
none    
none  
0001346: tomcat5 don\'t find Apache Portable Runtime
packages CSWtomcat5 and CSWapr installed
in /etc/opt/csw/tomcat5, added this parameter:
JAVA_OPTS=-Djava.library.path=/opt/csw/lib
and when tomcat5 is launched, messages:
INFO: The Apache Portable Runtime which allows optimal performance in production environments was not found on the java.library.path: /opt/csw/lib
if i add JAVA_OPTS in /etc/opt/csw/tomcat5, i have to modify /etc/init.d/cswtomcat5 to export JAVA_OPTS, otherwise tomcat5 displays:
INFO: The Apache Portable Runtime which allows optimal performance in production environments was not found on the java.library.path: /usr/j2se/jre1.5.0_05/lib/sparc/client:/usr/j2se/jre1.5.0_05/lib/sparc:/usr/j2se/jre1.5.0_05/../lib/sparc:/usr/lib
Issue History
2012-03-12 14:10 jh Assigned To wbonnet => jh
2012-03-12 14:12 jh Note Added: 0009718
2012-03-12 14:12 jh Status assigned => closed
2012-03-12 14:12 jh Resolution open => fixed
2012-03-12 14:14 jh Resolution fixed => won't fix

Notes
(0009718)
jh   
2012-03-12 14:12   
it not only needs apr but also a wrapper LIB which needs to be build. As we can't ship our own JDK 5 or 6. OpenJDK7 might change this. We can't deliver the wrapper lib atm.