You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Raj Dasgupta <Ra...@exostar.com> on 2003/08/28 21:18:10 UTC

Using

I am a novice with Tomcat and am trying to connect Tomcat to our Iplanet Web
Server 4.11  on Solaris using the JK2 connector.  Here are my questions:

1.  How do I download the JK2 connector?  Everytime I try to download from
 
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0.
2/src/
I get a jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz that has a .tar.tar
extension that seems to be corrupt.



2.  Assuming I am able to download this .gz file successfully,  What files
are required for the Iplanet - Tomcat connector.  I looked at the Netscape
How-To but that seems to have directions mostly for Windows.   Is the nsapi
redirector a shared object that I have to make and then I simply have to
update the obj.conf?


Thanks
Raj Dasgupta
703-793-7799
Exostar LLC

Re: Using

Posted by Bill Barker <wb...@wilshire.com>.
"John Turner" <to...@johnturner.com> wrote in message
news:3F4E5827.2040607@johnturner.com...
> Raj Dasgupta wrote:
>
> > I am a novice with Tomcat and am trying to connect Tomcat to our Iplanet
Web
> > Server 4.11  on Solaris using the JK2 connector.  Here are my questions:
> >
> > 1.  How do I download the JK2 connector?  Everytime I try to download
from
> >
> >
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0.
> > 2/src/
> > I get a jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz that has a
.tar.tar
> > extension that seems to be corrupt.
>
> Its corrupt because you're most likely using Solaris tar to extract the
> files.  GNU projects require GNU tar.  GNU tar and Solaris tar are
> incompatible.  Try extracting with GNU tar.
>

Or, even more likely, it is because he is downloading using MSIE (which has
a nasty habit of converting .tar.gz to .tar.tar).  Try renaming the file
back to .tar.gz, and it should work.

> John




Re: Using

Posted by John Turner <to...@johnturner.com>.
Raj Dasgupta wrote:

> I am a novice with Tomcat and am trying to connect Tomcat to our Iplanet Web
> Server 4.11  on Solaris using the JK2 connector.  Here are my questions:
> 
> 1.  How do I download the JK2 connector?  Everytime I try to download from
>  
> http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0.
> 2/src/
> I get a jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz that has a .tar.tar
> extension that seems to be corrupt.

Its corrupt because you're most likely using Solaris tar to extract the 
files.  GNU projects require GNU tar.  GNU tar and Solaris tar are 
incompatible.  Try extracting with GNU tar.

John