Re: tomcat 6.0.13 and maven 2

2007-05-18 Thread Sebastiaan van Erk

Anybody? :-)

Regards,
Sebastiaan

Sebastiaan van Erk wrote:

Hi,

I noticed the tomcat web pages are updated and the 6.0.13 version is 
available.


With maven I was able to use 6.0.10 with the following repository:

   
   tomcat-repository
   http://tomcat.apache.org/dev/dist/m2-repository/
   

However the 6.0.13 version is not there yet. Are there any plans to 
release the 6.0.13 version in this repository?


While I'm asking, is this the correct repository to use for the tomcat 
6 branch jars?


Regards,
Sebastiaan

-
To start a new topic, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: tomcat 6.0.13 and maven 2

2007-05-18 Thread Sebastiaan van Erk

Sure, no problem.

Just tell me what you need and where I should start and I'll look into it.

Regards,
Sebastiaan

Yoav Shapira wrote:

Hi,

On 5/18/07, Sebastiaan van Erk <[EMAIL PROTECTED]> wrote:

Anybody? :-)


There's typically a time lag between the release announcement and the
appearance of the files in the Maven repositories.  Want to contribute
scripts/time or otherwise help in making this faster?

Yoav

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Publishing JAR's to Maven

2007-05-23 Thread Sebastiaan van Erk

Hi,

Just wanted to say thanks. :-)

Regards,
Sebastiaan



Filip Hanik - Dev Lists wrote:
Ok, I think I'm done, just need to document the very messy way of 
setting this up.


BTW, I published 6.0.13 to the staging and the main repository.
I built the extras from the trunk, as I don't think there were any 
changes since 6.0.13


Filip

Filip Hanik - Dev Lists wrote:

I'm gonna take a new stab at this, to get it over with.
this time using the Maven ant-tasks,

Any work already done on this, kindly let me know

Filip

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: 6.0.14 release?

2007-06-29 Thread Sebastiaan van Erk

Filip Hanik - Dev Lists wrote:

first week of July maybe?

thoughts...


What will happen to the Comet developments that you guys were working in?
Will they go in 6.0.14? Will it be backwards compatible?

Regards,
Sebastiaan


Filip

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: 6.0.14 release?

2007-06-29 Thread Sebastiaan van Erk

Remy Maucherat wrote:

Sebastiaan van Erk wrote:

Filip Hanik - Dev Lists wrote:

first week of July maybe?

thoughts...

What will happen to the Comet developments that you guys were working 
in?

Will they go in 6.0.14? Will it be backwards compatible?


Personally, I will be working on Comet developments elsewhere (with an 
API which should remain compatible), and may propose them eventually.


Regardless of what happens, I don't think there will be any backport 
in 6.0.x.



Ok, thanks for the info.

Regards,
Sebastiaan


Rémy



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat 6.0.18 + APR + Ubuntu 7.10 Problem

2009-01-22 Thread Sebastiaan van Erk

Hi,

I'm trying to get APR running on Tomcat 6.0.18.

I'm using the Tomcat zip directly downloaded from the Tomcat website, 
with no changes to any of the config files. I tried both the included 
tcnative-1.1.14 and I also downloaded the tcnative-1.1.16 from Apache; I 
compiled both. However when I start tomcat I get the following error:


Jan 22, 2009 12:04:57 PM org.apache.catalina.core.AprLifecycleListener init
INFO: Loaded APR based Apache Tomcat Native library 1.1.16.
Jan 22, 2009 12:04:57 PM org.apache.catalina.core.AprLifecycleListener init
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters 
[false], random [true].

Jan 22, 2009 12:04:57 PM org.apache.coyote.http11.Http11AprProtocol init
SEVERE: Error initializing endpoint
java.lang.Exception: Socket bind failed: [22] Invalid argument
at org.apache.tomcat.util.net.AprEndpoint.init(AprEndpoint.java:612)
	at 
org.apache.coyote.http11.Http11AprProtocol.init(Http11AprProtocol.java:107)

at 
org.apache.catalina.connector.Connector.initialize(Connector.java:1058)
	at 
org.apache.catalina.core.StandardService.initialize(StandardService.java:677)
	at 
org.apache.catalina.core.StandardServer.initialize(StandardServer.java:795)

at org.apache.catalina.startup.Catalina.load(Catalina.java:530)
at org.apache.catalina.startup.Catalina.load(Catalina.java:550)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:260)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:412)
Jan 22, 2009 12:04:57 PM org.apache.catalina.startup.Catalina load
SEVERE: Catalina.start
LifecycleException:  Protocol handler initialization failed: 
java.lang.Exception: Socket bind failed: [22] Invalid argument

at 
org.apache.catalina.connector.Connector.initialize(Connector.java:1060)
	at 
org.apache.catalina.core.StandardService.initialize(StandardService.java:677)
	at 
org.apache.catalina.core.StandardServer.initialize(StandardServer.java:795)

at org.apache.catalina.startup.Catalina.load(Catalina.java:530)
at org.apache.catalina.startup.Catalina.load(Catalina.java:550)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:260)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:412)
Jan 22, 2009 12:04:57 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1136 ms
Jan 22, 2009 12:04:57 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina

I checked google, and I found a bug report with this error for tcnative, 
which is marked as RESOLVED, CLOSED.


https://issues.apache.org/bugzilla/show_bug.cgi?id=43327

I'm wondering in which version the fix is (since you can see from the 
log that I'm using 1.1.16 and it's not working. I'm also wondering how I 
can resolve this issue and get APR working.


Thanks in advance,
Sebastiaan van ERk


smime.p7s
Description: S/MIME Cryptographic Signature