Re: JNDIRealm doesn't work when binding as non-admin user

2014-09-30 Thread Mark Thomas
On 30/09/2014 01:11, Jesse Barnum wrote: I'm trying to configure Tomcat to authenticate against our Active Directory server. I do not want to configure an administrative account to bind with; I want to bind as the user logging in. The problem comes when JNDIRealm tries to get the list

tomcat7's welcome-file-list seems not to work fine on my server

2014-09-30 Thread 罗茂林
Here is my env: Server version: Apache Tomcat/7.0.47 Server built: Oct 18 2013 01:07:38 Server number: 7.0.47.0 OS Name:Linux OS Version: 2.6.32-358.el6.x86_64 Architecture: amd64 JVM Version:1.6.0_20-b02 JVM Vendor: Sun Microsystems Inc. The problem: my application

Re: tomcat7's welcome-file-list seems not to work fine on my server

2014-09-30 Thread Andr?? Warnier
?? wrote: Here is my env: Server version: Apache Tomcat/7.0.47 Server built: Oct 18 2013 01:07:38 Server number: 7.0.47.0 OS Name:Linux OS Version: 2.6.32-358.el6.x86_64 Architecture: amd64 JVM Version:1.6.0_20-b02 JVM Vendor: Sun Microsystems Inc. The problem: my

Re:Re: tomcat7's welcome-file-list seems not to work fine on my server

2014-09-30 Thread 罗茂林
Sorry,I made a mistake, the ROOT should be upper case. At 2014-09-30 17:13:40, André Warnier a...@ice-sa.com wrote: 罗茂林 wrote: Here is my env: Server version: Apache Tomcat/7.0.47 Server built: Oct 18 2013 01:07:38 Server number: 7.0.47.0 OS Name:Linux OS Version:

Re: tomcat7's welcome-file-list seems not to work fine on my server

2014-09-30 Thread Konstantin Kolinko
2014-09-30 11:53 GMT+04:00 罗茂林 a8156...@126.com: Here is my env: Server version: Apache Tomcat/7.0.47 Server built: Oct 18 2013 01:07:38 Server number: 7.0.47.0 OS Name:Linux OS Version: 2.6.32-358.el6.x86_64 Architecture: amd64 JVM Version:1.6.0_20-b02 JVM Vendor:

Session lost in Tomcat 5.5.36

2014-09-30 Thread Diego Ruotolo
Hi everybody, Working on my company webapp I notice the following problem: sometimes the jsession cookie is lost, and therefore my whole http session is lost. The context is: - Tomcat v. 5.5.36 - JDK 1.5.0 - O.S. Windows - Client: Internet Explorer 8 Here is my use

Connection reset error trying to deploy WAR file

2014-09-30 Thread pmoss
I just installed Tomcat 7.0.55 on a Windows 7 64-bit machine. Previously, I was using Tomcat 6.0.32 (?) but I was having trouble running apps since I've installed Java 1.8. Anyway, the issue I am having with Tomcat 7 is that I am unable to deploy a WAR file via the Tomcat Manager HTML page. I

Tomcat returns Jsp source code as text/plain to the browser

2014-09-30 Thread Gadi Sastiel
Hi all, Tomcat version 7.0.30 Operating System – Windows server 2008 and above. When I concatenate “ ( quotes) to the end of the url when accessing a jsp for example: /pages/somePage.jsp” The browser returns the source code of the JSP. Does anyone see such a behavior before ? How

Re: Connection reset error trying to deploy WAR file

2014-09-30 Thread Konstantin Kolinko
2014-09-30 15:21 GMT+04:00 pm...@abinitio.com: I just installed Tomcat 7.0.55 on a Windows 7 64-bit machine. Previously, I was using Tomcat 6.0.32 (?) but I was having trouble running apps since I've installed Java 1.8. Anyway, the issue I am having with Tomcat 7 is that I am unable to deploy

Re:Re: tomcat7's welcome-file-list seems not to work fine on my server

2014-09-30 Thread 罗茂林
Thanks for replying,I answered after you questions. At 2014-09-30 17:25:53, Konstantin Kolinko knst.koli...@gmail.com wrote: 2014-09-30 11:53 GMT+04:00 罗茂林 a8156...@126.com: Here is my env: Server version: Apache Tomcat/7.0.47 Server built: Oct 18 2013 01:07:38 Server number: 7.0.47.0 OS

Re: Tomcat returns Jsp source code as text/plain to the browser

2014-09-30 Thread Konstantin Kolinko
2014-09-30 15:30 GMT+04:00 Gadi Sastiel gadi.sast...@gmail.com: Hi all, Tomcat version 7.0.30 Operating System – Windows server 2008 and above. When I concatenate “ ( quotes) to the end of the url when accessing a jsp for example: /pages/somePage.jsp” The browser returns the

Re: Tomcat returns Jsp source code as text/plain to the browser

2014-09-30 Thread Gadi Sastiel
Hi , we are behind Apache. , we have HTTP and AJP connectors. Java 1.7.17 it was reproduced on Latest chrome and firefox I can see the request on the tomcat access log. Thanks Gadi On Tue, Sep 30, 2014 at 2:59 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2014-09-30 15:30 GMT+04:00

Re: Session lost in Tomcat 5.5.36

2014-09-30 Thread Daniel Mikusa
On Tue, Sep 30, 2014 at 6:56 AM, Diego Ruotolo druot...@noemalife.com wrote: Hi everybody, Working on my company webapp I notice the following problem: sometimes the jsession cookie is lost, and therefore my whole http session is lost. The context is: - Tomcat v. 5.5.36

Re: Tomcat returns Jsp source code as text/plain to the browser

2014-09-30 Thread Daniel Mikusa
On Tue, Sep 30, 2014 at 9:04 AM, Gadi Sastiel gadi.sast...@gmail.com wrote: Hi , we are behind Apache. , we have HTTP and AJP connectors. Java 1.7.17 it was reproduced on Latest chrome and firefox I've seen similar issues when Apache HTTPD is not configured correctly. How are you proxying

Re: JNDIRealm doesn't work when binding as non-admin user

2014-09-30 Thread Jesse Barnum
On Sep 30, 2014, at 2:43 AM, Mark Thomas ma...@apache.org wrote: On 30/09/2014 01:11, Jesse Barnum wrote: I'm trying to configure Tomcat to authenticate against our Active Directory server. I do not want to configure an administrative account to bind with; I want to bind as the user

Re: Tomcat returns Jsp source code as text/plain to the browser

2014-09-30 Thread Gadi Sastiel
I have in httpd.conf: LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_http_module modules/mod_proxy_http.so # Configure mod_proxy_html to understand HTML4/XHTML1 IfModule proxy_html_module Include conf/extra/proxy-html.conf /IfModule LoadModule jk_module modules/mod_jk.so Gadi

question on certificate use

2014-09-30 Thread ray . diaz
I installed an SSL certificate using keytool on the apache tomcat server. When my site loads, depending on the certificate, I either get a blank screen loading or the certificate error on the toolbar next to the URL that doesn't go away. The site works though, but I would like to get rid of

Re: Tomcat returns Jsp source code as text/plain to the browser

2014-09-30 Thread Daniel Mikusa
On Tue, Sep 30, 2014 at 10:32 AM, Gadi Sastiel gadi.sast...@gmail.com wrote: I have in httpd.conf: LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_http_module modules/mod_proxy_http.so # Configure mod_proxy_html to understand HTML4/XHTML1 IfModule proxy_html_module Include

R: Session lost in Tomcat 5.5.36

2014-09-30 Thread Diego Ruotolo
Thanks Daniel, best regards Diego -Messaggio originale- Da: Daniel Mikusa [mailto:dmik...@pivotal.io] Inviato: martedì 30 settembre 2014 15:33 A: Tomcat Users List Oggetto: Re: Session lost in Tomcat 5.5.36 On Tue, Sep 30, 2014 at 6:56 AM, Diego Ruotolo druot...@noemalife.com

Re: question on certificate use

2014-09-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ray, Attachments were stripped. Can you please resend? - -chris On 9/30/14 10:37 AM, ray.d...@usbank.com wrote: I installed an SSL certificate using keytool on the apache tomcat server. When my site loads, depending on the certificate, I

Re: question on certificate use - resending with attachment descriptions in case they get stripped out again. If this doesnt work I will resend the email when I get home

2014-09-30 Thread ray . diaz
I installed an SSL certificate using keytool on the apache tomcat server. When my site loads, depending on the certificate, I either get a blank screen loading or the certificate error on the toolbar next to the URL that doesn't go away. The site works though, but I would like to get rid of

Re: Tomcat returns Jsp source code as text/plain to the browser

2014-09-30 Thread André Warnier
Gadi Sastiel wrote: I have in httpd.conf: LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_http_module modules/mod_proxy_http.so # Configure mod_proxy_html to understand HTML4/XHTML1 IfModule proxy_html_module Include conf/extra/proxy-html.conf /IfModule LoadModule jk_module

Re: JNDIRealm doesn't work when binding as non-admin user

2014-09-30 Thread Mark Thomas
On 30/09/2014 15:19, Jesse Barnum wrote: On Sep 30, 2014, at 2:43 AM, Mark Thomas ma...@apache.org wrote: On 30/09/2014 01:11, Jesse Barnum wrote: I'm trying to configure Tomcat to authenticate against our Active Directory server. snip/ 1. What configuration are you using for

Re: JNDIRealm doesn't work when binding as non-admin user

2014-09-30 Thread Mark Thomas
On 30/09/2014 20:24, Mark Thomas wrote: On 30/09/2014 15:19, Jesse Barnum wrote: snip/ By the way, I've noticed that I get a NPE if I don't define roleBase with an empty string (it should be optional, since I've specified the search base in my connectionURL). I don't have to define

Re: question on certificate use - resending with attachment descriptions in case they get stripped out again. If this doesnt work I will resend the email when I get home

2014-09-30 Thread Ognjen Blagojevic
Ray, On 30.9.2014 20:54, ray.d...@usbank.com wrote: Connector port=443 maxThreads=200 scheme=https secure=true SSLEnabled=true keystoreFile=C:\Bonaire\REVPORT\.keystore keystorePass=changeit keyAlias=tomcat2 proxyName=revport-it.us.bank-dns.com proxyPort=443 / And