Caldarale, Charles R schrieb:
The krb5 extension to jCIFS might satisfy your needs:
http://jcifs.samba.org/
Thanks, haven't seen that before.
I discovered http://dev.taglab.com/sites/taglab-public/support/spnego.html
But I'd like to know if anybody's using such a tool.
Guido
---
Hi,
did anybody successfully bind a SPNEGO auth to a webapp?
If so, which libraries are you using?
Or are you using SPNEGO with an Apache in front of Tomcat?
Guido
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsu
Mann, Bradley schrieb:
The problem I am having is getting my web application to display a web
page that is located in a folder in the document_root of HTTPD, namely
http://localhost/Dir1/serverMessage.html
Every time the web application attempts to display this page I instead
get a 404 error, s
Have you ever tried to treat the HTML as CDATA?
Like that:
out.print("");
out.close();
This will not solve your logging problem, but maybe the root cause of
your troubles ;-)
Guido
-
To start a new topic, e-mail: users@tomc
Sarah Parrott schrieb:
and in my servers.xml document:
[...]
I've added the jar file for the jdbc driver to the classpath for the
project, and I can connect to the database fine through eclipses 'Database
Explorer' using the same connection URL.
Any ideas why this is not working?
By configuri
Jason Pendrey schrieb:
I want to know how to control the length of time that an ssl connection
timesout and a user needs to login again. Right now its too short and I
can't find anything in the server.xml ssl connector node that seems to
change that. I'm using tomcat 5.5 with the latest jsse.
Bachler, Elisabeth (Elisabeth) schrieb:
I have an application that uses tomcat 5.0.19. At one point in my
application, the user has the possibility to click on a certain link in
order to download a file.
Once the file is downloaded, I would like the application to go to a certain
jsp page is
Mark Thomas schrieb:
Mh, is this not the right list for these kind of questions?
http://tomcat.apache.org/faq/tomcatuser.html#why
So I hope it's "No one knows the answer".
Guido
-
To start a new topic, e-mail: users@tomca
Mh, is this not the right list for these kind of questions?
Guido
Guido Schoepp schrieb:
I set up a JSP to get the user principal. But when trying to access the
principal by
request.getUserPrincipal(),
I'll always get a plain Principal class. I expected to get a
GenericPrincipal cla
Hi,
I set up a JSP to get the user principal. But when trying to access the
principal by
request.getUserPrincipal(),
I'll always get a plain Principal class. I expected to get a
GenericPrincipal class by the container's UserDatabaseRealm.
I'm using the Tomcat default configuration with the
[EMAIL PROTECTED] wrote:
I don't see any errors in the console but I can not locate any *.class
files. I am creating an application with a login form, action and jsp. I
ask Eclipse to build the project but I cannot locate these files. Is there
somewhere I need to be looking for error messages?
Hi,
is it possible to a access the Session object out of a RealmBase class?
I'd like to write a Realm class that authenticates against another web
site. This web site works with a session cookie which is set after
authentication. So I'd like to authenticate with a HttpClient object
which shou
Iosev Perez Rivero wrote:
> Hot to increment the JVM´s memory???
> I need increase of JVM´s memory because I need that tomcat use more
memory for work.
You can use the -Xms/-Xmx command line parameters of the java interpreter:
-Xms : initial heap size
-Xmx : maximum heap size
e.g. "java -
13 matches
Mail list logo