Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Adam Heath
On Tue, 12 Feb 2002, Adam Heath wrote: > On Wed, 13 Feb 2002, Stefan Gybas wrote: > > > Who wants to package openjmx? If nobody sends an ITP within the next > > 24 hours, I'll do it. Packaging looks very simple: Just call Ant. > > I'll do it. I need it for jboss as well. I just got jboss' jmx im

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Rick Lutowski
Stefan Gybas wrote: > > I found the problem: It seems that JDK 1.3 does follow symlinks while > JDK 1.4 does not. The JARs are all in /usr/share/java/ with symlinks from > /usr/share/tomcat4/{server,common}/lib/ (in the class path). You have to add > this to catalina.policy so the XML parser (from

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Adam Heath
On Tue, 12 Feb 2002, Adam Heath wrote: > On Wed, 13 Feb 2002, Stefan Gybas wrote: > > > Who wants to package openjmx? If nobody sends an ITP within the next > > 24 hours, I'll do it. Packaging looks very simple: Just call Ant. > > I'll do it. I need it for jboss as well. I just got jboss' jmx i

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Rick Lutowski
Stefan Gybas wrote: > > I found the problem: It seems that JDK 1.3 does follow symlinks while > JDK 1.4 does not. The JARs are all in /usr/share/java/ with symlinks from > /usr/share/tomcat4/{server,common}/lib/ (in the class path). You have to add > this to catalina.policy so the XML parser (fro

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Adam Heath
On Wed, 13 Feb 2002, Stefan Gybas wrote: > Stefan Gybas wrote: > > > I'm just trying to figure out why Tomcat does not work with a security > > manager on JDK 1.3 but works fine on JDK 1.4. Has anyone experience with > > this? > > I found the problem: It seems that JDK 1.3 does follow symlinks wh

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Adam Heath
On Wed, 13 Feb 2002, Stefan Gybas wrote: > Adam Heath wrote: > > > I should have packages done by no later than this weekend, as I juggle it in > > with work. Can you hold off uploading tomcat4 until at least then? > > Sure, I'll need some more test versions anyway until everything work fine. > I

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Stefan Gybas
Stefan Gybas wrote: I'm just trying to figure out why Tomcat does not work with a security manager on JDK 1.3 but works fine on JDK 1.4. Has anyone experience with > this? I found the problem: It seems that JDK 1.3 does follow symlinks while JDK 1.4 does not. The JARs are all in /usr/share/java/ w

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Stefan Gybas
GOMEZ Henri wrote: You could compile them from jtc, here is how I do it in my RPM :=) That's not an option for building Debian packages. All sources have to be in a single orig.tar.gz archive (or the Debian .diff.gz). So the standrad Jakarta build process with lots of "neighbour directories" for ea

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Stefan Gybas
Adam Heath wrote: I should have packages done by no later than this weekend, as I juggle it in with work. Can you hold off uploading tomcat4 until at least then? Sure, I'll need some more test versions anyway until everything work fine. I'm just trying to figure out why Tomcat does not work with a

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Adam Heath
On Wed, 13 Feb 2002, Stefan Gybas wrote: > Who wants to package openjmx? If nobody sends an ITP within the next > 24 hours, I'll do it. Packaging looks very simple: Just call Ant. I'll do it. I need it for jboss as well. I should have packages done by no later than this weekend, as I juggle it

RE: Experimental Tomcat 4.0.2 package

2002-02-12 Thread GOMEZ Henri
>I am rebuilding from source. These JARs are included in the source >distribution in the lib/ directory and are just copied to the final >compiled tree. The sources for those classes are in the >jakarta-tomcat-connectors archive - I don't understand why. You could compile them from jtc, here is ho

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Stefan Gybas
GOMEZ Henri wrote: Why didn't you rebuilt it from source since TC 4.0.2 in LE mode no more depends on Sun external APIs ? I am rebuilding from source. These JARs are included in the source distribution in the lib/ directory and are just copied to the final compiled tree. The sources for those class

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Stefan Gybas
GOMEZ Henri wrote: Replace jmxri by openjmx (www.openjmx.org) which is free and open :) That should probably be http://www.open-jmx.org/ (or http://openjmx.sourceforge.net/) - www.openjmx.org does not exist. But thanks a lot for the hint. I'm currently compilimg the Tomcat 4.0 packages with OpenJMX

RE: Experimental Tomcat 4.0.2 package

2002-02-12 Thread GOMEZ Henri
>EmbeddedManager depends on jmxri.jar. Currently, I have this jar in >jboss-contrib, in preparation for being an external >dependancy. However, >jboss can't build unless catalina(tomcat4) is install, and >catalina can't >build unless jboss is installed. Replace jmxri by openjmx (www.openjmx.or

RE: Experimental Tomcat 4.0.2 package

2002-02-12 Thread GOMEZ Henri
>Great, I will check these out soon. > >> - The package currently uses the included JARs from the >> jakarta-tomcat-connectors project. This means that the >package would have >> to go into non-free if I don't change this. Why didn't you rebuilt it from source since TC 4.0.2 in LE mode no mor

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Adam Heath
On Wed, 13 Feb 2002, Stefan Gybas wrote: > Adam Heath wrote: > > > EmbeddedManager depends on jmxri.jar. > > Right, from Catalina's build.xml: > > unless="compile.jmx"/> > unless="compile.jmx"/> > unless="compile.jmx"/> > > When I compile Tomcat 4.0

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Stefan Gybas
Adam Heath wrote: EmbeddedManager depends on jmxri.jar. Right, from Catalina's build.xml: When I compile Tomcat 4.0 with JMX support (from a locally installed JAR, which is ok for a package from contrib) will the resulting package work without it? JMX seems to be only used duri

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Stefan Gybas
Matt Zimmerman wrote: Is there still some question as to whether these are redistributable? These are free software (Apache license), they are just taken from another Jakarta subproject. I think I'll just include their source in the Tomcat package and build from there. BTW: A new experminetal versi

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Adam Heath
On Tue, 12 Feb 2002, Adam Heath wrote: > [16:59:32,353,ConfigurationService] Could not create MBean > Catalina:name=Catalina(org.apache.catalina.startup.EmbeddedManager) > java.lang.ClassNotFoundException: org.apache.catalina.startup.EmbeddedManager > > [EMAIL PROTECTED]:~/brainfood/jboss/catalin

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Adam Heath
On Tue, 12 Feb 2002, Adam Heath wrote: > On Tue, 12 Feb 2002, Stefan Gybas wrote: > > > Adam Heath wrote: > > > > > I need a way to make use of the tomcat4 code base, but NOT have it start > > > up. > > > Could the init script be put into a separate package, so > > > jboss-catalina-service can co

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Adam Heath
On Wed, 13 Feb 2002, Stefan Gybas wrote: > Stefan Gybas wrote: > > > I'm just trying to figure out why Tomcat does not work with a security > > manager on JDK 1.3 but works fine on JDK 1.4. Has anyone experience with > > this? > > I found the problem: It seems that JDK 1.3 does follow symlinks w

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Adam Heath
On Wed, 13 Feb 2002, Stefan Gybas wrote: > Adam Heath wrote: > > > I should have packages done by no later than this weekend, as I juggle it in > > with work. Can you hold off uploading tomcat4 until at least then? > > Sure, I'll need some more test versions anyway until everything work fine. >

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Stefan Gybas
Stefan Gybas wrote: > I'm just trying to figure out why Tomcat does not work with a security > manager on JDK 1.3 but works fine on JDK 1.4. Has anyone experience with > this? I found the problem: It seems that JDK 1.3 does follow symlinks while JDK 1.4 does not. The JARs are all in /usr/share

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Stefan Gybas
GOMEZ Henri wrote: > You could compile them from jtc, here is how I do > it in my RPM :=) That's not an option for building Debian packages. All sources have to be in a single orig.tar.gz archive (or the Debian .diff.gz). So the standrad Jakarta build process with lots of "neighbour directories"

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Adam Heath
On Tue, 12 Feb 2002, Stefan Gybas wrote: > Adam Heath wrote: > > > I need a way to make use of the tomcat4 code base, but NOT have it start up. > > Could the init script be put into a separate package, so > > jboss-catalina-service can conflict with it? > > Which JARs do you need to start an embed

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Stefan Gybas
Adam Heath wrote: > I should have packages done by no later than this weekend, as I juggle it in > with work. Can you hold off uploading tomcat4 until at least then? Sure, I'll need some more test versions anyway until everything work fine. I'm just trying to figure out why Tomcat does not work

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Stefan Gybas
Adam Heath wrote: I need a way to make use of the tomcat4 code base, but NOT have it start up. Could the init script be put into a separate package, so jboss-catalina-service can conflict with it? Which JARs do you need to start an embedded Tomcat? bin/bootstrap.jar ? common/lib/naming-common.jar

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Matt Zimmerman
On Tue, Feb 12, 2002 at 08:44:51PM +0100, Stefan Gybas wrote: > I have created an experimental package of Tomcat 4.0.2 and put it > at http://people.debian.org/~sgybas/tomcat4/ Great, I will check these out soon. > - The package currently uses the included JARs from the > jakarta-tomcat-connec

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Adam Heath
On Wed, 13 Feb 2002, Stefan Gybas wrote: > Who wants to package openjmx? If nobody sends an ITP within the next > 24 hours, I'll do it. Packaging looks very simple: Just call Ant. I'll do it. I need it for jboss as well. I should have packages done by no later than this weekend, as I juggle it

RE: Experimental Tomcat 4.0.2 package

2002-02-12 Thread GOMEZ Henri
>I am rebuilding from source. These JARs are included in the source >distribution in the lib/ directory and are just copied to the final >compiled tree. The sources for those classes are in the >jakarta-tomcat-connectors archive - I don't understand why. You could compile them from jtc, here is h

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Stefan Gybas
GOMEZ Henri wrote: > Why didn't you rebuilt it from source since TC 4.0.2 in LE mode > no more depends on Sun external APIs ? I am rebuilding from source. These JARs are included in the source distribution in the lib/ directory and are just copied to the final compiled tree. The sources for thos

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Mike Gratton
Stefan Gybas wrote: I have created an experimental package of Tomcat 4.0.2 and put it at http://people.debian.org/~sgybas/tomcat4 Ahh, cool! I'll try it out sometime this week, let you know how it goes. - I'm thinking of using Xerces 2 (currently in incoming) instead of 1.4. Comments? Is it wort

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Stefan Gybas
GOMEZ Henri wrote: > Replace jmxri by openjmx (www.openjmx.org) which is free and open :) That should probably be http://www.open-jmx.org/ (or http://openjmx.sourceforge.net/) - www.openjmx.org does not exist. But thanks a lot for the hint. I'm currently compilimg the Tomcat 4.0 packages with O

RE: Experimental Tomcat 4.0.2 package

2002-02-12 Thread GOMEZ Henri
>EmbeddedManager depends on jmxri.jar. Currently, I have this jar in >jboss-contrib, in preparation for being an external >dependancy. However, >jboss can't build unless catalina(tomcat4) is install, and >catalina can't >build unless jboss is installed. Replace jmxri by openjmx (www.openjmx.o

RE: Experimental Tomcat 4.0.2 package

2002-02-12 Thread GOMEZ Henri
>Great, I will check these out soon. > >> - The package currently uses the included JARs from the >> jakarta-tomcat-connectors project. This means that the >package would have >> to go into non-free if I don't change this. Why didn't you rebuilt it from source since TC 4.0.2 in LE mode no mo

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Adam Heath
On Tue, 12 Feb 2002, Stefan Gybas wrote: > Hi! > > I have created an experimental package of Tomcat 4.0.2 and put it > at http://people.debian.org/~sgybas/tomcat4/ OOH! Now I have something to build jboss against. I need a way to make use of the tomcat4 code base, but NOT have it start up. Coul

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Adam Heath
On Wed, 13 Feb 2002, Stefan Gybas wrote: > Adam Heath wrote: > > > EmbeddedManager depends on jmxri.jar. > > Right, from Catalina's build.xml: > > unless="compile.jmx"/> > unless="compile.jmx"/> > unless="compile.jmx"/> > > When I compile Tomcat 4.0

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Stefan Gybas
Adam Heath wrote: > EmbeddedManager depends on jmxri.jar. Right, from Catalina's build.xml: When I compile Tomcat 4.0 with JMX support (from a locally installed JAR, which is ok for a package from contrib) will the resulting package work without it? JMX seems to be only

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Stefan Gybas
Matt Zimmerman wrote: > Is there still some question as to whether these are redistributable? These are free software (Apache license), they are just taken from another Jakarta subproject. I think I'll just include their source in the Tomcat package and build from there. BTW: A new experminetal

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Adam Heath
On Tue, 12 Feb 2002, Adam Heath wrote: > [16:59:32,353,ConfigurationService] Could not create MBean >Catalina:name=Catalina(org.apache.catalina.startup.EmbeddedManager) > java.lang.ClassNotFoundException: org.apache.catalina.startup.EmbeddedManager > > adam@gradall:~/brainfood/jboss/catalina/tom

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Adam Heath
On Tue, 12 Feb 2002, Adam Heath wrote: > On Tue, 12 Feb 2002, Stefan Gybas wrote: > > > Adam Heath wrote: > > > > > I need a way to make use of the tomcat4 code base, but NOT have it start up. > > > Could the init script be put into a separate package, so > > > jboss-catalina-service can conflict

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Adam Heath
On Tue, 12 Feb 2002, Stefan Gybas wrote: > Adam Heath wrote: > > > I need a way to make use of the tomcat4 code base, but NOT have it start up. > > Could the init script be put into a separate package, so > > jboss-catalina-service can conflict with it? > > Which JARs do you need to start an embe

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Stefan Gybas
Adam Heath wrote: > I need a way to make use of the tomcat4 code base, but NOT have it start up. > Could the init script be put into a separate package, so > jboss-catalina-service can conflict with it? Which JARs do you need to start an embedded Tomcat? bin/bootstrap.jar ? common/lib/naming

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Matt Zimmerman
On Tue, Feb 12, 2002 at 08:44:51PM +0100, Stefan Gybas wrote: > I have created an experimental package of Tomcat 4.0.2 and put it > at http://people.debian.org/~sgybas/tomcat4/ Great, I will check these out soon. > - The package currently uses the included JARs from the > jakarta-tomcat-conne

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Mike Gratton
Stefan Gybas wrote: > > I have created an experimental package of Tomcat 4.0.2 and put it > at http://people.debian.org/~sgybas/tomcat4 Ahh, cool! I'll try it out sometime this week, let you know how it goes. > - I'm thinking of using Xerces 2 (currently in incoming) instead of 1.4. > Commen

Experimental Tomcat 4.0.2 package

2002-02-12 Thread Stefan Gybas
Hi! I have created an experimental package of Tomcat 4.0.2 and put it at http://people.debian.org/~sgybas/tomcat4/ Please test it, read README.Debian (really!) and send me comments and suggestions for improvements. I'll update the package at the above address from time to time until it can be uploa

Re: Experimental Tomcat 4.0.2 package

2002-02-12 Thread Adam Heath
On Tue, 12 Feb 2002, Stefan Gybas wrote: > Hi! > > I have created an experimental package of Tomcat 4.0.2 and put it > at http://people.debian.org/~sgybas/tomcat4/ OOH! Now I have something to build jboss against. I need a way to make use of the tomcat4 code base, but NOT have it start up. Cou

Re: NBIO (Non-blocking I/O)

2002-02-12 Thread Kenneth Pronovici
> (1)Do you know 'lintian'? If not, please try it with following > (2)Java package name is libXXX-java. Both done and uploaded to the same URLs as before. There are now no lintian warnings. The package name was changed as requested and versioned 1.4-1. > (3)Build-Depends field is incomplete.

Experimental Tomcat 4.0.2 package

2002-02-12 Thread Stefan Gybas
Hi! I have created an experimental package of Tomcat 4.0.2 and put it at http://people.debian.org/~sgybas/tomcat4/ Please test it, read README.Debian (really!) and send me comments and suggestions for improvements. I'll update the package at the above address from time to time until it can be up

Re: NBIO (Non-blocking I/O)

2002-02-12 Thread Kenneth Pronovici
> (1)Do you know 'lintian'? If not, please try it with following > (2)Java package name is libXXX-java. Both done and uploaded to the same URLs as before. There are now no lintian warnings. The package name was changed as requested and versioned 1.4-1. > (3)Build-Depends field is incomplete.

Re: about JNI (Re: NBIO (Non-blocking I/O))

2002-02-12 Thread Kenneth Pronovici
> I mean that other than Java use LD_LIBRARY_PATH. So, LD_LIBRARY_PATH > shouldn't be defined _system-wide_. I think LD_LIBRARY_PATH should be > defined at _startup script_. > For example, ant has startup script in /usr/bin/ant. If ant use JNI > (in fact, it's not used), LD_LIBRARY_PATH is defined

Re: NBIO (Non-blocking I/O)

2002-02-12 Thread Takashi Okamoto
From: Kenneth Pronovici <[EMAIL PROTECTED]> Subject: Re: NBIO (Non-blocking I/O) Date: Mon, 11 Feb 2002 20:38:18 -0600 > > I find myself with a need for the NBIO package from: > > > >http://www.cs.berkeley.edu/~mdw/proj/java-nbio/ > > > > which implements non-blocking socket I/O. It's sort

about JNI (Re: NBIO (Non-blocking I/O))

2002-02-12 Thread Takashi Okamoto
From: Kenneth Pronovici <[EMAIL PROTECTED]> Subject: Re: NBIO (Non-blocking I/O) Date: Mon, 11 Feb 2002 13:29:10 -0600 > > >4) Is it my responsibility to ensure that the system-wide > > > $LD_LIBRARY_PATH includes /usr/lib/java (or /usr/lib/java/jni), > > > so that the JNI librari

Re: about JNI (Re: NBIO (Non-blocking I/O))

2002-02-12 Thread Kenneth Pronovici
> I mean that other than Java use LD_LIBRARY_PATH. So, LD_LIBRARY_PATH > shouldn't be defined _system-wide_. I think LD_LIBRARY_PATH should be > defined at _startup script_. > For example, ant has startup script in /usr/bin/ant. If ant use JNI > (in fact, it's not used), LD_LIBRARY_PATH is define

Re: NBIO (Non-blocking I/O)

2002-02-12 Thread Takashi Okamoto
From: Kenneth Pronovici <[EMAIL PROTECTED]> Subject: Re: NBIO (Non-blocking I/O) Date: Mon, 11 Feb 2002 20:38:18 -0600 > > I find myself with a need for the NBIO package from: > > > >http://www.cs.berkeley.edu/~mdw/proj/java-nbio/ > > > > which implements non-blocking socket I/O. It's sort

about JNI (Re: NBIO (Non-blocking I/O))

2002-02-12 Thread Takashi Okamoto
From: Kenneth Pronovici <[EMAIL PROTECTED]> Subject: Re: NBIO (Non-blocking I/O) Date: Mon, 11 Feb 2002 13:29:10 -0600 > > >4) Is it my responsibility to ensure that the system-wide > > > $LD_LIBRARY_PATH includes /usr/lib/java (or /usr/lib/java/jni), > > > so that the JNI librar