Re: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Ron Wheeler
Hassan Schroeder wrote: On 3/2/07, Ron Wheeler <[EMAIL PROTECTED]> wrote: Am I correct in assuming that everyone is going to have the same problem with logging. It's not clear to me what "problem" you're trying to solve. I'm running TC 6.0.9 out of the box with Java 6 and log4j for my apps,

Re: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Rémy Maucherat
On 3/2/07, Ron Wheeler <[EMAIL PROTECTED]> wrote: How soon will Tomcat support the current Java version? Is it a big problem to include the extras, if the current Java is not supported? At the moment, Tomcat 6 is developed and builds on Java 5, and runs on Java 5 and 6. I'd like to understand w

RE: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Caldarale, Charles R
> From: Ron Wheeler [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 6 will not compile under Windows with the > current Java > > I really need to get the logging issue resolved so I can > get back to testing. > The Spring crowd seems pretty settled on log4j as their >

Re: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Hassan Schroeder
On 3/2/07, Ron Wheeler <[EMAIL PROTECTED]> wrote: Am I correct in assuming that everyone is going to have the same problem with logging. It's not clear to me what "problem" you're trying to solve. I'm running TC 6.0.9 out of the box with Java 6 and log4j for my apps, no probs. If Spring wants

RE: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Caldarale, Charles R
> From: Rémy Maucherat [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 6 will not compile under Windows with the > current Java > > Do you have evidence which shows this ? Try to not present your > personal opinion as an established fact. The key word above was "large

Re: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Ron Wheeler
Rémy Maucherat wrote: On 3/2/07, Ron Wheeler <[EMAIL PROTECTED]> wrote: The build could be eliminated if the binary distribution contained the extras but it does not. I assume that when everyone using log4j has the same problem, it will. This is not going to happen. It is quite evident the

Re: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Ron Wheeler
Rémy Maucherat wrote: On 3/2/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: No, I was just pointing out that the only platform-dependent code associated with Tomcat is the APR connector (tcnative-1.dll). The performance advantages of using that connector have been largely eliminated by t

Re: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Rémy Maucherat
On 3/2/07, Ron Wheeler <[EMAIL PROTECTED]> wrote: The build could be eliminated if the binary distribution contained the extras but it does not. I assume that when everyone using log4j has the same problem, it will. This is not going to happen. It is quite evident the compilation fails when co

Re: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Ron Wheeler
Caldarale, Charles R wrote: From: Ron Wheeler [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat 6 will not compile under Windows with the current Java I am not sure if Tomcat will start without it Tomcat runs fine without APR - just delete or rename the .dll file if you want to

Re: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Rémy Maucherat
On 3/2/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: No, I was just pointing out that the only platform-dependent code associated with Tomcat is the APR connector (tcnative-1.dll). The performance advantages of using that connector have been largely eliminated by the pure Java NIO connecto

RE: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Caldarale, Charles R
> From: Ron Wheeler [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 6 will not compile under Windows with the > current Java > I am not sure if Tomcat will start without it Tomcat runs fine without APR - just delete or rename the .dll file if you want to experiment with the N

Re: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Ron Wheeler
Caldarale, Charles R wrote: From: Ron Wheeler [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat 6 will not compile under Windows with the current Java With the advent of Tomcat's NIO connector, the APR one is probably superfluous, so you don't need that either.

RE: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Caldarale, Charles R
> From: Ron Wheeler [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 6 will not compile under Windows with the > current Java > > > With the advent of Tomcat's NIO connector, the > > APR one is probably superfluous, so you don't need that either. > >

Re: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Ron Wheeler
Caldarale, Charles R wrote: From: Ron Wheeler [mailto:[EMAIL PROTECTED] Subject: Tomcat 6 will not compile under Windows with the current Java I am bravely or foolishly trying to use Tomcat 6 for a new Spring project. It needs log4j so I gather that I have to recompile Tomcat to get the

Re: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Ron Wheeler
arale, Charles R wrote: From: Ron Wheeler [mailto:[EMAIL PROTECTED] Subject: Tomcat 6 will not compile under Windows with the current Java I am bravely or foolishly trying to use Tomcat 6 for a new Spring project. It needs log4j so I gather that I have to recompile Tomcat to get the extras.

RE: Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Caldarale, Charles R
> From: Ron Wheeler [mailto:[EMAIL PROTECTED] > Subject: Tomcat 6 will not compile under Windows with the current Java > > I am bravely or foolishly trying to use Tomcat 6 for a new > Spring project. It needs log4j so I gather that I have to > recompile Tomcat to get the extra

Tomcat 6 will not compile under Windows with the current Java

2007-03-02 Thread Ron Wheeler
I am bravely or foolishly trying to use Tomcat 6 for a new Spring project. It needs log4j so I gather that I have to recompile Tomcat to get the extras. When I follow the instructions about how to do this, the build fails. I an using Java 6 and get the following errors when I to the "ant downl