Re: jboss-logging, apache-log4j2 and jackson-dataformat-xml

2015-05-13 Thread Emmanuel Bourg
Thank you for the hard work Markus. Le 12/05/2015 23:12, Markus Koschany a écrit : > I had to take a break from bnd and finished jboss-logging instead. The > package compiles now but an update of apache-log4j2 and a new > build-dependency, jackson-dataformat-xml, were required to finish the job.

Re: jboss-logmanager and jboss-modules

2015-04-30 Thread Markus Koschany
On 30.04.2015 18:02, Emmanuel Bourg wrote: > Thank you Markus, I just uploaded them and they are now in the NEW queue. > Thank you. I'll take care of jboss-logging at the weekend and get back to you. Cheers, Markus signature.asc Description: OpenPGP digital signature

Re: jboss-logmanager and jboss-modules

2015-04-30 Thread Emmanuel Bourg
Thank you Markus, I just uploaded them and they are now in the NEW queue. Emmanuel Le 27/04/2015 16:38, Markus Koschany a écrit : > Hi Emmanuel, > > it seems I missed your message on IRC. > > jboss-logmanager is ready but you also need jboss-modules to compile it. > I've finished both packages

Re: JBoss 5 in Debian

2011-07-13 Thread Victor Seva
Hello On Wed Oct 20 10:02:15 UTC 2010 James Page wrote: >I'm currently reviewing potential JEE application stacks for discussion >at UDS-N next week. I would be really like to understand the current >state of JBoss packaging in Debian in a bit more detail. I've read >http://wiki.debian.org/JBos

Re: JBoss Packages?

2006-03-14 Thread Guido Guenther
On Mon, Mar 13, 2006 at 10:57:59AM +0100, Wolfgang Baer wrote: > Guido Guenther wrote: > > Hi Wolfgang, > > On Sun, Mar 12, 2006 at 07:30:20PM +0100, Wolfgang Baer wrote: > > > >>For a) It would be helpful if you could provide a list of the needed > >>3rd party jars. Then if someone finds time cou

Re: JBoss Packages?

2006-03-13 Thread Petter Reinholdtsen
[Guido Guenther] > Which Wiki would be appropriate? I assume http://wiki.debian.org/Java> would be a good choice. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: JBoss Packages?

2006-03-13 Thread Wolfgang Baer
Guido Guenther wrote: > Hi Wolfgang, > On Sun, Mar 12, 2006 at 07:30:20PM +0100, Wolfgang Baer wrote: > >>For a) It would be helpful if you could provide a list of the needed >>3rd party jars. Then if someone finds time could package one without >>having to look through the jboss stuff. I would li

Re: JBoss Packages?

2006-03-13 Thread Guido Guenther
Hi Wolfgang, On Sun, Mar 12, 2006 at 07:30:20PM +0100, Wolfgang Baer wrote: > For a) It would be helpful if you could provide a list of the needed > 3rd party jars. Then if someone finds time could package one without > having to look through the jboss stuff. I would like to see a wiki > page for d

Re: JBoss Packages?

2006-03-12 Thread Wolfgang Baer
Hi Guido, Guido Guenther wrote: > Hi Torsten, > On Fri, Mar 10, 2006 at 04:49:00PM +0100, Torsten Schlabach wrote: > >>Does anyone know of or is working on packaging recent versions of the JBoss >>application server for Debian? > > Have a look at: > http://svn.debian.org/wsvn/pkg-jboss > this

Re: JBoss Packages?

2006-03-12 Thread Guido Guenther
Hi Torsten, On Fri, Mar 10, 2006 at 04:49:00PM +0100, Torsten Schlabach wrote: > Does anyone know of or is working on packaging recent versions of the JBoss > application server for Debian? Have a look at: http://svn.debian.org/wsvn/pkg-jboss this allows for easy building of Jboss4 Debian Package

Re: JBoss Packages?

2006-03-10 Thread Joost Kraaijeveld
On Fri, 2006-03-10 at 16:49 +0100, Torsten Schlabach wrote: > Hi! > > Does anyone know of or is working on packaging recent versions of the JBoss > application server for Debian? I am using JBoss 4.0.x on Debian with the Sun JVM. Not as a Debian package, but I just installed it in /opt in it's own

Re: JBoss Packages?

2006-03-10 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Torsten Schlabach wrote: > Hi! > > Does anyone know of or is working on packaging recent versions of the JBoss > application server for Debian? I met some people at Oldenburg in september/october they told me they were working on it but it's huge and

Re: Jboss, Apache2 and mod_jk2

2004-07-29 Thread Amir
Hi, I had exactly the same problem and it works now with method described below (Thx Stefan). If I restart apache now, i get the following lines (I've cutted in every line the date out): atpdeblap:~# /etc/init.d/apache2 start Starting web server: Apache2[Thu Jul 29 17:38:06 2004] [notice] config.

Re: Jboss, Apache2 and mod_jk2

2004-07-02 Thread wymlist-dev
Oh, yes, It's ok now. Thank you. --- Stefan Gybas <[EMAIL PROTECTED]> 的正文:> [EMAIL PROTECTED] wrote: > > > Restarting web server: Apache2Syntax error on > line 5 > > of /etc/apache2/conf.d/work ers2.properties: > > Invalid command '[logger]', perhaps mis-spelled > or > > defined by a module n

Re: Jboss, Apache2 and mod_jk2

2004-07-02 Thread Stefan Gybas
[EMAIL PROTECTED] wrote: > Restarting web server: Apache2Syntax error on line 5 > of /etc/apache2/conf.d/work ers2.properties: > Invalid command '[logger]', perhaps mis-spelled or > defined by a module not inclu ded in the server > configuration workers2.properties is not a configuration file snipp

Re: Jboss, Apache2 and mod_jk

2004-07-01 Thread wymlist-dev
Add .apache2 still not works: Restarting web server: Apache2Syntax error on line 5 of /etc/apache2/conf.d/workers2.properties: Invalid command '[logger.apache2]', perhaps mis-spelled or defined by a module not included in the server configuration _

Re: Jboss, Apache2 and mod_jk2

2004-07-01 Thread Damien Raude-Morvan
Le jeudi 1 Juillet 2004 17:10, [EMAIL PROTECTED] a ÃcritÂ: > [logger] > info=Native logger > level=ERROR try to use : [logger.apache2] level=ERROR > I tried to download mod_jk2.so from apache.org, and > recover the file in /usr/lib/apache2/modules, > But it still not work. Generaly a bad idea to

Re: Jboss, Apache2 and mod_jk2

2004-07-01 Thread wymlist-dev
Hi, I just want to connect tomcat4 and apache2. So I can use http://localhost/examples to visit tomcat4 examples. I still meet the problem: Restarting web server: Apache2Syntax error on line 5 of /etc/apache2/conf.d/work ers2.properties: Invalid command '[logger]', perh

Re: Re: Jboss, Apache2 and mod_jk2

2004-02-17 Thread Shahid Rashid
Hi,   I have applied the steps at this URL http://lists.debian.org/debian-java/2003/debian-java-200308/msg00133.html. after completion of all steps there was no error but i did not get mod_jk2.so file. I tried “Make” command instead of “make -f Makefile.apxs” command . I got his error

Re: Jboss, Apache2 and mod_jk2

2003-08-16 Thread Andrew McGhee
We have been working for a while with J2SDK1.4.2 + JBoss + Jetty/Tomcat + Apache 2.0.x, and we seem to keep coming up across the same problem regarding the re- compiling of mod_jk2 for work with these systems (to bind apache + tomcat/jetty for request). Not sure if this will be helpful, but tho

Re: Jboss, Apache2 and mod_jk2

2003-08-16 Thread Andrew McGhee
We have been working for a while with J2SDK1.4.2 + JBoss + Jetty/Tomcat + Apache 2.0.x, and we seem to keep coming up across the same problem regarding the re- compiling of mod_jk2 for work with these systems (to bind apache + tomcat/jetty for request). Not sure if this will be helpful, but tho

Re: Jboss packages

2003-08-03 Thread Kalle Kivimaa
Jerry Haltom <[EMAIL PROTECTED]> writes: > I had heard from the grapevine that somebody had put together some JBoss > .debs? Are these "release quality" (do they work?) Where can I get them? I tried them at some point and found that the regular JBoss installation package is a better way to go. The

Re: Jboss packages

2003-08-03 Thread Kalle Kivimaa
Jerry Haltom <[EMAIL PROTECTED]> writes: > I had heard from the grapevine that somebody had put together some JBoss > .debs? Are these "release quality" (do they work?) Where can I get them? I tried them at some point and found that the regular JBoss installation package is a better way to go. The

Re: JBOSS on SPARC64,Any ideas for the exception error? where can i find another jsdk for SPARC?

2003-07-16 Thread Florian Steinsiepe
Quoting Steffan Baron <[EMAIL PROTECTED]>: > > Not sure whether this is related to your problem, but on an i386 box I > had to use an SDK version >= 1.4 in order to run tomcat 4.1.24 > properly. Perhaps, this also applies to jboss? AFAIK, there are binary > 1.4.1 packages for sparc, not sure abo

Re: JBOSS on SPARC64,Any ideas for the exception error? where can i find another jsdk for SPARC?

2003-07-16 Thread Eric Lannaud
omcat-4.1.24 is running on Debian 's sparc . Eric - Original Message - From: "Steffan Baron" <[EMAIL PROTECTED]> To: "Lannaud, Eric" <[EMAIL PROTECTED]> Cc: ; Sent: Wednesday, July 16, 2003 12:37 PM Subject: Re: JBOSS on SPARC64,Any ideas for the exce

Re: JBOSS on SPARC64,Any ideas for the exception error? where can i find another jsdk for SPARC?

2003-07-16 Thread Steffan Baron
Not sure whether this is related to your problem, but on an i386 box I had to use an SDK version >= 1.4 in order to run tomcat 4.1.24 properly. Perhaps, this also applies to jboss? AFAIK, there are binary 1.4.1 packages for sparc, not sure about deb's though. Gruss Steffan On Wed, Jul 16, 2003,

Re: JBOSS on SPARC64,Any ideas for the exception error? where can i find another jsdk for SPARC?

2003-07-16 Thread Florian Steinsiepe
Quoting Steffan Baron <[EMAIL PROTECTED]>: > > Not sure whether this is related to your problem, but on an i386 box I > had to use an SDK version >= 1.4 in order to run tomcat 4.1.24 > properly. Perhaps, this also applies to jboss? AFAIK, there are binary > 1.4.1 packages for sparc, not sure abo

Re: JBOSS on SPARC64,Any ideas for the exception error? where can i find another jsdk for SPARC?

2003-07-16 Thread Eric Lannaud
omcat-4.1.24 is running on Debian 's sparc . Eric - Original Message - From: "Steffan Baron" <[EMAIL PROTECTED]> To: "Lannaud, Eric" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, July 16, 2003 12:37 PM

Re: JBOSS on SPARC64,Any ideas for the exception error? where can i find another jsdk for SPARC?

2003-07-16 Thread Steffan Baron
Not sure whether this is related to your problem, but on an i386 box I had to use an SDK version >= 1.4 in order to run tomcat 4.1.24 properly. Perhaps, this also applies to jboss? AFAIK, there are binary 1.4.1 packages for sparc, not sure about deb's though. Gruss Steffan On Wed, Jul 16, 2003,

Re: Jboss, Apache2 and mod_jk2

2003-03-31 Thread Andrew Shaw
Actually I ended up grabbing modjk2 from the Apache site and dropping that straight into the modules directory. That worked fine... Arnaud Vandyck wrote: ___ / Andrew Shaw <[EMAIL PROTECTED]> wrote: | I'm trying to setup Jboss with Apache2

Re: Jboss, Apache2 and mod_jk2

2003-03-29 Thread Arnaud Vandyck
___ / Andrew Shaw <[EMAIL PROTECTED]> wrote: | I'm trying to setup Jboss with Apache2 but I'm struggling with the | jk2 connector. The Apache2 install was done using apt-get while the | Jboss ( jboss-3.0.6_tomcat-4.1.18) install was just a ca

Re: JBoss newbie

2003-02-01 Thread Joe Phillips
On Mon, 2003-01-27 at 19:30, Mark Devin wrote: > I have played with Tomcat and J2ee and have deployed some basic > applications. However, I have never installed JBoss. > > I would prefer to use the Debian package management system to take care > of future security and bug fixes. > > I tried to f

Re: JBoss newbie

2003-01-31 Thread Joe Phillips
On Mon, 2003-01-27 at 19:30, Mark Devin wrote: > I have played with Tomcat and J2ee and have deployed some basic > applications. However, I have never installed JBoss. > > I would prefer to use the Debian package management system to take care > of future security and bug fixes. > > I tried to f

Re: JBoss debs?

2003-01-19 Thread Adam Heath
On 19 Jan 2003, Joe Phillips wrote: > Yeah...I downloaded your sources at one point. Still need to read > through your work. My packages are completely my own mess. > > > Unfortunately, 3.0 was a radical change, config wise, so I haven't been able > > to make 3.0 debs yet. > > Well I'd be happy

Re: JBoss debs?

2003-01-19 Thread Joe Phillips
On Sun, 2003-01-19 at 01:42, Adam Heath wrote: > On 10 Jan 2003, Joe Phillips wrote: > > > how's very soon? > > > > you can find my packages for 3.0.2 + tomcat at > > http://debian.innovationsw.com/ > > > > I have plans for 3.2 next. > > I have jboss debs of 2.4(upto 2.4.7). All properly split.

Re: JBoss debs?

2003-01-19 Thread Adam Heath
On 10 Jan 2003, Joe Phillips wrote: > how's very soon? > > you can find my packages for 3.0.2 + tomcat at > http://debian.innovationsw.com/ > > I have plans for 3.2 next. I have jboss debs of 2.4(upto 2.4.7). All properly split. Depends on other java debs in debian(where I can). All non-free a

Re: JBoss debs?

2003-01-19 Thread Adam Heath
On Sat, 11 Jan 2003, Greg Wilkins wrote: > + lobby the JBoss project to make any changes that may > assist you with your packaging (not sure of how successful > that will be). Good fucking luck. JBoss upstream has been resistant to any suggestions on how they package their dependants.

Re: JBoss debs?

2003-01-18 Thread Adam Heath
On 19 Jan 2003, Joe Phillips wrote: > Yeah...I downloaded your sources at one point. Still need to read > through your work. My packages are completely my own mess. > > > Unfortunately, 3.0 was a radical change, config wise, so I haven't been able > > to make 3.0 debs yet. > > Well I'd be happy

Re: JBoss debs?

2003-01-18 Thread Joe Phillips
On Sun, 2003-01-19 at 01:42, Adam Heath wrote: > On 10 Jan 2003, Joe Phillips wrote: > > > how's very soon? > > > > you can find my packages for 3.0.2 + tomcat at > > http://debian.innovationsw.com/ > > > > I have plans for 3.2 next. > > I have jboss debs of 2.4(upto 2.4.7). All properly split.

Re: JBoss debs?

2003-01-18 Thread Adam Heath
On 10 Jan 2003, Joe Phillips wrote: > how's very soon? > > you can find my packages for 3.0.2 + tomcat at > http://debian.innovationsw.com/ > > I have plans for 3.2 next. I have jboss debs of 2.4(upto 2.4.7). All properly split. Depends on other java debs in debian(where I can). All non-free a

Re: JBoss debs?

2003-01-18 Thread Adam Heath
On Sat, 11 Jan 2003, Greg Wilkins wrote: > + lobby the JBoss project to make any changes that may > assist you with your packaging (not sure of how successful > that will be). Good fucking luck. JBoss upstream has been resistant to any suggestions on how they package their dependants.

Re: JBOSS debs updated

2003-01-17 Thread Andrew Savory
Hi, On Tue, 14 Jan 2003, Joe Phillips wrote: > I spent yesterday rebuilding and testing my debs. The versions > currently on my company site[1] have been tested to properly start/stop > the server without exceptions. Just been trying the debs out (apt-get install jboss jboss-doc), and came acr

Re: JBOSS debs updated

2003-01-17 Thread Andrew Savory
Hi, On Tue, 14 Jan 2003, Joe Phillips wrote: > I spent yesterday rebuilding and testing my debs. The versions > currently on my company site[1] have been tested to properly start/stop > the server without exceptions. Just been trying the debs out (apt-get install jboss jboss-doc), and came acr

Re: JBoss debs?

2003-01-14 Thread Joe Phillips
On Sat, 2003-01-11 at 07:55, Greg Wilkins wrote: > I'm the main developer of the Jetty HTTPServer and Servlet > container and a core developer on JBoss. > > Just a reminder (as I've emailed Joe before) that I'm more than > happy to: I haven't forgotten. Thanks for the group reminder though. I'

Re: JBoss debs?

2003-01-14 Thread Joe Phillips
On Sat, 2003-01-11 at 07:55, Greg Wilkins wrote: > I'm the main developer of the Jetty HTTPServer and Servlet > container and a core developer on JBoss. > > Just a reminder (as I've emailed Joe before) that I'm more than > happy to: I haven't forgotten. Thanks for the group reminder though. I'

Re: JBoss debs?

2003-01-11 Thread Greg Wilkins
Hi, I'm the main developer of the Jetty HTTPServer and Servlet container and a core developer on JBoss. Just a reminder (as I've emailed Joe before) that I'm more than happy to: + lobby the JBoss project to make any changes that may assist you with your packaging (not sure of how successful

Re: JBoss debs?

2003-01-11 Thread Greg Wilkins
Hi, I'm the main developer of the Jetty HTTPServer and Servlet container and a core developer on JBoss. Just a reminder (as I've emailed Joe before) that I'm more than happy to: + lobby the JBoss project to make any changes that may assist you with your packaging (not sure of how successful

Re: JBoss debs?

2003-01-10 Thread Joe Phillips
On Fri, 2003-01-10 at 13:37, Darryl L. Pierce wrote: > On 2003.01.10 12:00 Joe Phillips wrote: > > how's very soon? > > Too slow for me. I need it yesterday. :) I had it yesterday but you didn't ask. 8) > > you can find my packages for 3.0.2 + tomcat at > > http://debian.innovationsw.com/ > >

Re: JBoss debs?

2003-01-10 Thread Darryl L. Pierce
On 2003.01.10 12:00 Joe Phillips wrote: how's very soon? Too slow for me. I need it yesterday. :) you can find my packages for 3.0.2 + tomcat at http://debian.innovationsw.com/ I have plans for 3.2 next. Will it have any impact on my distribution? I'm currently using sarge and am pulling Java from

Re: JBoss debs?

2003-01-10 Thread Joe Phillips
On Fri, 2003-01-10 at 13:37, Darryl L. Pierce wrote: > On 2003.01.10 12:00 Joe Phillips wrote: > > how's very soon? > > Too slow for me. I need it yesterday. :) I had it yesterday but you didn't ask. 8) > > you can find my packages for 3.0.2 + tomcat at > > http://debian.innovationsw.com/ > >

Re: JBoss debs?

2003-01-10 Thread Joe Phillips
how's very soon? you can find my packages for 3.0.2 + tomcat at http://debian.innovationsw.com/ I have plans for 3.2 next. -joe On Fri, 2003-01-10 at 11:18, Darryl L. Pierce wrote: > Is there any timeline for bringing JBoss over to Debian? -- Innovation Software Group, LLC - http://www.i

Re: JBoss debs?

2003-01-10 Thread Darryl L. Pierce
On 2003.01.10 12:00 Joe Phillips wrote: how's very soon? Too slow for me. I need it yesterday. :) you can find my packages for 3.0.2 + tomcat at http://debian.innovationsw.com/ I have plans for 3.2 next. Will it have any impact on my distribution? I'm currently using sarge and am pulling J

Re: JBoss debs?

2003-01-10 Thread Joe Phillips
how's very soon? you can find my packages for 3.0.2 + tomcat at http://debian.innovationsw.com/ I have plans for 3.2 next. -joe On Fri, 2003-01-10 at 11:18, Darryl L. Pierce wrote: > Is there any timeline for bringing JBoss over to Debian? -- Innovation Software Group, LLC - http://www.i

Re: jboss debs status ?

2002-12-20 Thread Joe Phillips
I don't know about Adam, but I am working on some as I write this. Yesterday, I finished a JBOSS 3.0.2+Tomcat 4.0.4 set of debs. There are some minor issues I plan to solve today or this weekend. I'm also working on building an apt-get-able archive for the interested folk. Once those debs are s

Re: jboss debs status ?

2002-12-20 Thread Joe Phillips
I don't know about Adam, but I am working on some as I write this. Yesterday, I finished a JBOSS 3.0.2+Tomcat 4.0.4 set of debs. There are some minor issues I plan to solve today or this weekend. I'm also working on building an apt-get-able archive for the interested folk. Once those debs are s

Re: OT: Acroynyms [was Re: JBoss]

2001-12-07 Thread Bill Wohler
Mark Bucciarelli <[EMAIL PROTECTED]> writes: > On Wednesday 05 December 2001 06:17 pm, Adam Heath wrote: > > > I've filed an ITP, and will probably be uploading in 2 weeks, at the > > > Fortunately, I almost have the nmu diff done, and will be sending that > > to the bts soon. > > Greetings, al

Re: OT: Acroynyms [was Re: JBoss]

2001-12-06 Thread Bill Wohler
Mark Bucciarelli <[EMAIL PROTECTED]> writes: > On Wednesday 05 December 2001 06:17 pm, Adam Heath wrote: > > > I've filed an ITP, and will probably be uploading in 2 weeks, at the > > > Fortunately, I almost have the nmu diff done, and will be sending that > > to the bts soon. > > Greetings, a

Re: OT: Acroynyms [was Re: JBoss]

2001-12-06 Thread Tollef Fog Heen
* Mark Bucciarelli | One thing I have found challenging is the number of acronyms debian folks | use, both on this list and in news releases. Could someone please define | the following: :) | NMU Non maintainer upload, see http://www.debian.org/doc/developers-reference/ch-nmu | ITP Intent

OT: Acroynyms [was Re: JBoss]

2001-12-06 Thread Mark Bucciarelli
On Wednesday 05 December 2001 06:17 pm, Adam Heath wrote: > I've filed an ITP, and will probably be uploading in 2 weeks, at the > Fortunately, I almost have the nmu diff done, and will be sending that > to the bts soon. Greetings, all. I've been lurking on this list for about a month and foll

Re: OT: Acroynyms [was Re: JBoss]

2001-12-06 Thread Tollef Fog Heen
* Mark Bucciarelli | One thing I have found challenging is the number of acronyms debian folks | use, both on this list and in news releases. Could someone please define | the following: :) | NMU Non maintainer upload, see http://www.debian.org/doc/developers-reference/ch-nmu | ITP Inten

OT: Acroynyms [was Re: JBoss]

2001-12-06 Thread Mark Bucciarelli
On Wednesday 05 December 2001 06:17 pm, Adam Heath wrote: > I've filed an ITP, and will probably be uploading in 2 weeks, at the > Fortunately, I almost have the nmu diff done, and will be sending that > to the bts soon. Greetings, all. I've been lurking on this list for about a month and fol

Re: JBoss

2001-12-05 Thread Adam Heath
On 5 Dec 2001, Stephen Zander wrote: > > "Adam" == Adam Heath <[EMAIL PROTECTED]> writes: > Adam> I've filed an ITP, and will probably be uploading in 2 > Adam> weeks, at the most. I don't want to release the debs to the > Adam> public yet, as I am still playing around with the >

Re: JBoss

2001-12-05 Thread Adam Heath
On 5 Dec 2001, Stephen Zander wrote: > > "Adam" == Adam Heath <[EMAIL PROTECTED]> writes: > Adam> I've filed an ITP, and will probably be uploading in 2 > Adam> weeks, at the most. I don't want to release the debs to the > Adam> public yet, as I am still playing around with the >

Re: JBoss

2001-12-05 Thread Stephen Zander
> "Adam" == Adam Heath <[EMAIL PROTECTED]> writes: Adam> I've filed an ITP, and will probably be uploading in 2 Adam> weeks, at the most. I don't want to release the debs to the Adam> public yet, as I am still playing around with the Adam> debification, and I don't want to deal

Re: JBoss

2001-12-05 Thread Stephen Zander
> "Adam" == Adam Heath <[EMAIL PROTECTED]> writes: Adam> I've filed an ITP, and will probably be uploading in 2 Adam> weeks, at the most. I don't want to release the debs to the Adam> public yet, as I am still playing around with the Adam> debification, and I don't want to dea

Re: JBoss

2001-12-05 Thread Adam Heath
On Wed, 5 Dec 2001, Kenneth Pronovici wrote: > Hello - > > I just found a few-month-old debian-java discussion about JBoss involving the > three of you. I was wondering whether you've managed to get a JBoss package > created and working? I'd be looking for a binary package for testing, but a > s

Re: JBoss

2001-12-05 Thread Adam Heath
On Wed, 5 Dec 2001, Kenneth Pronovici wrote: > Hello - > > I just found a few-month-old debian-java discussion about JBoss involving the > three of you. I was wondering whether you've managed to get a JBoss package > created and working? I'd be looking for a binary package for testing, but a >

Re: jboss

2001-10-30 Thread Adam Heath
On Sat, 22 Sep 2001, michele bianchi wrote: > On Sat, 22 Sep 2001, Mitchell wrote: > > > Has anyone packaged jboss and it's associated modules from (www.jboss.org) > > for debian? > > > > It isn't in the main distrib, would there be any reason for this appart > > from the fact that no one has pa

Re: jboss

2001-10-30 Thread Adam Heath
On Sat, 22 Sep 2001, michele bianchi wrote: > On Sat, 22 Sep 2001, Mitchell wrote: > > > Has anyone packaged jboss and it's associated modules from (www.jboss.org) for >debian? > > > > It isn't in the main distrib, would there be any reason for this appart from the >fact that no one has package

Re: jboss

2001-09-22 Thread michele bianchi
On Sat, 22 Sep 2001, Mitchell wrote: > Has anyone packaged jboss and it's associated modules from (www.jboss.org) > for debian? > > It isn't in the main distrib, would there be any reason for this appart from > the fact that no one has packaged it yet? > > If no one has packaged it yet, I w

Re: jboss

2001-09-22 Thread michele bianchi
On Sat, 22 Sep 2001, Mitchell wrote: > Has anyone packaged jboss and it's associated modules from (www.jboss.org) for >debian? > > It isn't in the main distrib, would there be any reason for this appart from the >fact that no one has packaged it yet? > > If no one has packaged it yet, I wo

Re: jBoss Package?

2001-08-21 Thread Matthew Sherborne
I think there's one in unstable. I'm pretty sure I installed it about 2 months ago, but haven't done anything with it yet! - Original Message - From: "Markus Garscha" <[EMAIL PROTECTED]> To: Sent: Tuesday, August 21, 2001 9:35 PM Subject: jBoss Package? > Hi! > > is there anyone who mad

Re: jBoss Package?

2001-08-21 Thread Matthew Sherborne
I think there's one in unstable. I'm pretty sure I installed it about 2 months ago, but haven't done anything with it yet! - Original Message - From: "Markus Garscha" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 21, 2001 9:35 PM Subject: jBoss Package? > Hi! > > is

Re: jBoss Package?

2001-08-21 Thread Emmanuel Charpentier
I haven't heard of it. And yet I asked marc fleury (jboss project leader) the permission to create a deb package, but, you know, too much work :-( The best strategy for deployment is probably to go for a public_j2ee directory under each user's home directory. Just like there is public

Re: jBoss Package?

2001-08-21 Thread Emmanuel Charpentier
I haven't heard of it. And yet I asked marc fleury (jboss project leader) the permission to create a deb package, but, you know, too much work :-( The best strategy for deployment is probably to go for a public_j2ee directory under each user's home directory. Just like there is publi