You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by AC <sm...@lisea.com> on 2001/12/15 12:36:05 UTC

RE: Samba expert

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.
> >
> >
> >


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