You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Ignacio J. Ortega" <na...@siapi.es> on 2002/05/23 13:02:56 UTC

RE: cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi jk_isapi_plugin.c

>   Added few #ifdefs to make it compile with my version of 
> MSVC ( probably
>   an old one ).

It's not a new MSVC version, You need to download the Microsoft Platform
SDK, to get the includes and libs needed to compile an
isapi_redirector2.dll with all the later developments, mainly to be able
to specify tomcatAuthentication="false" on iis5, that is to be able to
use Native IIS Auth on tomcat, so i would prefer very much to add the
needed info to some readme, than to permit to build a non Complete
i_r2.dll

Saludos ,
Ignacio J. Ortega

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi jk_isapi_plugin.c

Posted by co...@covalent.net.
On Thu, 23 May 2002, Ignacio J. Ortega wrote:

> >   Added few #ifdefs to make it compile with my version of 
> > MSVC ( probably
> >   an old one ).
> 
> It's not a new MSVC version, You need to download the Microsoft Platform
> SDK, to get the includes and libs needed to compile an
> isapi_redirector2.dll with all the later developments, mainly to be able
> to specify tomcatAuthentication="false" on iis5, that is to be able to
> use Native IIS Auth on tomcat, so i would prefer very much to add the
> needed info to some readme, than to permit to build a non Complete
> i_r2.dll

Well, I don't think it hurts too much to allow a build with the 'plain' 
MSVC ( just 3 #ifdefs, the code is reasonably clean ). I'll try to
get the SDK, but if it requires me to signon ( to passport :-) - I'll
give up.

I assume some ISAPI servers ( and PWS ) do not support the new stuff 
anyway.

I'm fine with requiring the MP SDK if it's easy to download, but at 
least for now I would prefer beeing able to compile with a plain MSVC.

Costin


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>