RE: Tomcat windows authentication domain login issue

2014-10-14 Thread tantaryu
By the way, this is using tomcat 8 and it's running on Linux. Windows machines are the AD server and the client. -- View this message in context: http://tomcat.10.x6.nabble.com/Tomcat-windows-authentication-domain-login-issue-tp5023801p5023860.html Sent from the Tomcat - User mailing list archi

RE: Tomcat windows authentication domain login issue

2014-10-14 Thread tantaryu
Okay, now I tried with a email client. Let's see if it works. I need some idea on what's wrong with my tomcat configuration for windows authentication. I followed the tomcat windows authentication tutorial and uses the "manager" web application comes with tomcat to do a poc. In my web.xml I chan

RE: Tomcat windows authentication domain login issue

2014-10-14 Thread Caldarale, Charles R
> From: tantaryu [mailto:ming...@outlook.com] > Subject: Re: Tomcat windows authentication domain login issue > Let me know if you can read it still. I didn't checked the "Message is in > HTML Format" option. It didn't help. Don't use Nabble - post to the user's list directly from an e-mail c

Re: Tomcat windows authentication domain login issue

2014-10-14 Thread tantaryu
Let me know if you can read it still. I didn't checked the "Message is in HTML Format" option. -- View this message in context: http://tomcat.10.x6.nabble.com/Tomcat-windows-authentication-domain-login-issue-tp5023801p5023853.html Sent from the Tomcat - User mailing list archive at Nabble.com.

Re: Tomcat windows authentication domain login issue

2014-10-14 Thread tantaryu
Oh, let me try again. I need some idea on what's wrong with my tomcat configuration for windows authentication. I followed the tomcat windows authentication tutorial and uses the "manager" web application comes with tomcat to do a poc. In my web.xml I change to and also changes the auth-constrain

Embedded Tomcat

2014-10-14 Thread Achim Nierbeck
Hi I'm currently working on integrating embedded tomcat in the OPS4j Pax Web OSGi container as alternativ underlying web container. Right now I'm stuck on a certain point that is kind of hard to understand so I'm sure I'm doing something "awfully" wrong :) So here is what I'm struggling with. Usi

Re: How can Tomcat be started at boot time as a non-root user

2014-10-14 Thread Mark Eggers
Chris, > On Tuesday, October 14, 2014 11:47 AM, Christopher Schultz > wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Mark, > > On 10/14/14 1:21 PM, Mark Eggers wrote: >> Chris, >> >>> On Tuesday, October 14, 2014 9:47 AM, Christopher Schultz >>> wrote: >> -BE

Re: [ANN] Apache Tomcat 8.0.14 available

2014-10-14 Thread Mark Thomas
On 14/10/2014 17:57, Stevo Slavić wrote: > Congrats on the release! > > It seems docs haven't been updated (completely), there are still WebSocket > 1.0 references like ones on > http://tomcat.apache.org/tomcat-8.0-doc/web-socket-howto.html Thanks. Fixed for the next release. Mark > > Kind re

Re: systemd tomcat.service

2014-10-14 Thread Igal @ getRailo.org
Chris, On 10/14/2014 11:48 AM, Christopher Schultz wrote: > Would you care to write a tomcat.service for systemd and post it to > the wiki? I'd love to, after I iron out the details. I've been running Tomcat on Windows for years and am now migrating to Linux. Once I have things running properly

Re: systemd tomcat.service

2014-10-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Igal, On 10/14/14 12:34 PM, Igal @ getRailo.org wrote: > is there an official tomcat.service for systemd? Nope. There also was never an "official" rc.d init script, either. Would you care to write a tomcat.service for systemd and post it to the wi

Re: How can Tomcat be started at boot time as a non-root user

2014-10-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 10/14/14 1:21 PM, Mark Eggers wrote: > Chris, > >> On Tuesday, October 14, 2014 9:47 AM, Christopher Schultz >> wrote: > >>> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA256 >> >> Léa, >> >> On 10/14/14 7:06 AM, Léa Massiot wrote: >>

Tomcat 6 APR SSL Issue

2014-10-14 Thread James Drews
Hi, I have a question that may be a bug, or I'm just not doing something right (I'll happily believe either). Configuration: Tomcat 6.0 running on Windows Server The tcnative-1.dll is the latest from the download site http://tomcat.apache.org/download-native.cgi Item #1 In our tomcat server.

Re: How can Tomcat be started at boot time as a non-root user

2014-10-14 Thread Mark Eggers
Chris, > On Tuesday, October 14, 2014 9:47 AM, Christopher Schultz > wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Léa, > > On 10/14/14 7:06 AM, Léa Massiot wrote: >> My question is about how can Tomcat be started at boot time as a >> non-root user. >> >> The OS is Debi

Re: [ANN] Apache Tomcat 8.0.14 available

2014-10-14 Thread Stevo Slavić
Congrats on the release! It seems docs haven't been updated (completely), there are still WebSocket 1.0 references like ones on http://tomcat.apache.org/tomcat-8.0-doc/web-socket-howto.html Kind regards, Stevo Slavic On Wed, Oct 1, 2014 at 12:08 PM, Mark Thomas wrote: > On 01/10/2014 11:00, Jo

Re: How can Tomcat be started at boot time as a non-root user

2014-10-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Léa, On 10/14/14 7:06 AM, Léa Massiot wrote: > My question is about how can Tomcat be started at boot time as a > non-root user. > > The OS is Debian Wheezy. > > Below is what I did already: > > root> chown -R tomcat7.tomcat7 /opt/tomcat7/ > > I

systemd tomcat.service

2014-10-14 Thread Igal @ getRailo.org
hi, is there an official tomcat.service for systemd? thanks, Igal -- Igal Sapir Railo Core Developer http://getRailo.org/ - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-

Re: How can Tomcat be started at boot time as a non-root user

2014-10-14 Thread George Sexton
On 10/14/2014 10:09 AM, Léa Massiot wrote: Hello Dan and thank you for your answer. I installed the JSVC tool as indicated in your document http://tomcat.apache.org/tomcat-7.0-doc/setup.html#Unix_daemon I copied the "jsvc" executable into "/opt/tomcat7/bin/". I also copied "/opt/tomcat7/bin/d

Re: How can Tomcat be started at boot time as a non-root user

2014-10-14 Thread Léa Massiot
Hello Dan and thank you for your answer. I installed the JSVC tool as indicated in your document http://tomcat.apache.org/tomcat-7.0-doc/setup.html#Unix_daemon I copied the "jsvc" executable into "/opt/tomcat7/bin/". I also copied "/opt/tomcat7/bin/daemon.sh" into "/etc/init.d" and renamed it as

Re: Custom Realm

2014-10-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Meeraj, On 10/12/14 8:26 AM, Service Symphony wrote: > I have got it working, since the server is not started yet, none > of the underlying infrastructure is available in the realm class > constructor. If you extend RealmBase (a good idea), then y

Re: Accessing Connector from within Servlet

2014-10-14 Thread Felix Schumacher
Am 13.10.2014 um 18:20 schrieb Sean K: Hi, I am new to the tomcat user group but have been using tomcat for some years. My situation is odd -- the customer wants the product to remove an external JAR which requires me to make the SSL mutual connection manually, and then post the Soap message. S

Re: Tomcat windows authentication domain login issue

2014-10-14 Thread Felix Schumacher
Am 14.10.2014 um 05:32 schrieb tantaryu: I need some idea on what's wrong with my tomcat configuration for windows authentication. I followed the tomcat windows authentication tutorial and uses the "manager" web application comes with tomcat to do a poc. In my web.xml I change and also changes t

Re: How can Tomcat be started at boot time as a non-root user

2014-10-14 Thread Daniel Mikusa
On Tue, Oct 14, 2014 at 7:06 AM, Léa Massiot wrote: > Hello and thank you for reading my post. > > My question is about how can Tomcat be started at boot time as a non-root > user. > > The OS is Debian Wheezy. > > Below is what I did already: > > root> chown -R tomcat7.tomcat7 /opt/tomcat7/ > > I

How can Tomcat be started at boot time as a non-root user

2014-10-14 Thread Léa Massiot
Hello and thank you for reading my post. My question is about how can Tomcat be started at boot time as a non-root user. The OS is Debian Wheezy. Below is what I did already: root> chown -R tomcat7.tomcat7 /opt/tomcat7/ I created a new file: "/etc/init.d/tomcat7" Owner and owner group: root Pe