You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Simon Orchanian <si...@yahoo.com> on 2000/12/14 22:37:35 UTC

location of mod_jk.so

I've downloaded Tomcat3.2 and need
to know where the mod_jk.so file is
so that I can build it.

I'm running Solaris 2.7.

Thanks,
Simon



__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/

Re: Samba expert

Posted by "A.T.Z." <ve...@atz.nl>.
SMB-howto
or www.samba.org
or search for samba via your favorite searchengine.

There is also a list on this.

Bye,



B.


Problems with Jakarta Tomcat

Posted by Lim Swee Tat <st...@3ui.com>.
Hi,
  I have the following errors that I'm hoping will be solved by sharing
it.
1. When using the HttpConnectionHandler of tomcat, if I specify a port
number, say 8080, I have specific instances where when I perform a
	response.sendRedirect(response.encodeURL("/xxx/something.jsp"));
   the tomcat server will redirect the page to the same server but without
setting the correct port number, that is:
  eg.  http://localhost:8080/index.jsp => http://localhost/something.jsp.
  This port number is crucial for me since I have tomcat running different
applications on different ports.

2. When servicing a Runtime process in Tomcat 3.2.1, the process will die,
returning an error and produce no readable or useful output data.  An
exception is caught, but is often not helpful.  Is there a way to know the
circumstances leading to the error?

3. In the current implementation of session interceptor, setting noCookies
to true does not work and usually the session fails when going to another
page.  The setting of this noCookies variable is valuable to me due to our
work on platforms that do not support cookies.

Where can I find help??

Ciao
ST Lim



RE: Samba expert

Posted by AC <sm...@lisea.com>.
http://www.samba.org/

andrea

At 10.38 15/12/2000 +0000, you wrote:
>The only documentation I had was the smb.conf file, wich explains what
>command does what. One thing to check is whether or not you need to use
>encrypted or plain-text passwords. Different versions of Windows may treat
>encryption differently.
>
>Alexander
>
> > -----Original Message-----
> > From: Moursli Nabil [mailto:prestdep@cite-sciences.fr]
> > Sent: Friday, December 15, 2000 10:19 AM
> > To: tomcat-user@jakarta.apache.org
> > Subject: Samba expert
> >
> >
> > Is there any Samba expert out there? I know it's not the right
> > mailling-list.
> > But Anyway, I installed the samba-2.0.3-8.i386.rpm. with the right
> > readline properties, and I did all the conf in my smb.conf. I can see
> > my Redhat computer on the Windows workgroup, but I can't acces it,
> > with no user.
> >
> > Any help would be apreciated. Like an good documentation about samba?
> >
> > Thx in advance.
> >
> > Nabil.
> >
> > CMG Paris.
> >
> >
> >


RE: Samba expert

Posted by Alexander Telnikoff <at...@red-oct.u-net.com>.
The only documentation I had was the smb.conf file, wich explains what
command does what. One thing to check is whether or not you need to use
encrypted or plain-text passwords. Different versions of Windows may treat
encryption differently.

Alexander

> -----Original Message-----
> From: Moursli Nabil [mailto:prestdep@cite-sciences.fr]
> Sent: Friday, December 15, 2000 10:19 AM
> To: tomcat-user@jakarta.apache.org
> Subject: Samba expert
>
>
> Is there any Samba expert out there? I know it's not the right
> mailling-list.
> But Anyway, I installed the samba-2.0.3-8.i386.rpm. with the right
> readline properties, and I did all the conf in my smb.conf. I can see
> my Redhat computer on the Windows workgroup, but I can't acces it,
> with no user.
>
> Any help would be apreciated. Like an good documentation about samba?
>
> Thx in advance.
>
> Nabil.
>
> CMG Paris.
>
>
>


Samba expert

Posted by Moursli Nabil <pr...@cite-sciences.fr>.
Is there any Samba expert out there? I know it's not the right
mailling-list.
But Anyway, I installed the samba-2.0.3-8.i386.rpm. with the right
readline properties, and I did all the conf in my smb.conf. I can see
my Redhat computer on the Windows workgroup, but I can't acces it,
with no user.

Any help would be apreciated. Like an good documentation about samba?

Thx in advance.

Nabil.

CMG Paris.


Re: location of mod_jk.so

Posted by Wojciech Wasowicz <ww...@softgroup.net.pl>.
Simon Orchanian wrote:

> I've downloaded Tomcat3.2 and need
> to know where the mod_jk.so file is
> so that I can build it.
>
> I'm running Solaris 2.7.
>
> Thanks,
> Simon
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Shopping - Thousands of Stores. Millions of Products.
> http://shopping.yahoo.com/

You can compile one from src pacage of tomcat - it is described in
mod_jk.HOW-TO (in docs of tomcat package) - I've done it that way
and it works.

Wojtek