Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 161918 Details for
Bug 253605
Wrong example java.library.path on x86_64 in tomcat5.conf
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fix example java.library.path for lib64 archs
tclibdir.patch (text/plain), 1.25 KB, created by
Ville Skyttä
on 2007-08-20 20:42:33 UTC
(
hide
)
Description:
Fix example java.library.path for lib64 archs
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2007-08-20 20:42:33 UTC
Size:
1.25 KB
patch
obsolete
>Index: tomcat5-5.5.conf >=================================================================== >RCS file: /cvs/pkgs/rpms/tomcat5/devel/tomcat5-5.5.conf,v >retrieving revision 1.4 >diff -u -r1.4 tomcat5-5.5.conf >--- tomcat5-5.5.conf 19 Feb 2007 18:52:28 -0000 1.4 >+++ tomcat5-5.5.conf 20 Aug 2007 20:40:46 -0000 >@@ -18,7 +18,7 @@ > #JAVA_OPTS="-Xminf0.1 -Xmaxf0.3" > > # Use JAVA_OPTS to set java.library.path for libtcnative.so >-#JAVA_OPTS="-Djava.library.path=/usr/lib >+#JAVA_OPTS="-Djava.library.path=@@@LIBDIR@@@ > > # Bug 190: > # https://www.jpackage.org/bugzilla/show_bug.cgi?id=190 >Index: tomcat5.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/tomcat5/devel/tomcat5.spec,v >retrieving revision 1.101 >diff -u -r1.101 tomcat5.spec >--- tomcat5.spec 9 Aug 2007 20:40:20 -0000 1.101 >+++ tomcat5.spec 20 Aug 2007 20:40:47 -0000 >@@ -706,7 +706,8 @@ > -e "s|\@\@\@TCSERVER\@\@\@|%{serverdir}|g" \ > -e "s|\@\@\@TCSHARED\@\@\@|%{shareddir}|g" \ > -e "s|\@\@\@TCAPP\@\@\@|%{appdir}|g" \ >- -e "s|\@\@\@TCLOG\@\@\@|%{logdir}|g" $i >+ -e "s|\@\@\@TCLOG\@\@\@|%{logdir}|g" \ >+ -e "s|\@\@\@LIBDIR\@\@\@|%{_libdir}|g" $i > done > # Process server/lib > # Remove local JARs (to be replaced with jpp links in post)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 253605
: 161918