Re: SSL configuration on apache tomcat 6 - Oracle EL5

2011-12-05 Thread Oladapo Moshood
Dan, This is what I actually have in my Oracle EL5. The other information I sent on apache-tomcat-7 was done on my redhat 6 to see if the error i'm getting is a bug in apache-tomcat-6, but got the same error. Here is how i installed it on Oracle EL5: I have the native libraries in /usr/share/apac

Re: SSL configuration on apache tomcat 6 - Oracle EL5

2011-12-05 Thread Oladapo Moshood
Dear Dan, I have the native libraries in /usr/share/apache-tomcat-7.0.23/bin/tomcat-native-1.1.22-src/jni/native to install tomcat native. I Installed with "./configure --with-apr=/usr/local/apr-httpd/ --with-java-home=/usr/java/jdk1.7.0/" Thank you On Mon, Dec 5, 2011 at 2:23 PM, Daniel Miku

Re: How to I add JSTL Lib to Tomcat with Netbeans

2011-12-05 Thread Mark Eggers
- Original Message - > From: Kiran Badi > To: Tomcat Users List > Cc: > Sent: Monday, December 5, 2011 6:34 PM > Subject: How to I add JSTL Lib to Tomcat with Netbeans > > Hi > > I have jstl-api-1.2 and jstl-impl-1.2 jars in web/lib folder for my project > setting.Is this the right s

Re: Do any of the Tomcat LDAP-type realms support "no password" authentication?

2011-12-05 Thread ohaya
Rainer Jung wrote: > On 05.12.2011 10:42, oh...@cox.net wrote: > > > > "André Warnier" wrote: > >> oh...@cox.net wrote: > >> ... > >>> Rainer Jung wrote: > Although this thread has moved forward towards the role topic, I want to > give some infos about the user forward

How to I add JSTL Lib to Tomcat with Netbeans

2011-12-05 Thread Kiran Badi
Hi I have jstl-api-1.2 and jstl-impl-1.2 jars in web/lib folder for my project setting.Is this the right setting to add JSTL jars or I need to add this to tomcats's lib directory ? I am using netbeans 7.01 with tomcat 7.0.11 on windows 7.For some reasons I feel that jstl lib is not used by m

Re: Character set issue

2011-12-05 Thread Konstantin Kolinko
2011/12/6 André Warnier : > Marvin Addison wrote: >>> >>> /can/ the servlet (or one of the filters) >>> do anything that would cause the value of "name1" to /not/ be a correct >>> Java >>> "TÜV" string in the servlet ? >> >> >> Yes, absolutely.  If this is a posted value and some filter fires that

Re: SSL configuration on apache tomcat 6 - Oracle EL5

2011-12-05 Thread Daniel Mikusa
On Mon, 2011-12-05 at 13:20 -0800, Oladapo Moshood wrote: > Dear all, > > I have a very serious problem in making SSL work on apache tomcat 6 on my > oracle EL5. I have been able to configure everything. If I access > http://localhost:8443 it works but if I change the http to https, it > doesn't w

Re: Apache HTTPD <-> Tomcat, Passing Errors

2011-12-05 Thread André Warnier
Jonathan Rosenberg wrote: Thanks for the additional info. I fell asleep at the wheel re: top posting & hit reply (instead of reply to all) by accident. Well, maybe don't do that either (reply to all). Just reply to the list. The people on the list are.. on the list. So any message posted to th

Re: Character set issue

2011-12-05 Thread André Warnier
Marvin Addison wrote: /can/ the servlet (or one of the filters) do anything that would cause the value of "name1" to /not/ be a correct Java "TÜV" string in the servlet ? Yes, absolutely. If this is a posted value and some filter fires that coerces the encoding (e.g. request.getParameter() in

Re: SSL configuration on apache tomcat 6 - Oracle EL5

2011-12-05 Thread Oladapo Moshood
Like I said to Chuck, I'm sorry to everyone. I didn't mean to be disturbing. Please pardon me and please assist. Thank you Hassan. On Mon, Dec 5, 2011 at 2:03 PM, Hassan Schroeder wrote: > On Mon, Dec 5, 2011 at 1:50 PM, Oladapo Moshood > wrote: > > Still waiting to hear from you folks. > > Ah

Re: SSL configuration on apache tomcat 6 - Oracle EL5

2011-12-05 Thread Oladapo Moshood
Oh I'm really sorry Chuck, It's good to hear from you. I wanted to say I presumed my server.xml is well configured that was why I can only see one error. Below is what I have in my server.xml: Thank you On Mon, Dec 5, 2011 at 1:54 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrot

Re: SSL configuration on apache tomcat 6 - Oracle EL5

2011-12-05 Thread Hassan Schroeder
On Mon, Dec 5, 2011 at 1:50 PM, Oladapo Moshood wrote: > Still waiting to hear from you folks. Ah, you'd be wanting our "Tier 2" 30-minute-response support, then. Would you like to put that on your Visa or MasterCard? -- Hassan Schroeder hassan.schroe...@gmail.com http

RE: SSL configuration on apache tomcat 6 - Oracle EL5

2011-12-05 Thread Caldarale, Charles R
> From: Oladapo Moshood [mailto:morec...@gmail.com] > Subject: Re: SSL configuration on apache tomcat 6 - Oracle EL5 > Still waiting to hear from you folks. A bit impatient, are we? Remember, everyone on this list is a _volunteer_, not paid. If you want immediate answers, hire someone. > I p

Re: Apache HTTPD <-> Tomcat, Passing Errors

2011-12-05 Thread Jonathan Rosenberg
Thanks for the additional info. I fell asleep at the wheel re: top posting & hit reply (instead of reply to all) by accident. Repetently yours, -- Jonathan Rosenberg Founder & Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ On Mon, Dec 5, 2011 at 4:18 PM, Mark Mon

Re: SSL configuration on apache tomcat 6 - Oracle EL5

2011-12-05 Thread Oladapo Moshood
Still waiting to hear from you folks. I presume if I did not configure server.xml right, then I should see more errors than this. This is my only challenge, please help me out. On Mon, Dec 5, 2011 at 1:20 PM, Oladapo Moshood wrote: > Dear all, > > I have a very serious problem in making SSL wor

SSL configuration on apache tomcat 6 - Oracle EL5

2011-12-05 Thread Oladapo Moshood
Dear all, I have a very serious problem in making SSL work on apache tomcat 6 on my oracle EL5. I have been able to configure everything. If I access http://localhost:8443 it works but if I change the http to https, it doesn't work. I check my catalina.out log to see with and I saw: 5-Dec-2011 18

Re: Apache HTTPD <-> Tomcat, Passing Errors

2011-12-05 Thread Mark Montague
On December 5, 2011 16:04 , Jonathan Rosenberg wrote: On Mon, Dec 5, 2011 at 3:51 PM, Mark Montague wrote: On December 5, 2011 15:42 , Jonathan Rosenberg wrote: I'd like page-request errors on the Tomcat side to be to be passed back to httpd for handling. right now, Tomcat formats the erro

Re: Tomcat 7 - New attribut aliases in the context configuration item

2011-12-05 Thread Sylvain Laurent
It's not for eclipse only. The ticket talks about eclipse because that was the main motivation for the feature, but it's totally independent. On 5 déc. 2011, at 15:15, Sylvain Goulmy wrote: > Well, what is described in this ticket seems to concern Tomcat in the > Eclipse environment, i'd like t

Re: Apache HTTPD <-> Tomcat, Passing Errors

2011-12-05 Thread Mark Montague
On December 5, 2011 15:42 , Jonathan Rosenberg wrote: I am using Tomcat 7.0.22, Java 1.6 on a Linux box. Front-end is Apache/2.2.17 connected using proxypass with ajp. I'd like page-request errors on the Tomcat side to be to be passed back to httpd for handling. right now, Tomcat formats the

Apache HTTPD <-> Tomcat, Passing Errors

2011-12-05 Thread Jonathan Rosenberg
I am using Tomcat 7.0.22, Java 1.6 on a Linux box. Front-end is Apache/2.2.17 connected using proxypass with ajp. I'd like page-request errors on the Tomcat side to be to be passed back to httpd for handling. right now, Tomcat formats the error page & passes that back. I've spent some time digg

Tomcat won't start after Windows Reboot

2011-12-05 Thread Justin Larose
Hello, I just noticed after logging onto the Windows Server that my Tomcat service will not startup anymore. It was working fine on my last login (Nov 17th). I noticed the server was rebooted after some patches ... (I am not in the Windows Support Team so do now know). This is the catalina err

Re: Tomcat filter-mapping dispatcher forward

2011-12-05 Thread Kris Schneider
On Mon, Dec 5, 2011 at 2:12 PM, Hodchenkov, Paul wrote: > It works when using servlet 3.0 annotations api... I will write the simplest > test case > > Sent from my iPad > > On 05.12.2011, at 20:49, "Mark Thomas" wrote: > >> On 05/12/2011 14:45, Hodchenkov, Paul wrote: >>> Hi all, >>> I am trying

Re: Tomcat filter-mapping dispatcher forward

2011-12-05 Thread Hodchenkov, Paul
It works when using servlet 3.0 annotations api... I will write the simplest test case Sent from my iPad On 05.12.2011, at 20:49, "Mark Thomas" wrote: > On 05/12/2011 14:45, Hodchenkov, Paul wrote: >> Hi all, >> I am trying to configure dispatcher forward rule for filter in tomcat 7.0.22 >>

Re: Tomcat filter-mapping dispatcher forward

2011-12-05 Thread Mark Thomas
On 05/12/2011 14:45, Hodchenkov, Paul wrote: > Hi all, > I am trying to configure dispatcher forward rule for filter in tomcat 7.0.22 > > UrlRewriteFilter > /* > REQUEST > FORWARD > That looks right at first glance. > However, tomcat ignores dispatcher def

Re: Character set issue

2011-12-05 Thread Marvin Addison
> /can/ the servlet (or one of the filters) > do anything that would cause the value of "name1" to /not/ be a correct Java > "TÜV" string in the servlet ? Yes, absolutely. If this is a posted value and some filter fires that coerces the encoding (e.g. request.getParameter() in the case of POST) o

Re: hi

2011-12-05 Thread srilaxmi deevela
no,but i want to practice those examples On Sat, Dec 3, 2011 at 5:12 AM, Pid wrote: > On 02/12/2011 18:03, srilaxmi deevela wrote: > > hi , am going to execute the web application based on structs,what are > the > > basic procedurefor deploy the web application > > > Is this for a homework assig

Tomcat filter-mapping dispatcher forward

2011-12-05 Thread Hodchenkov, Paul
Hi all, I am trying to configure dispatcher forward rule for filter in tomcat 7.0.22 UrlRewriteFilter /* REQUEST FORWARD However, tomcat ignores dispatcher definition and does not fill dispatchers in org.apache.catalina.deploy.FilterMap (used debug) , so i

Re: Tomcat 7 - New attribut aliases in the context configuration item

2011-12-05 Thread Sylvain Goulmy
Well, what is described in this ticket seems to concern Tomcat in the Eclipse environment, i'd like to have the functionnality on the live environment, i'll keep on watching your patch to see if that can give me the functionnality i'm looking for. Thank you for this information. On Fri, Dec 2, 20

Re: Tomcat 7 - New attribut aliases in the context configuration item

2011-12-05 Thread Sylvain Goulmy
Hi Christopher, What does it mean to "extend" an existing file? Replace it or do some > kind of horrendous merge? Here is the order of the ressource research : - Files from my application - Files from the EDR If the ressource is defined both in my app and in the EDR directory then the one from

RE: hi

2011-12-05 Thread Ilya Kazakevich
>>Don't use it. Why build applications on a platform you have doubts >>about? I think you should build all of your applications using snobol. >>See http://en.wikipedia.org/wiki/SNOBOL for websites. I do prefer Ook, but not sure if there are good web frameworks for it: http://www.dangermouse.net/eso

Re: MVC or Model2 with Tomcat

2011-12-05 Thread Pid
>> anyway, here is the out put of the package query on my FreeBSD box: >> ap22-mo_jk-ap2-1.2.30_1 Apache2 JK module for connecting to Tomcat using >> AJP1X > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > Fo

Re: Do any of the Tomcat LDAP-type realms support "no password" authentication?

2011-12-05 Thread Rainer Jung
On 05.12.2011 10:42, oh...@cox.net wrote: "André Warnier" wrote: oh...@cox.net wrote: ... Rainer Jung wrote: Although this thread has moved forward towards the role topic, I want to give some infos about the user forwarding by mod_jk. Some of it was already present in previous pos

Re: Disabling Apps in host root

2011-12-05 Thread Pid
On 04/12/2011 23:52, Caldarale, Charles R wrote: >> From: Jerry Malcolm [mailto:2ndgenfi...@gmail.com] >> Subject: Disabling Apps in host root > >> When I start tomcat > > What exact version? We're not mind-readers, and capabilities vary > considerably depending on what level you're on. > >>

Re: Do any of the Tomcat LDAP-type realms support "no password" authentication?

2011-12-05 Thread ohaya
"André Warnier" wrote: > oh...@cox.net wrote: > ... > > Rainer Jung wrote: > >> Although this thread has moved forward towards the role topic, I want to > >> give some infos about the user forwarding by mod_jk. Some of it was > >> already present in previous posts. > >> > >> 1) In

Re: Do any of the Tomcat LDAP-type realms support "no password" authentication?

2011-12-05 Thread André Warnier
oh...@cox.net wrote: ... Rainer Jung wrote: Although this thread has moved forward towards the role topic, I want to give some infos about the user forwarding by mod_jk. Some of it was already present in previous posts. 1) In order to let Tomcat accept the user, you need to set tomcatA

Re: Do any of the Tomcat LDAP-type realms support "no password" authentication?

2011-12-05 Thread ohaya
Rainer Jung wrote: > On 02.12.2011 17:49, André Warnier wrote: > > oh...@cox.net wrote: > >> oh...@cox.net wrote: > >>> "André Warnier" wrote: > oh...@cox.net wrote: > ... > > > tomcatAuthentication="false" /> > > > That is correct. The "false" means t

Re: Do any of the Tomcat LDAP-type realms support "no password" authentication?

2011-12-05 Thread Rainer Jung
On 02.12.2011 17:49, André Warnier wrote: oh...@cox.net wrote: oh...@cox.net wrote: "André Warnier" wrote: oh...@cox.net wrote: ... That is correct. The "false" means that Tomcat will not do it's own authentication, and will instead rely on the authenticated user-id passed by th