Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42175 - "jikes" and "doc" use flags for Tomcat
Summary: "jikes" and "doc" use flags for Tomcat
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-19 12:47 UTC by Luca Santarelli
Modified: 2004-02-21 23:28 UTC (History)
0 users

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


Attachments
diff w/ old ebuild, patches for jikes (tomcat.tar.gz,4.68 KB, application/x-gzip)
2004-02-19 12:52 UTC, Luca Santarelli
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Luca Santarelli 2004-02-19 12:47:08 UTC
jikes is a fast java compiler which can be used by Tomcat to speedup the JSP compilation process.
In order to enable it, two files need to be changed: $TOMCAT_HOME/conf/web.xml, where jikes is declared as compiler to be used (jikes-1.diff takes care of it) and /etc/conf.d/tomcat, where a special command line parameter is given to tomcat (jikes-2.diff takes care of it).

Tomcat comes with the directories "jsp-examples", "servlets-examples" and "tomcat-docs". In the provided ebuild diff, they are all removed if the USE flag "doc" is set to "no, please". ;-)

NOTE: I did not write the ebuild from scratch, but I used the tomcat-4.1.24-r1.ebuild as example (I edited it). I hope this doesn't make the diff less understandable.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Luca Santarelli 2004-02-19 12:52:02 UTC
Created attachment 25941 [details]
diff w/ old ebuild, patches for jikes

Excuse me, I forgot to add the file when I filed the bug. :-)
Comment 2 Chris Aniszczyk (RETIRED) gentoo-dev 2004-02-21 23:28:19 UTC
Fixed in portage now with some of your suggestions. If you have any more suggestions with the new ebuild, let me know. I appreciate all the help.

Also, next time you submit diff's, please use diff -Naur :)