Re: SPNEGO

2007-03-02 Thread Guido Schoepp
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 ---

SPNEGO

2007-03-02 Thread Guido Schoepp
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

Re: Getting Tomcat to display a web page hosted by HTTPD

2006-06-16 Thread Guido Schoepp
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

Re: ajax response from tomcat by including JSP from a servlet - fails silently when HTML is badly formed.

2006-06-04 Thread Guido Schoepp
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

Re: Problem with tomcat realms - can't connect to MySQL

2006-06-04 Thread Guido Schoepp
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

Re: ssl timeout length with jsse with tomcat 5.5

2006-06-04 Thread Guido Schoepp
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.

Re: A way to know if file download has ended

2006-06-03 Thread Guido Schoepp
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

Re: Why no GenericPrincipal?

2006-06-03 Thread Guido Schoepp
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

Re: Why no GenericPrincipal?

2006-06-03 Thread Guido Schoepp
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

Why no GenericPrincipal?

2006-05-31 Thread Guido Schoepp
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

Re: I cannot not compile

2006-05-30 Thread Guido Schoepp
[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?

Realm and Session

2006-05-30 Thread Guido Schoepp
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

Re: increase of JVM´s memory???

2006-05-28 Thread Guido Schoepp
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 -