Hi Mark 

My comment below  ++>




-----Ursprüngliche Nachricht-----
Von: Mark Thomas [mailto:ma...@apache.org] 
Gesendet: Mittwoch, 26. März 2014 20:53
An: Tomcat Users List
Betreff: Re: tomcat 5.5.26 misses a jar contaning 
org.apache.tomcat.core.BaseInterceptor . . .

On 26/03/2014 19:10, Stadelmann Josef wrote:
> For trouble shooting I am about to build an old version 5.5.26 of 
> Apache Jakarta Tomcat

Why not just download a binary distribution from the ASF archives?
++> as I said, I have to trouble shoot and look at the code 
i.e. debugging it to find what triggers a background process at random 
destroying all our contexts?

++> Also, why binary? hmmm, our Tomcat runs on OpenVMS 8.4

> And I am missing a jar containing at least the following 4 members
> 
> import org.apache.tomcat.core.BaseInterceptor;
> import org.apache.tomcat.core.Context; import 
> org.apache.tomcat.core.ContextManager;
> import org.apache.tomcat.core.TomcatException;

None of those classes exist in the 5.5.x branch. Neither will you find them in 
4.0.x, 4.1.x, 5.0.x, 6.0.x, 7.0.x or 8.0.x.
++> how can you assume that 5.526 will build without this classes either as 
source in a sub project or in a jar?
(which one?)

Those classes are from Tomcat 3.3.x (and possibly earlier).
++> I hope I will get it?

> using SVN Tourtoise I to download the project; It does not build and

Sure it does, if you follow the build instructions correctly. 
Granted for 5.5.x that is more complicated than it is for 6.0.x onwards but it 
is doable.
++> OK that is motivation to startr over again, 
++> BUT tell me how can it build without the mentioned classes not found by 
import?
++> when do they come down (downloaded somehow external to the sources of 5.5.26


> I cannot find the files above with this tags version

You won't. See explanation above.

> I have started to maven-ise this project, and are fare almost,

Why? Why? Why?

You have downloaded a project that uses Ant and was never structured to work 
with Maven. 
The chances of you getting a valid 5.5.x build using Maven are close to zero.
++> OK,would not have done so if the ant build would build; 
++> BTW which java jdk was used for 5.5.26 builds?

> but struggle so far to find this members above, better I like to find 
> the jar file with the package org.apache.tomcat.core

I think you need to decide what version it is you actually want first.
++> I just want to build tomcat 5.5.26 

> maybe somebody can give me groupId and artifactId and the maven repository 
> link.
> 
> Looking at maven central is a no go either unless I did a mistake.

Going back that far, only a few versions were uploaded to Maven. 
It depends exactly which version you want. 
You'd be better off (once you have decided which version that is) getting it 
from the ASF archives.
++> I toke it down using svn from apache asf archive
++> Josef

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to