.htaccess / access restriction

2003-06-05 Thread Henning Heil
Hi everybody! I am wondering a bit how I can get a simple access control for a dir under tomcat. I am talking about a dir directly under the root-context - is there something similar to .htaccess? Other possibilities? Thanks for your help, Henning

[HELP] installing oracle thin driver for tomcat

2003-04-04 Thread Henning Heil
Hello all! I am really stuck installing the mentioned driver (or might sth else be wrong?). What I have done up to date: - downloaded ojdbc14.jar form Oracle - copied it into tomcat/common/lib directory - set the classpath to point to the file - restarted all the stuff (tomcat, apache) - I use

Re: Form Auth

2003-04-01 Thread Henning Heil
Hi Michael, Michael D. Kirkpatrick wrote on 01.04.2003 17:05 I am not quite sure if this question is suitable for this mailing list. If not, please forgive me. [snip] So here is my question. How can I capture the original query string or make the query string in web.xml dynamic? in

[OT] destructive / negative / pathology testing *help, help!*

2003-03-27 Thread Henning Heil
help will be welcome - thanks a lot! Rgds, Henning Heil P.S.: This must not necessarily go over the list, PM will be fine. P.P.S.: If anyone is interested in I can provide the material I found so far - To unsubscribe, e-mail

Re: [OT] destructive / negative / pathology testing *help, help!*

2003-03-27 Thread Henning Heil
In addition to my first post and to clear things up a bit: I am a little step further at the moment, in general you can say negative testing is going beyond the borders of normal (load, stress, fail-over, UAT, etc.) testing. Some aspects of negative testing in my (just reached and incomplete)

Re: Taglibs are not interpreted with Tomcat 4.1.18

2003-02-13 Thread Henning Heil
Hello Thorsten, List, I am far away form being a pro with this but it seems to me I have the same problem with an out of the box app. It's only a beta but all concerning taglibs seems fine within the app (it's running for other people on other tomcat versions) and on the other hand the taglibs

Re: Remote Restart Tomcat 4.1.8

2003-01-30 Thread Henning Heil
haytham, it's a question of 'how remote you are' and the OSes you're using, solutions for win: a) install a terminal - server - client constellation (should work for other OSes too) or b) get VNC from ATT Research labs, that's fun ! (http://www.uk.research.att.com/vnc) cheers, henning

Re: [OT] jspMyAdmin

2003-01-29 Thread Henning Heil
Nachricht- Von: Henning Heil [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 28. Januar 2003 21:50 An: Tomcat Users List Betreff: [OT] jspMyAdmin Good evening! (or good-whatever daytime you may have :-)) I just found an older version (0.6) of this tiny little app, google can't find anything

Re: MySQL Hell

2003-01-29 Thread Henning Heil
Erik, a.f.a.i.k. the driver has to be added to the classpath (I did it like that and it works fine.) rgds, Henning Erik Price wrote: Jacob Kjome wrote: Hello Mehdi, If you are using DBCP connection pooling, your driver *must* exist in CATALINA_HOME/common/lib. This is because the DBCP

Re: AW: [OT] jspMyAdmin

2003-01-29 Thread Henning Heil
Power-Netz (Schwarz) wrote: org.apache.jasper.JasperException: /myadmin/jspmyadmin/index.jsp(16,0) This absolute uri (http://jakarta.apache.org/taglibs/i18n-1.0) cannot be resolved in either web.xml or the jar files deployed with this application at

Re: bypass form login page

2003-01-29 Thread Henning Heil
maybe: - recognize user already registered (cookie?) - start a session - add auth=yes or sth like that to the sessions-params - foward to the desired page rgds, henning Maxime Colas des Francs wrote: Hi, I build an application with a private zone (protected by a FORM-LOGIN page). Is

Re: Serving files from the Apache docroot

2003-01-27 Thread Henning Heil
Hi Peter, I had and have the same problem - and didn't find a solution yet. A more or less good workaround I discussed with (or better was a suggestion by) Mike Bachrynowski (who is also member on the list) could be to completely mirror the apache docroot to the tomcat docroot. This in my

Re: Serving files from the Apache docroot

2003-01-27 Thread Henning Heil
Mike Bachrynowski wrote: [...] My IT Operations colleagues who have a more detailed knowledge of configuring Apache than I have suggest that if Tomcat is not configured as stand-alone and MIME type support on Tomcat for all except jsp, xml and xslt is removed then all should work OK. Perhaps

[again] workers2.properties

2003-01-24 Thread Henning Heil
Hi there! mod_jk2 again, I'm getting nuts with this! (is there anybody who masters this?) Well, I'm really stuck, no way back or forward. What I basicallay wanna do at the moment is, to use Tomcat just the way I use the php-module: whenever a jsp-File is requested, just process the java-part,

Hello list / workers2.properties

2003-01-23 Thread Henning Heil
Hello list, my name is Henning and I'm new here. Starting to use Apache and Tomcat together I made the jk2-Module work for me but I'm not satisfied yet: How can I set the workers2.properties file to deliver all files ending *.jsp to the Tomcat-engine? Yes, I could read the documentation, I

Re: Hello list / workers2.properties

2003-01-23 Thread Henning Heil
:/*/*/*.jsp] [uri:/*/*/*/*.jsp] [uri:/*/*/*/*/*.jsp] info=Map all jsp I do not nest deeper than 5. Regards Mike -Original Message- From: Henning Heil [mailto:[EMAIL PROTECTED]] Sent: 23 January 2003 11:34 To: [EMAIL PROTECTED] Subject: Hello list / workers2.properties Hello list, my name