On Wed, Nov 26, 2014 at 1:50 PM, Travis Power wrote:
> it comes from your server/website
Uh, no.
The URL you reference is apparently using a poorly configured
instance of the Tomcat server, but that's as far as the connection
with this mailing list goes :-)
Good luck.
--
Hassan Schroeder
it comes from your server/website
On Wed, Nov 26, 2014 at 4:48 PM, Travis Power wrote:
> or a login to the website in the subject
>
> On Wed, Nov 26, 2014 at 4:47 PM, Travis Power wrote:
>> i need the preview sheets for apex world history sem 2 2014, us
>> history sem 2 2014.
>> like this one fo
or a login to the website in the subject
On Wed, Nov 26, 2014 at 4:47 PM, Travis Power wrote:
> i need the preview sheets for apex world history sem 2 2014, us
> history sem 2 2014.
> like this one for example
-
To unsubscribe,
i need the preview sheets for apex world history sem 2 2014, us
history sem 2 2014.
like this one for example
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache
2014-11-27 0:26 GMT+03:00 :
>
> Initially I had difficulty with getServer() giving me null.
> To fix it I stopped calling this method from within the Realm's constructor,
> instead I get the DataSource the first time it's needed.
Learn about org.apache.catalina.Lifecycle interface that is
impleme
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Niranjan,
On 11/26/14 1:40 PM, Niranjan Babu Bommu wrote:
> Can you please help me out catalina.out rotation, I have only thing
> pending in my migration project.
>
> I want to rotate catalina.out everyday midnight.
It sounds like you are saying t
Mark
Thank you. I looked at DataSourceRealm.open() took the following lines and put
them into my custom Realm:
///
if (localDataSource) {
context = ContextBindings.getClassLoader();
context = (Context) context.lookup("comp/env");
} else {
context = getServer().g
Hi Chris,
Can you please help me out catalina.out rotation, I have only thing pending
in my migration project.
I want to rotate catalina.out everyday midnight.
Thanks
Niranjan
On Fri, Nov 21, 2014 at 2:00 PM, Niranjan Babu Bommu <
niranjan.bo...@gmail.com> wrote:
> Hi Chris,
>
> Thanks for you
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Mark,
On 11/26/14 12:01 PM, Mark Thomas wrote:
> On 26/11/2014 16:23, Christopher Schultz wrote:
>
>
>
>> I'm not sure, but I would guess you can't define a Realm in
>> server.xml and use a DataSource defined in context.xml. If the
>> Realm is
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
To whom it may concern,
On 11/26/14 12:00 PM, Kernel freak wrote:
> On Wed, Nov 26, 2014 at 5:33 PM, Christopher Schultz <
> ch...@christopherschultz.net> wrote:
>
> To whom it may concern,
>
> On 11/26/14 9:03 AM, Kernel freak wrote:
After
On Wed, Nov 26, 2014 at 5:33 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> To whom it may concern,
>
> On 11/26/14 9:03 AM, Kernel freak wrote:
> > After arguing with the admins for all this time, I finally have the
> > few f
On 26/11/2014 16:23, Christopher Schultz wrote:
> I'm not sure, but I would guess you can't define a Realm in server.xml
> and use a DataSource defined in context.xml. If the Realm is in
> server.xml, then you should be able to grab the globally-accessible
> DataSources by using their existing (
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Andreas,
On 11/26/14 11:26 AM, Kehlenbach, Andreas wrote:
> Yes I know that BASIC authentication doesn't use nonces, thus I
> don't think that this is the root cause. Just forget about the
> nonce timout.
Umm... you suggested that it was the cause.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
To whom it may concern,
On 11/26/14 9:03 AM, Kernel freak wrote:
> After arguing with the admins for all this time, I finally have the
> few files ready. I have the following files :
>
> keystore.p12
That should contain your key. Can you confirm t
Hey Chris,
Yes I know that BASIC authentication doesn't use nonces, thus I don't think
that this is the root cause. Just forget about the nonce timout.
For full information: I played around with the timeout and used values of 1, 5,
20 minutes.
But as I discovered that also the 401 appears with
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Vince,
On 11/26/14 7:26 AM, vince.w...@thomsonreuters.com wrote:
>> -Original Message- From: Christopher Schultz
>> [mailto:ch...@christopherschultz.net] Sent: 26 November 2014
>> 04:17 To: Tomcat Users List Subject: Re: How can code in a Re
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Andreas,
On 11/26/14 5:42 AM, Kehlenbach, Andreas wrote:
> I think I found the following bug in tomcat 7/8 with the following
> setup:
>
> We use tomcat 7.0.42 (but I tried 7.0.55 and 8.0.15 without
> success) and deployed a web service with jersey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Chris,
On 11/25/14 11:48 PM, Chris Gamache wrote:
> Indeed, the affected nodes don't have the newer war at all.
>
> If you don't mind me asking-- if not FarmWebDeployer, what scheme
> do you use to deploy a war across a cluster?
We have a small cl
Hello,
After arguing with the admins for all this time, I finally have the few
files ready. I have the following files :
keystore.p12, server.crt, ssl-cert-snakeoil.key, domainname.com.ca-bundle,
domainname.com.crt domainname.com.csr domainname.com.key, vsftpd.pem.
I did the following as Christo
2014-11-24 23:05 GMT+03:00 zack6849 :
> Hello, i've found some strange issue with the url mapping with tomcat, i've
> tested this on tomcat8 and TomEE, it seems easily reproducable.
>
> I have a Filter listening to requests matching "/uploads/*" (all files
> inside of my uploads directory"
>
> On T
Chris, thank you for your reply
> -Original Message-
> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Sent: 26 November 2014 04:17
> To: Tomcat Users List
> Subject: Re: How can code in a Realm gain access to a Globally Named
> Resource
>
> -BEGIN PGP SIGNED MESSAGE
Hello,
I think I found the following bug in tomcat 7/8 with the following setup:
We use tomcat 7.0.42 (but I tried 7.0.55 and 8.0.15 without success) and
deployed a web service with jersey 1.18.2. Additionally we set up HTTP
authentication. In our case DIGEST authentication, but I tried BASIC
22 matches
Mail list logo