Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20863 - tomcat-domino-redirector-1.2 (new ebuild)
Summary: tomcat-domino-redirector-1.2 (new ebuild)
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Jan Brinkmann (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-05-12 13:30 UTC by steveb
Modified: 2005-04-04 12:21 UTC (History)
1 user (show)

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


Attachments
ebuild for Tomcat Domino Redirector (tomcat-domino-redirector-1.2.ebuild,7.15 KB, text/plain)
2003-05-12 13:32 UTC, steveb
Details
Patch file to patch the mkini.sh script (mkini-gentoo.patch,806 bytes, patch)
2003-05-12 13:32 UTC, steveb
Details | Diff
simple uriworkermap.properties file (uriworkermap.properties,219 bytes, text/plain)
2003-05-12 13:34 UTC, steveb
Details
Tomcat workers.properties file (workers.properties,5.73 KB, text/plain)
2003-05-12 13:36 UTC, steveb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description steveb 2003-05-12 13:30:25 UTC
This ebuild allows the IBM/Lotus Domino server, to serve JSP pages and Servlets.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 steveb 2003-05-12 13:32:06 UTC
Created attachment 11831 [details]
ebuild for Tomcat Domino Redirector
Comment 2 steveb 2003-05-12 13:32:56 UTC
Created attachment 11832 [details, diff]
Patch file to patch the mkini.sh script

This patch fixes the start/stop functionality in the mkini.sh script
Comment 3 steveb 2003-05-12 13:34:37 UTC
Created attachment 11833 [details]
simple uriworkermap.properties file

This uriworkermap.properties file, redirects everything under the
<dominodata>/domino/http/examples directory to Tomcat
Comment 4 steveb 2003-05-12 13:36:20 UTC
Created attachment 11835 [details]
Tomcat workers.properties file

This workers.properties is exactly the same as the one I did for mod_jk (see
bug #19094 or url http://bugs.gentoo.org/show_bug.cgi?id=19094)
Comment 5 steveb 2003-05-12 13:42:25 UTC
This is a ebuild I did, to integrate Apache Tomcat with IBM/Lotus Domino.
Please place the files like this:

the ebuild (tomcat-domino-redirector-1.2.ebuild) -> net-www/tomcat-domino-redirector/tomcat-domino-redirector-1.2.ebuild

the mkini patch (mkini-gentoo.patch) -> net-www/tomcat-domino-redirector/files/mkini-gentoo.patch

the uriworkermap file (uriworkermap.properties) -> net-www/tomcat-domino-redirector/files/uriworkermap.properties

the workers file (workers.properties) -> net-www/tomcat-domino-redirector/files/workers.properties


If you try this ebuild and find a error, then please let me know and I will try to fix it.

cheers

SteveB
Comment 6 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2004-05-17 08:45:14 UTC
This looks good. There are a few breaks of our common conventions, thought:

1) Can you do all patching and make-file modification in src_unpack? In
   principle, people should be allowed to issue ebuild foo.ebuild compile
   more than once without cleaning first.

2) The env vars should be set in a separate function, say set_envvars(),
   that is called in src_compile (and possibly src_unpack). Otherwise,
   this env var checking will be run *every time* portage runs through
   the ebuilds, say when doing a regen or -pv. 

3) Why do you manually set MY_PV?

Thanks a lot for the contribution:)
Comment 7 Jan Brinkmann (RETIRED) gentoo-dev 2005-02-07 15:45:08 UTC
i'm now going to maintain tomcat. starting from tomorrow i'll start to work on this
Comment 8 Jan Brinkmann (RETIRED) gentoo-dev 2005-04-04 12:21:12 UTC
i've no IBM/Lotus Domino server to test it with, therefor marking as cantfix