You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Nacho <na...@siapi.es> on 2000/11/20 02:26:37 UTC

TC 3.3: RE: cvs commit: jakarta-tomcat/src/share/org/apache/tomca t/service/connector Ajp13ConnectorRequest.java

Hola a Todos:

> Asunto: cvs commit:
> jakarta-tomcat/src/share/org/apache/tomcat/service/connector
> Ajp13ConnectorRequest.java
> 

How about definitely deprecate org.apache.tomcat.service packages??

I just have a patch about this to clean the last dependencies on this
packages , mainly org.apache.tomcat.taks.StopTomcat, and
org.apache.tomcat.taks.ApacheConfig...

So this packages are not used anymore inside tomcat ( everything is an
interceptor ) , this can be safely rubbed out.. if nobody disagrees i'll
clean this soon..


Saludos ,
Ignacio J. Ortega


where I can find nsapi.dsp or nsapi.dsw

Posted by bo yang <bo...@hotmail.com>.
Hello:

I want to build myself the redirector.dll for redirect iplanet to Tomcat . but I can not find the naspi.dsp or nsapi.dsw. Could anyone give me some hint?

Thanks,

Bo




Re: TC 3.3: RE: cvs commit: jakarta-tomcat/src/share/org/apache/tomca t/service/connector Ajp13ConnectorRequest.java

Posted by cm...@yahoo.com.
> Hola a Todos:
> 
> > Asunto: cvs commit:
> > jakarta-tomcat/src/share/org/apache/tomcat/service/connector
> > Ajp13ConnectorRequest.java
> > 
> 
> How about definitely deprecate org.apache.tomcat.service packages??

The package has been refactored and moved to
org.apache.tomcat.modules.server.

The new code is much better ( IMHO ), but I wanted to keep a backup, in
case something goes wrong. 

I think you are right, it is better to just remove it: 

+1 from me.

> So this packages are not used anymore inside tomcat ( everything is an
> interceptor ) , this can be safely rubbed out.. if nobody disagrees i'll
> clean this soon..

Well, not everything is an interceptor :-), but the server connector does
benefit a lot from beeing an interceptor ( not only because it'll make SSL
support easier, but also the "real" server connector will be more
powerfull).


Costin