RE: Logging - including host name in log file?

2011-12-02 Thread Caldarale, Charles R
> From: Jerry Malcolm [mailto:2ndgenfi...@gmail.com] > Subject: Re: Logging - including host name in log file? > A context runs in a host. That is a Tomcat-specific implementation mechanism, not something mandated by the servlet spec. Consequently, there is nothing in the spec that would let

Re: Logging - including host name in log file?

2011-12-02 Thread Mark Eggers
> > From: Jerry Malcolm <2ndgenfi...@gmail.com> >To: Tomcat Users List >Sent: Friday, December 2, 2011 6:45 PM >Subject: Re: Logging - including host name in log file? > >Thanks for all of your help.  I decided it was going to be difficult to >maintain/update the

Re: hi

2011-12-02 Thread Srinivas Chejerla
-- in-addition to above post: i was assuming tomcat is running on 8080 port On Sat, Dec 3, 2011 at 1:01 AM, srilaxmi deevela wrote: > i installed tomcat5.5 and jdk1.5 > i want to deploy the structs appliction? i have one apllication,but i dont > know how to run the application? > -- Thanks,

Re: hi

2011-12-02 Thread Srinivas Chejerla
for example, if i have a struts project with context-folder name "strutsproj" as shown strutsproj WEB-INF classes web.xml struts-config.xml index.jsp i would run this like bellow open browser and type - "http://localhost:8080/strutsproj/index.jsp"; in url, this would g

Re: Logging - including host name in log file?

2011-12-02 Thread Jerry Malcolm
Thanks for all of your help. I decided it was going to be difficult to maintain/update the static properties file for all of the different host/apps. So I decided to pursue dynamic configuration at runtime (with success). Each time I need a logger, I simply instantiate a tomcat FileHandler and b

RE: Casting a Connection as an OracleConnection in Tomcat 7

2011-12-02 Thread Martin Gainty
Here is why: >javap oracle.jdbc.OracleConnection | grep oracle public interface oracle.jdbc.OracleConnection extends java.sql.Connection{ public abstract void registerTAFCallback(oracle.jdbc.OracleOCIFailover, java .lang.Object) throws java.sql.SQLException; public abstract oracle.jd

RE: hi

2011-12-02 Thread Martin Gainty
you either need to tell us what a 'structs' application is OR go back to your school in india and learn how STRUTS Applications are built and deployed on a web container Viel Gluck__ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confident

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

2011-12-02 Thread ohaya
oh...@cox.net wrote: > P.S. I forgot to mention: > > As you know, I'd been using a sniffer, to see the data on the > Apache-to-Tomcat connection. I have a sniff from earlier, where I was using > "ProxyPass ajp://", and, comparing that sniff vs. a sniff that I have from > when I tested

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

2011-12-02 Thread ohaya
P.S. I forgot to mention: As you know, I'd been using a sniffer, to see the data on the Apache-to-Tomcat connection. I have a sniff from earlier, where I was using "ProxyPass ajp://", and, comparing that sniff vs. a sniff that I have from when I tested with your suggested , in the latter snif

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

2011-12-02 Thread ohaya
oh...@cox.net wrote: > > "André Warnier" wrote: > > oh...@cox.net wrote: > > > "André Warnier" wrote: > > >> oh...@cox.net wrote: > > >> > > >> .. re-synchronising.. > > >>> I've made some progress. I have a VirtualHost, so I had to add a > > >>> "JkMountCopy 'on'" inside th

Re: Tomcat Logging and HTTP Header question

2011-12-02 Thread Pid
On 02/12/2011 18:12, jmpaul012 wrote: > > Sorry I didn't mean to ask the questions as though this forum is my private > consulting firm. I have done everything I could before I posted on this > forum. I have searched google, experts exchange, asked coworkers, and asked > my previous Tomcat profe

Re: Configuring SSL on TOMCAT6 Using APR connector - Oracle EL 5

2011-12-02 Thread Pid
On 02/12/2011 16:58, Christopher Schultz wrote: > Moshood, > > On 12/2/11 3:56 AM, moshood oladapo wrote: >> > SSLEngine="on" > > That's the second message today from someone trying to use > SSLEngine="on" in their . > > Is the documentation for not clear enough? > http://tomcat.apache.org/tomc

Re: hi

2011-12-02 Thread Pid
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 assignment? p > On Fri, Dec 2, 2011 at 11:30 PM, srilaxmi deevela > wrote: > >> where is the downlo

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

2011-12-02 Thread ohaya
"André Warnier" wrote: > oh...@cox.net wrote: > > "André Warnier" wrote: > >> oh...@cox.net wrote: > >> > >> .. re-synchronising.. > >>> I've made some progress. I have a VirtualHost, so I had to add a > >>> "JkMountCopy 'on'" inside the , and now, it's at least > >>> proxying thr

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

2011-12-02 Thread André Warnier
oh...@cox.net wrote: "André Warnier" wrote: oh...@cox.net wrote: .. re-synchronising.. I've made some progress. I have a VirtualHost, so I had to add a "JkMountCopy 'on'" inside the , and now, it's at least proxying through to the Tomcat using mod_jk!! BUT, it's still not logging me

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

2011-12-02 Thread ohaya
"André Warnier" wrote: > oh...@cox.net wrote: > > .. re-synchronising.. > > > > I've made some progress. I have a VirtualHost, so I had to add a > > "JkMountCopy 'on'" inside the , and now, it's at least > > proxying through to the Tomcat using mod_jk!! > > > > BUT, it's still not log

Re: Casting a Connection as an OracleConnection in Tomcat 7

2011-12-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jason, On 12/2/11 3:54 PM, Jason Perrone wrote: > Yep, screw casting as an Oracle connection. That would be my recommendation. People used to cast to OracleConnection because JDBC didn't have support for LOB types way back in the day. Some old online

Re: hi

2011-12-02 Thread André Warnier
srilaxmi deevela wrote: i installed tomcat5.5 and jdk1.5 Ok, that was good practice. Now remove them both, and install java 1.7 and Tomcat 7.0, which are the current versions. i want to deploy the structs appliction? The real name is probably "Struts", right ? i have one apllication,but i

RE: Casting a Connection as an OracleConnection in Tomcat 7

2011-12-02 Thread Jason Perrone
Bingo. Yep, screw casting as an Oracle connection. Just do this: session.beginTransaction(); PreparedStatement st = session.connection().prepareStatement("alter session set TIME_ZONE='" + timeZone.getID() + "'"); st.execute(); session.connection().commit(); st.close(); Thanks Christopher, for

RE: Casting a Connection as an OracleConnection in Tomcat 7

2011-12-02 Thread Jason Perrone
I might be able to do it as an SQL statement instead of using this driver method... -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Friday, December 02, 2011 3:29 PM To: Tomcat Users List Subject: Re: Casting a Connection as an OracleConnection

RE: Casting a Connection as an OracleConnection in Tomcat 7

2011-12-02 Thread Jason Perrone
I have a customer who is using Oracle Timestamps with TIMEZONE and in order to get any dates out of this database you have to call an Oracle specific JDBC method to set the TimeZone on the session. So, you have to cast the connection to an OracleConnection so you have access to that set timezon

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

2011-12-02 Thread André Warnier
oh...@cox.net wrote: .. re-synchronising.. I've made some progress. I have a VirtualHost, so I had to add a "JkMountCopy 'on'" inside the , and now, it's at least proxying through to the Tomcat using mod_jk!! BUT, it's still not logging me into the Tomcat :(... I don't want to post the ent

Re: Casting a Connection as an OracleConnection in Tomcat 7

2011-12-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jason, On 12/2/11 3:23 PM, Jason Perrone wrote: > So, I can't cast the connection Tomcat returns as a > DelegatingConnection. DelegatingConnection is from Commons DBCP > and this connection is > org.apache.tomcat.dbcp.dbcp.PoolableConnection. I do

Re: hi

2011-12-02 Thread Rhino
There's an amazing new tool, just released to the world, that will help you out. It's called a "search engine". One very exciting search engine is Google. Those of us who have used it like to say "Google is your friend" because we use it look for things that we want to know. May I suggest y

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

2011-12-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jim, On 12/2/11 2:08 PM, oh...@cox.net wrote: > Christopher Schultz wrote: >> >> See >> http://tomcat.apache.org/connectors-doc/reference/apache.html. >> Specifically, the JkRemoteUserIndicator directive which allows >> you to override the env

RE: Casting a Connection as an OracleConnection in Tomcat 7

2011-12-02 Thread Jason Perrone
So, I can't cast the connection Tomcat returns as a DelegatingConnection. DelegatingConnection is from Commons DBCP and this connection is org.apache.tomcat.dbcp.dbcp.PoolableConnection. I do not want to reference any Tomcat libraries directly because our product is container agnostic. Any s

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

2011-12-02 Thread André Warnier
oh...@cox.net wrote: Christopher Schultz wrote: Chris, you managed to confuse the guy.. ... To be clear, in the discussion before now, I was just using mod_ajp and that was a perfectly valid way to connect Apache to Tomcat. ... I'm now in the process of trying to switch my Apach

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

2011-12-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sylvain, On 11/30/11 8:58 AM, Sylvain Goulmy wrote: > These directories are defined as "extension" of my application and > another important thing is that i can also extend files which are > at the root of my application (as index.html). What does it

Re: Logging - including host name in log file?

2011-12-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jerry, On 12/2/11 12:46 PM, Jerry Malcolm wrote: > Ok, I'm digging into this. Slowly but surely Just to > confirm... > > So if I have, say 2 hosts, each with 3 web apps, and I want a > different log file for each web app on each host, I need to

hi

2011-12-02 Thread srilaxmi deevela
i installed tomcat5.5 and jdk1.5 i want to deploy the structs appliction? i have one apllication,but i dont know how to run the application?

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

2011-12-02 Thread ohaya
oh...@cox.net wrote: > > Christopher Schultz wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > Jim, > > > > On 12/2/11 11:26 AM, oh...@cox.net wrote: > > > Sure. Here's the section from httpd.conf. This is testing where I > > > purposely insert a "REMOTE_USER" H

RE: hi

2011-12-02 Thread Caldarale, Charles R
> From: srilaxmi deevela [mailto:deevelasrila...@gmail.com] > Subject: hi > please anyone send me the structs 1.x version software link If you're going to program computers, you need to do your own homework. (And at least learn how to spell struts.) Perhaps you've heard of Google? Before you

Re: hi

2011-12-02 Thread srilaxmi deevela
where is the link On Sat, Dec 3, 2011 at 12:47 AM, André Warnier wrote: > srilaxmi deevela wrote: > >> Hi, >> i havesome doubts on web applications in java, is there any websites >> like >> users@tomcat.apache.org >> >> this is going to be a hard case.. > > > > --*

RE: hi

2011-12-02 Thread Thom Hehl
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. -Original Message- From: srilaxmi deevela [mailto:deevelasrila...@gmail.com] Sent: Friday, Decemb

Re: hi

2011-12-02 Thread André Warnier
srilaxmi deevela wrote: Hi, i havesome doubts on web applications in java, is there any websites like users@tomcat.apache.org this is going to be a hard case.. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org F

hi

2011-12-02 Thread srilaxmi deevela
hi, please anyone send me the structs 1.x version software link

hi

2011-12-02 Thread srilaxmi deevela
Hi, i havesome doubts on web applications in java, is there any websites like users@tomcat.apache.org

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

2011-12-02 Thread Sylvain Laurent
keep a watch on https://issues.apache.org/bugzilla/show_bug.cgi?id=51741 . When it is implemented, it should give you this functionality. On 30 nov. 2011, at 14:58, Sylvain Goulmy wrote: >> >> So the effect is that multiple physical directories must be searched for >> a given resource? > > >

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

2011-12-02 Thread ohaya
Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Jim, > > On 12/2/11 11:26 AM, oh...@cox.net wrote: > > Sure. Here's the section from httpd.conf. This is testing where I > > purposely insert a "REMOTE_USER" HTTP header into the request > > being proxied. A

Re: Tomcat Logging and HTTP Header question

2011-12-02 Thread jmpaul012
Sorry I didn't mean to ask the questions as though this forum is my private consulting firm. I have done everything I could before I posted on this forum. I have searched google, experts exchange, asked coworkers, and asked my previous Tomcat professor. I will use your suggestions and I hope I

Re: hi

2011-12-02 Thread srilaxmi deevela
tanq, i got it On Fri, Dec 2, 2011 at 11:32 PM, Ilya Kazakevich < ilya.kazakev...@jetbrains.com> wrote: > Navigate to "Windows Service Installer" link and click it. > > > Ilya Kazakevich, > Developer > JetBrains Inc > http://www.jetbrains.com > "Develop with pleasure!" > > -Original Message--

hi

2011-12-02 Thread srilaxmi deevela
Hi, iam going to install the tomcat5.5,but there is no setup file, how can i install it?

Re: hi

2011-12-02 Thread srilaxmi deevela
hi , am going to execute the web application based on structs,what are the basic procedurefor deploy the web application On Fri, Dec 2, 2011 at 11:30 PM, srilaxmi deevela wrote: > where is the download option there, i didnt get that > > On Fri, Dec 2, 2011 at 11:27 PM, Ilya Kazakevich < > ilya.

RE: hi

2011-12-02 Thread Ilya Kazakevich
Navigate to "Windows Service Installer" link and click it. Ilya Kazakevich, Developer JetBrains Inc http://www.jetbrains.com "Develop with pleasure!" -Original Message- From: srilaxmi deevela [mailto:deevelasrila...@gmail.com] Sent: Friday, December 02, 2011 10:00 PM To: Tomcat Users L

Re: hi

2011-12-02 Thread srilaxmi deevela
where is the download option there, i didnt get that On Fri, Dec 2, 2011 at 11:27 PM, Ilya Kazakevich < ilya.kazakev...@jetbrains.com> wrote: > http://tomcat.apache.org/download-55.cgi > > > Ilya Kazakevich, > Developer > JetBrains Inc > http://www.jetbrains.com > "Develop with pleasure!" > > ---

Re: hi

2011-12-02 Thread srilaxmi deevela
thanq On Fri, Dec 2, 2011 at 11:27 PM, Ilya Kazakevich < ilya.kazakev...@jetbrains.com> wrote: > http://tomcat.apache.org/download-55.cgi > > > Ilya Kazakevich, > Developer > JetBrains Inc > http://www.jetbrains.com > "Develop with pleasure!" > > -Original Message- > From: srilaxmi deevel

RE: hi

2011-12-02 Thread Ilya Kazakevich
http://tomcat.apache.org/download-55.cgi Ilya Kazakevich, Developer JetBrains Inc http://www.jetbrains.com "Develop with pleasure!" -Original Message- From: srilaxmi deevela [mailto:deevelasrila...@gmail.com] Sent: Friday, December 02, 2011 9:56 PM To: users@tomcat.apache.org Subject:

hi

2011-12-02 Thread srilaxmi deevela
please send me the tomcat5.5 software link,i traid but setup file is not visible there

Re: Logging - including host name in log file?

2011-12-02 Thread Jerry Malcolm
Ok, I'm digging into this. Slowly but surely Just to confirm... So if I have, say 2 hosts, each with 3 web apps, and I want a different log file for each web app on each host, I need to define 6 of the following: 10host1webapp1.org.apache.juli.FileHandler.level = FINE 10host1webapp1.org.apac

Re: Tomcat Logging and HTTP Header question

2011-12-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, On 12/2/11 12:10 PM, jmpaul012 wrote: >> So I am doing Tomcat STIGS and I am stuck on two of the STIGs. >> >> 1. How do I change what tomcat logs? I think it's something I >> need to do in server.xml but I'm not sure. What

Re: Tomcat Logging and HTTP Header question

2011-12-02 Thread Daniel Mikusa
On Fri, 2011-12-02 at 09:10 -0800, jmpaul012 wrote: > can anyone help?? > > > jmpaul012 wrote: > > > > So I am doing Tomcat STIGS and I am stuck on two of the STIGs. > > > > 1. How do I change what tomcat logs? I think it's something I need to do > > in server.xml but I'm not sure. This is w

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

2011-12-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jim, On 12/2/11 11:26 AM, oh...@cox.net wrote: > Sure. Here's the section from httpd.conf. This is testing where I > purposely insert a "REMOTE_USER" HTTP header into the request > being proxied. As I said, I have a sniffer on the line, and I can > s

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

2011-12-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/1/11 11:29 PM, oh...@cox.net wrote: > Also, BTW, I just did a test where, in the Apache httpd.conf, I > hard-coded REMOTE_USER header using RequestHeader. > > In my sniffer, I can see the REMOTE_USER set to the hard-coded > string, but in my

Re: Tomcat Logging and HTTP Header question

2011-12-02 Thread jmpaul012
can anyone help?? jmpaul012 wrote: > > So I am doing Tomcat STIGS and I am stuck on two of the STIGs. > > 1. How do I change what tomcat logs? I think it's something I need to do > in server.xml but I'm not sure. This is what I need to log: > > • Date, Time > • IP address of the host that

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

2011-12-02 Thread ohaya
"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 that Tomcat will not do it's own > >>> authe

Re: Configuring SSL on TOMCAT6 Using APR connector - Oracle EL 5

2011-12-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Moshood, On 12/2/11 3:56 AM, moshood oladapo wrote: > SSLEngine="on" That's the second message today from someone trying to use SSLEngine="on" in their . Is the documentation for not clear enough? http://tomcat.apache.org/tomcat-6.0-doc/config/htt

Re: Anybody can help me?Thank you!

2011-12-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 孙文, On 12/2/11 11:20 AM, 孙文 wrote: > I use tomcat 7.0.22,when i use getResponse().sendRedirect(url) in > action(Struts2 ),i watch tomcat log ,record this in following > picture. > > [java.net.SocketException] > > why? It could be many things: the

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

2011-12-02 Thread André Warnier
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 the front-end server. Now could you als

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

2011-12-02 Thread ohaya
oh...@cox.net wrote: > > "André Warnier" wrote: > > oh...@cox.net wrote: > > > > > ... > > > > > > > > tomcatAuthentication="false" /> > > > > > That is correct. The "false" means that Tomcat will not do it's own > > authentication, and > > will instead rely on the authenti

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

2011-12-02 Thread ohaya
"André Warnier" wrote: > oh...@cox.net wrote: > > > ... > > > > > tomcatAuthentication="false" /> > > > 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 the front-end server. > > N

Re: SSL Tomcat 6 & 7

2011-12-02 Thread Lau Eng Huat
Thank You, God Bless You a Thousand Fold !!! On Fri, Dec 2, 2011 at 11:43 PM, David kerber wrote: > On 12/2/2011 10:39 AM, Lau Eng Huat wrote: > >> I'm still stuck after correcting the recommendation made by Daniel. >> >> > SSLEngine="on" /> >> >> > protocol="org.apache.coyote.

Re: Form-based Login question

2011-12-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 12/1/11 11:46 PM, Caldarale, Charles R wrote: >> From: Jerry Malcolm [mailto:2ndgenfi...@gmail.com] Subject: Re: >> Form-based Login question > >> Before I start, any words of advice for migrating? Should it be >> relatively painless (e.g.

Re: Logging - including host name in log file?

2011-12-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jerry, On 12/1/11 11:34 PM, Jerry Malcolm wrote: > Where should the properties file be located? All of the docs say > it should be in /common/classes. But in my install, it's in > /conf. Something conspicuously missing in your original post was wha

Re: SSL Tomcat 6 & 7

2011-12-02 Thread David kerber
On 12/2/2011 10:39 AM, Lau Eng Huat wrote: I'm still stuck after correcting the recommendation made by Daniel. ^^ You still have SSLEngine set in the connector, where it doesn't belong. SSLCertificateFile="${catalina.base}\conf\cert.pem" SSLCertificateKeyFile="${

Re: SSL Tomcat 6 & 7

2011-12-02 Thread Lau Eng Huat
I'm still stuck after correcting the recommendation made by Daniel. It still gives me this error WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting property 'SSLEngine' to 'true' did not find a matching property. i'm running tomcat as localhoat under netbeans. On Fri

Re: Configuring SSL on TOMCAT6 Using APR connector - Oracle EL 5

2011-12-02 Thread Daniel Mikusa
On Fri, 2011-12-02 at 00:56 -0800, moshood oladapo wrote: > Dear Sir/Ma, > > I have already deployed an application running perfectly on tomcat 6.0.20 on > port 8080 on my Oracle EL 5 server. But now I want all request to go through > SSL. > If you want to force all traffic to go through SSL,

Re: SSL Tomcat 6 & 7

2011-12-02 Thread Daniel Mikusa
On Fri, 2011-12-02 at 01:12 -0800, Lau Eng Huat wrote: > Hi everybody, > > I'm stuck on this SSL over a month. I hope somebody can help me here. I'm > getting a Warning on "WARNING: > [SetAllPropertiesRule]{Server/Service/Connector} Setting property > 'SSLEngine' to 'on' did not find a matching pr

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

2011-12-02 Thread André Warnier
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 the front-end server. Now could you also show us the section of your Apache front-end configuration, containing t

Re: Tomcat 7 + exception while adding cookies

2011-12-02 Thread Martin Kuen
Hi, On Thu, Dec 1, 2011 at 5:10 PM, Mark Thomas wrote: > On 01/12/2011 15:49, Martin Kuen wrote: > > I first blamed eclipse wtp doing sth. wrong when applying the > > configuration. Therefore, I checked the connector's jmx properties and to > > my surprise I could no longer find a property calle

Re: SSL Tomcat 6 & 7

2011-12-02 Thread Lau Eng Huat
Hi everybody, I'm stuck on this SSL over a month. I hope somebody can help me here. I'm getting a Warning on "WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting property 'SSLEngine' to 'on' did not find a matching property." I have tried using all this 3 Connection type but it still

Configuring SSL on TOMCAT6 Using APR connector - Oracle EL 5

2011-12-02 Thread moshood oladapo
Dear Sir/Ma, I have already deployed an application running perfectly on tomcat 6.0.20 on port 8080 on my Oracle EL 5 server. But now I want all request to go through SSL. See below my configurations on server.xml:             -->         After doing all this, I still couldn't acce

Re: Logging

2011-12-02 Thread Terence M. Bandoian
On 1:59 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thom, On 12/1/11 9:39 AM, Thom Hehl wrote: I'm not sure. Whichever log file the stack traces goto. Yes, they're writing to a local drive. Yes as a windows service which came with the installer. As Pid says,