Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 231929 - [java-overlay] JBoss Application server 4.2.2 ebuild
Summary: [java-overlay] JBoss Application server 4.2.2 ebuild
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-16 06:35 UTC by Geaaru
Modified: 2019-05-16 07:47 UTC (History)
1 user (show)

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


Attachments
Ebuild for jboss application server 4.2.2 (jboss-application-server-bin-4.2.2.ebuild,2.19 KB, text/plain)
2008-07-16 06:36 UTC, Geaaru
Details
stub file of jboss server config file for conf.d directory (jboss_conf.d,5.84 KB, text/plain)
2008-07-16 06:36 UTC, Geaaru
Details
init script (jboss_server,9.06 KB, text/plain)
2008-07-16 06:37 UTC, Geaaru
Details
Jboss application server bin 4.2.2 ebuild file (jboss-application-server-bin-4.2.2.ebuild,1.78 KB, text/plain)
2008-07-23 21:51 UTC, Geaaru
Details
Jboss admin script for manage creation of jboss server data directories. (jboss_admin,5.89 KB, text/plain)
2008-07-23 21:52 UTC, Geaaru
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Geaaru 2008-07-16 06:35:21 UTC
I create an ebuild for jboss-application-server (and soon also for others module) version 4.2.2. I must complete pkg_config method and create a script for install new instance of jboss server with difference name. In particular, script could be used for copy default/all/minimal/etc server directory, add a service, etc. I think that i will try to create a module for eselect.

Reproducible: Always
Comment 1 Geaaru 2008-07-16 06:36:13 UTC
Created attachment 160522 [details]
Ebuild for jboss application server 4.2.2
Comment 2 Geaaru 2008-07-16 06:36:59 UTC
Created attachment 160524 [details]
stub file of jboss server config file for conf.d directory
Comment 3 Geaaru 2008-07-16 06:37:15 UTC
Created attachment 160526 [details]
init script
Comment 4 Carsten Lohrke (RETIRED) gentoo-dev 2008-07-16 07:08:23 UTC
Binaries are discouraged by the Java team, low chances...
Comment 5 Geaaru 2008-07-16 07:23:30 UTC
Yes, but it isn't so simple use sources, i try only to create a link from lib directory of the server with compiled gentoo libraries (like commons-loggins, etc.) but doesn't work. I think that there are differences from libraries compiled on gentoo environment and jboss libraries. Still, jboss server compilation doesn't support ant-1.7.0 stable on gentoo environment (only 1.6.0 or maybe 1.5.x). Hovewer, jboss server compilation is my next target, but isn't so simple and fast.

Ge@@ru
Comment 6 Geaaru 2008-07-23 21:51:11 UTC
Created attachment 161220 [details]
Jboss application server bin 4.2.2 ebuild file

Now it is used jboss_admin script for manage creation of jboss server directories.
Comment 7 Geaaru 2008-07-23 21:52:18 UTC
Created attachment 161221 [details]
Jboss admin script for manage creation of jboss server data directories.

An initial version of jboss_admin script for manage jboss server.