Re: log analyzer?

2001-11-13 Thread hische
/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Please respond to Tomcat Users List [EMAIL PROTECTED] To:        [EMAIL PROTECTED] cc:         (bcc: Wilko Hische/HADV/NL) Subject:        log analyzer? Hi friends, Is there any utility that can help to analyze the log file of Tomcat

Implementing a Certificate Authority server using Tomcat

2001-10-04 Thread hische
Hi all, Is there anybody who could point me in the right direction, when I would like to setup a certification process for issuing SSL client certificates to browsers, preferably using Tomcat standalone? I really appreciate any help on this, this area is quite new to me. - Wilko

How to invalidate an SSL client certificate

2001-10-03 Thread hische
Hi, I am planning to use SSL client certificates with Tomcat standalone I am wondering if there is a way to invalidate a client certificate to cover for the (hopefully) rare event the device on which it resides gets lost or stolen. As far as I understand the SSL protocol specifies an

Connector for IIS Tomcat 4?

2001-08-01 Thread hische
Hi, Does anybody know whether the Tomcat redirector plugin for IIS will work with Tomcat 4.X as well? If so are there any special configuration options i have to consider? Thanks, Wilko Hische

Re: Integrating tomcat with a notes server

2001-07-16 Thread hische
There seems to be a connector for it: http://free.tagish.net/domino-tomcat/index.jsp Haven't tried it myself though. Regards, Wilko Hische Please respond to [EMAIL PROTECTED] To:        [EMAIL PROTECTED] cc:         (bcc: Wilko Hische/HADV/NL) Subject:        Integrating tomcat

Re: Providing access to X11 server Using AWT in Linux.

2001-06-29 Thread hische
Hello Allan, You do not have to use an X-server for creating off-screen images if you install Toolkit pja from http://www.eteks.com It's free and does the trick. Wilko Hische Please respond to [EMAIL PROTECTED] To:        [EMAIL PROTECTED] cc:         (bcc: Wilko Hische/HADV/NL) Subject

Re[2]: TomcatBook - was TOMCAT SUCKS

2001-06-29 Thread hische
to [EMAIL PROTECTED] To:        [EMAIL PROTECTED] cc:        [EMAIL PROTECTED] (bcc: Wilko Hische/HADV/NL) Subject:        Re: TomcatBook - was TOMCAT SUCKS [IMAGE] I think tomcatbook must be a sub project of tomcat. Like it or not, we have to overdrive tomcat expert for tomcat development

Re[2]: Antw: AW: Antw:Antw:Antw:Re:Re[2]:TomcatBook-wasTOMCATSUCKS (Abwesenheitsnotiz)(Abwesenheitsnotiz)(

2001-06-29 Thread hische
I have sent an unsubscribe mail to the list server. If it doesn't request a confirmation that should do. Wilko Please respond to [EMAIL PROTECTED] To:        [EMAIL PROTECTED] cc:         (bcc: Wilko Hische/HADV/NL) Subject:        Re: Antw: AW: Antw:Antw:Antw:Re:Re[2]:TomcatBook

DefaultServlet and directory browsing

2001-06-04 Thread hische
Hi, I am trying to disable directory browsing for Tomcat4.0-3b stand-alone. I changed the int-param listings to false, but this did not yield the expected result. However this default servlet seems to be the one in use for my application, since if I comment it out, images and other static

Simple question

2001-06-03 Thread hische
Hi, I know this question is posted over and over again, but still I failed to find an answer (for Tomcat4 that is): How can I disable directory browsing in Tomcat 4.0b3 ? Regards, Wilko Hische

REPOST Please help! Virtual hosts on Tomcat4-3b

2001-05-30 Thread hische
- This application is not currently available in the browser. If I comment out one of the hosts the other works fine. I have tried to strip server.xml down to a bare minimum, but  without any success. It seems paths in separate virtual hosts can conflict... Any ideas?? Regards, Wilko Hische === server.xml

Virtual hosts and identical context paths in Tomcat4b3. Bug??

2001-05-29 Thread hische
. Is this a bug?? I am using Tomcat4b3 on RH Linux 7.0 Regards, Wilko Hische

Re[2]: Why Use apache

2001-05-04 Thread hische
I used this setup of Apache on port 80 and Tomcat on port 8080 as well, but found that some organisations disable browsing on ports other than port 80. Regards Wilko Hische Please respond to [EMAIL PROTECTED] Sent by:        [EMAIL PROTECTED] To:        [EMAIL PROTECTED], [EMAIL

Password list formbased login

2001-04-11 Thread hische
e security. Thanks, Wilko Hische

Re: tomcat documentations

2001-03-27 Thread hische
Hi Batsheva, On this site they are trying put everthing together: http://tomcat.mslinn.com/ Wilko "Batsheva Raviv" [EMAIL PROTECTED] on 27-03-2001 23:34:10 Please respond to [EMAIL PROTECTED] To: "Tomcat Usr \(E-mail\)" [EMAIL PROTECTED] cc: (bcc:

Re: MYSQL CONNECTION CLASS

2001-03-15 Thread hische
I am using the com.javaexchange.dbConnectionBrocker package. It's simple, free and does the trick. Wilko "Guilherme Zambon" [EMAIL PROTECTED] on 15-03-2001 02:29:03 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED], jos placide [EMAIL PROTECTED] cc:(bcc: Wi

Re[2]: Off topic: Single login for separate web applications?

2001-03-14 Thread hische
to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" [EMAIL PROTECTED] cc:(bcc: Wilko Hische/HADV/NL) Subject: RE: Off topic: Single login for separate web applications? There's always Single Sign-On from Novell http://developer.novell.com/research/devnotes/1999/november/

Off topic: Single login for separate web applications?

2001-03-13 Thread hische
the servers would need some shared repository for login/passwords, but how would it be possible after logging in to one server to pass on this fact to the other servers? I hope the answer is as simple as the question, Wilko Hische

Re[2]: Off topic: Single login for separate web applications?

2001-03-13 Thread hische
that I was not aware of. But maybe it just isn't there (yet). Thanks, Wilko "Sam Newman" [EMAIL PROTECTED] on 13-03-2001 15:15:44 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Wilko Hische/HADV/NL) Subject: Re: Off topic: Single login for separate web ap

Re[2]: Off topic: Single login for separate web applications?

2001-03-13 Thread hische
Thanks, I will check it out. Wilko Roby Gamboa 13-03-2001 17:52 Please respond to [EMAIL PROTECTED] Sent by: rgamboa To: [EMAIL PROTECTED] cc:(bcc: Wilko Hische/HADV/NL) Subject: Re: Off topic: Single login for separate web applications? I'm using JAAS to handle

Form based login: protected against password snooping?

2001-03-13 Thread hische
Hi, As far I understand it, when using form based login, login and password are just posted in plain format and are therefore not protected against password snooping. Is that true? And if so, is the only way to use form based login safely, the use of SSL? Or does a sort of mixture between for

Re[2]: Monitor memory and CPU usage of servlets from inside of Tomcat

2001-02-15 Thread hische
Hi, I would like to try RUE on Tomcat 4. Would that be possible? Wilko "shlomi sarfati" [EMAIL PROTECTED] on 15-02-2001 13:04:57 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Wilko Hische/HADV/NL) Subject: RE: Monitor memory and CPU usage of ser

Re: JDBC Realm

2001-02-05 Thread hische
to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Wilko Hische/HADV/NL) Subject: JDBC Realm Hi, I'm working on a project where I'm going to use a MySQL JDBC connection. I noticed in the server.xml something called a JDBCRealm. I was unable to find any any documentation about the JDBCRealm

Re: quick Tomcat question

2001-02-02 Thread hische
-2001 00:35:55 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Wilko Hische/HADV/NL) Subject: quick Tomcat question I have a site in Tomcat, I have no need for Apache as ALL of the pages are dynamic via JSP, servlets, whatever. At any rate, I need to have an acce

Re[2]: Difficulties getting JDBCRealm to work with MySQL driver

2001-01-31 Thread hische
Do you have a suggestion on how to proceed? Thanks, Wilko "Ignacio J. Ortega" [EMAIL PROTECTED] on 31-01-2001 12:13:15 Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" [EMAIL PROTECTED] cc:(bcc: Wilko Hische/HADV/NL) Subject: RE: Difficulties gettin

Re[4]: Difficulties getting JDBCRealm to work with MySQL driv er

2001-01-31 Thread hische
Solved. I thought I had to add something to the web.xml. When I added the realm declaration to the context of my webapplication in server.xml everything worked fine. Thanks again, Wilko Hische "Ignacio J. Ortega" [EMAIL PROTECTED] on 31-01-2001 17:36:34 Please respond

Re: Tomcat - MySql Question

2001-01-23 Thread hische
mm-mysql works for me without any problems. http://mmmysql.sourceforge.net/ Wilko Hische Web master [EMAIL PROTECTED] on 22-01-2001 23:46:12 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Wilko Hische/HADV/NL) Subject: Tomcat - MySql Question Hello

Dedicated JDBCRealm per web application?

2001-01-19 Thread hische
the use of SSL make any difference? I really appreciate any suggestions/comments. Wilko Hische - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Ironical Sun's Servlet API

2001-01-19 Thread hische
MAIL PROTECTED] (bcc: Wilko Hische/HADV/NL) Subject: Ironical Sun's Servlet API hi JSP/Java gurus, It seems ironical that sun's api doesn't have a method to retrieve Multipart-form data or am I wrong??? I want to retrieve from a HTML-form..multipart data...that is name,age,pa

Re[2]: Dedicated JDBCRealm per web application?

2001-01-19 Thread hische
] cc: (bcc: Wilko Hische/HADV/NL) Subject: RE: Dedicated JDBCRealm per web application? Tomcat 3.x (in CVS now it wil be 3.3 soon a Milestone will be dropped in a few weeks ) and Tomcat 4.0 have this posibility you can add requestInterceptors ( Realms in Tomcat 4.0 ) in a perContext basis.

POST without fields -- incorrect PrintWriter in HttpServletResponse ???

2001-01-07 Thread hische
in my web application to circumvent any browser caching problems. Does anybody know whether is this expected behaviour and if so do you have any suggestions on how to work around it? Wilko Hische - To unsubscribe, e-mail: [EMAIL