RE: jk2.properties

2004-06-06 Thread Martinelli Paolo A.
Nice try, but unfortunately does not work... ;o) What I want to do is to use the mx4j features implemented in Tomcat to collect statistical information and I need to move the jk2.properties file for a security issue. By the way this is not my only problem, for example: the mx4j functionality

RE: mod_jk2 connector

2004-06-06 Thread Ricky
Hi, Thanks for replay. I already comment all and the error disappear from Catalina.out But still can not integrated apache 2 with tomcat 5. Any ideas why? Are there any other ways to connect tomcat 5 with apache 2? Best Regards, Ricky -Original Message- From: Mark Lowe [mailto:[EMAIL

Re: Test

2004-06-06 Thread Reynir Þór Hübner
we´re seeing this one. hope it helps -reynir stella luna wrote: is anyone seeing my posts? just want to be sure...i keep getting something that it is being bounced back - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Re: Tomcat 4.1.30 HTTP-HTTPS redirect problem (second attempt)

2004-06-06 Thread Ryan Stewart
Ah, thanks! I'll have to go with option 2 as I'm pretty well tied to Tomcat 4 and I have to develop toward IE. -Original Message- From: Bill Barker[EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Sat Jun 05 21:47:40 PDT 2004 Subject: Re: Tomcat 4.1.30 HTTP-HTTPS redirect problem (second

Tomcat MaxThreads and sessions

2004-06-06 Thread ariel
Hi All, I wonder if someone can help me: I am using Apache 2.0.49 with AJP connector (mod_jk) to Tomcat 5.0.19. on a Red Hat Linux 8.0 3.2-7 Server. This server serves ten thousands of users. Lately (after upgrading to tomcat 5) I experience a strange problem: My server stops to respond to

RFC and j_security_checks

2004-06-06 Thread Ben Bookey
Dear List, Q.1 We implement the integrated security model inside our app context [defined in server.xml ]. Realm className=org.apache.catalina.realm.JDBCRealm debug=99 driverName=oracle.jdbc.driver.OracleDriver connectionURL=jdbc:oracle:thin:@ 100.100.100.60:1521:ingeo

Re: HTTP header for dynamic pdf and IE6

2004-06-06 Thread Dean A. Hoover
Mark Lowe wrote: I've seen this before ;o) Try appending .pdf to the actual request. /myapp/pdfgen.do;iehack=.pdf That's not what seems to matter. If I change Content-Type from attachment to inline, the document opens OK in Acrobat Reader but the Open/Save dialog does not come up. As I stated in

The mystery of the vanishing window - solved

2004-06-06 Thread sowmya
Hi all, I solved the problem. There was a ; in my JAVA_HOME variable !! No idea how that managed to get there..but thanks for your help everyone. I redirected the startup.bat file messages to another file like Oswald mentioned - which had the message about JAVA_HOME being not defined. So

Re: RFC and j_security_checks

2004-06-06 Thread Victor R. Cardona
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ben Bookey wrote: | Q.3 I am actually amazed (and impressed) that the windows compiled classes, | work on the linux machine!! My understanding is that the compiled | byte-code is operating system dependent. i.e. our windows .class files | should

MOD_JK2 and Tomcat start page

2004-06-06 Thread stella luna
How to i get the default tomcat index.jsp page to appear using mod_jk2? I got the examples to work, but mapping a uri to the ROOT does not do much for me. I guess my ultimate goal is to be able to use the manager and admin tools. Anyone have anythoughts on this? TDG

Re: Disable session serialization?

2004-06-06 Thread Barnet Wagman
Thanks. An example of the Manager .../ element was not included in the sample server.xml in Tomcat 5.0.19 FYI (and for the archives) in Tomcat 5 (which I think has slightly different parameters than Tomcat 4), the following seems to work (although it's hard to test): Manager

Very sporatic problem of OLD value request.getQueryString()

2004-06-06 Thread Barnet Wagman
I've run into a /very/ sporatic problem and was wondering if anyone has had a similar problem (Tomcat 5.0.19). I have a servlet that reads the query string from HttpServletRequest (ie. HttpServletRequest.getQueryString()). Occasionally it seems to get an old version. This only occurs at the

Problems with InitialContext and threads

2004-06-06 Thread Tim de Boer
Hi All I have a problem with my Tomcat 4.1.24 installation which I'm hoping someone may have an answer for. I have a little quartz scheduler running in Tomcat which I start with a servlet (previously started with a listener but switched to servlet in the hope it might fix things - both ways

Katja Handtusch/268/DCAG/DCX ist außer Haus.

2004-06-06 Thread katja.handtusch
Ich werde ab 07.06.2004 nicht im Büro sein. Ich kehre zurück am 18.06.2004. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. Bei dringenden Angelegenheiten wenden Sie sich bitte an meine Vertretung Alexandra Pürschel (Tel.: 5463).

Re: Using EL

2004-06-06 Thread Keith Hankin
According to the spec, this is only true for Servlet 2.3 and earlier... 2.4 should, by default, automatically support ${var} anywhere in the page. - Original Message - From: Ariel Valentin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, June 06, 2004 7:10 AM Subject: Re: Using EL

Re: Where to put tld files for jarred custom taglibs?

2004-06-06 Thread Keith Hankin
The manifest doesnt' really have anything in it. Just the default manifest that is created from jarring with ant task. Should it have anything special for this to work? - Original Message - From: Ariel Valentin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, June 06, 2004 7:14 AM