to respond with 400. The solution is to fix the
> client.
>
> On Sat, Sep 9, 2017 at 12:09 PM, Yuval Schwartz
> wrote:
>
> > Hello Martynas, thanks.
> >
> > I'm not sure 404 is better than 400.
> >
> > Wouldn't it be preferable to validate the
gt;
> On Sat, Sep 9, 2017 at 9:46 AM, Yuval Schwartz
> wrote:
>
> > Tomcat version:8.0.43
> > jdk1.8.0_05
> >
> > Hello,
> >
> > I've asked a similar question in the past about illegal characters in the
> > http request header (May 15,
Tomcat version:8.0.43
jdk1.8.0_05
Hello,
I've asked a similar question in the past about illegal characters in the
http request header (May 15, 2017).
Certain users are able to send http requests to my server that contain the
space character.
This character is obviously not allowed. Tomcat recog
Tomcat version: 8.0.43
java: 1.8.0_05
Hello,
On some web browsers, clients are able to enter uri's with unescaped
illegal characters (eg: "|" or pipe).
This causes an IllegalArgumentException to be thrown and a 400 response
code.
This behavior is reported here:
https://bz.apache.org/bugzilla/show
09:23, Yuval Schwartz wrote:
>
>> Thanks, comments below.
>>
>> On Tue, May 2, 2017 at 10:43 AM, Mark Thomas wrote:
>>
>> On 02/05/2017 07:51, Yuval Schwartz wrote:
>>>
>>>> Thanks, remarks below.
>>>>
>>>> On Tue
Thanks, comments below.
On Tue, May 2, 2017 at 10:43 AM, Mark Thomas wrote:
> On 02/05/2017 07:51, Yuval Schwartz wrote:
> > Thanks, remarks below.
> >
> > On Tue, May 2, 2017 at 12:12 AM, Mark Thomas wrote:
> >
> >> On 01/05/17 14:23, Yuval Schwartz
Thanks, remarks below.
On Tue, May 2, 2017 at 12:12 AM, Mark Thomas wrote:
> On 01/05/17 14:23, Yuval Schwartz wrote:
> > Tomcat version: 8.0.22
> > jdk: 1.8.0_05
> >
> > I have a webapp that uses a tomcat server behind a load balancer.
> >
> > I recen
Tomcat version: 8.0.22
jdk: 1.8.0_05
I have a webapp that uses a tomcat server behind a load balancer.
I recently added a the option to connect to my webapp via https.
I would like to redirect all http requests to https.
I achieved this by implementing the instruction outlined here:
https://elas
Hello Andre,
Thanks a lot.
On Wed, Dec 28, 2016 at 12:51 PM, André Warnier (tomcat)
wrote:
> Hi.
>
> On 28.12.2016 10:14, Yuval Schwartz wrote:
>
>> Tomcat: 8.0.22
>> Java: jdk1.8.0_05
>> Server: Amazon Linux
>>
>> Hello,
>>
>>
Tomcat: 8.0.22
Java: jdk1.8.0_05
Server: Amazon Linux
Hello,
I recently saw an IOFileUploadException on my server:
org.apache.tomcat.util.http.fileupload.FileUploadBase$IOFileUploadException:
Processing of multipart/form-data request failed. Timeout attempting to
read dat
a from the socket
And
roment variables
>
> For example in a bash shell
>
> $ export JAVA_OPTS="-DMyAPP.DBUserName=admin -DMyAPP.DBPassword=secret"
>
> You should be condidere that the properties passed to tomcat are dumped
> (at least) to the $CATALINA_BAS/logs/catalina.out
>
> Regard
Tomcat: 8.0.22
Java: jdk1.8.0_05
Hello,
I would like to store credentials that go into the Resource element of my
connection pool, in a properties file. (This is so I can untrack my
properties file when committing to a repo).
How would I go about accessing this properties file in my
META-INF/con
Hello Chris,
On Sat, Sep 17, 2016 at 7:40 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Yuval,
>
> On 9/16/16 2:33 PM, Yuval Schwartz wrote:
> > Hey Chris,
> >
> > You have a line
?
The reason this never raised a flag before is because I have another
database accessing method that executes two queries in the same fashion and
it never caused any issues.
Thanks a lot.
_
On Fri, Sep 16, 2016 at 7:18 PM, Yuval Schwartz
wrote:
> Thanks Chris, I'll have a look.
>
&g
Thanks Chris, I'll have a look.
On Fri, Sep 16, 2016 at 6:41 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Yuval,
>
> On 9/16/16 3:32 AM, Yuval Schwartz wrote:
> > A few more words/questio
an
abandoned connection has been removed so that I can correct the bad code in
my application.
Thanks.
On Thu, Sep 15, 2016 at 11:30 AM, Yuval Schwartz
wrote:
> Hello,
>
> I'd rather narrow down the problem a bit more before upgrading (to make
> sure that that's the issue).
>
ghts?
Thanks a lot.
_
On Mon, Sep 12, 2016 at 9:37 PM, Mark Thomas wrote:
> On 12/09/2016 19:02, Yuval Schwartz wrote:
> > Hey Mark, thanks a lot.
> >
> > On Mon, Sep 12, 2016 at 4:42 PM, Mark Thomas wrote:
> >
> >> On 12/09/2016 11:54, Yuval Schwartz wrote:
&
Hey Mark, thanks a lot.
On Mon, Sep 12, 2016 at 4:42 PM, Mark Thomas wrote:
> On 12/09/2016 11:54, Yuval Schwartz wrote:
> > Hello,
> >
> > Tomcat: 8.0.22
> > Java: jdk1.8.0_05
> > Server: Amazon Linux
> >
> > My web application looses access to
Hello,
Tomcat: 8.0.22
Java: jdk1.8.0_05
Server: Amazon Linux
My web application looses access to the database after about 24hrs of
running (probably dependent on amount of users, not time).
No messages/exceptions are printed to the console or log files.
When I stop tomcat, then I get a few "INF
t; >> To: Tomcat Users List
> >> Subject: Re: Restrict access to manager app by IP
> >>
> > Yuval,
> >
> > On 9/2/16 9:29 AM, Yuval Schwartz wrote:
> >>>> Thanks. I'll give it a shot and let you guys know how it goes. Any
> >>&
Hello,
Tomcat: 8.0.22
Java: jdk1.8.0_05
I recently restricted access to my Tomcat Manager App by:
1) Changing the name of the manager app.
2) Block access to the manager app by IP address.
I did the following:
A) Stopped Tomcat
B) Simply renamed the manager app in $CATALINA_BASE/webapps by execu
prüngliche Nachricht-
> > Von: Yuval Schwartz [mailto:yuval.schwa...@gmail.com]
> > Gesendet: Freitag, 2. September 2016 13:28
> > An: Tomcat Users List
> > Betreff: Restrict access to manager app by IP
> >
> > Tomcat: 8.0.22
> > JDK: 1.8.0_05
> >
&g
Tomcat: 8.0.22
JDK: 1.8.0_05
Hello,
I am currently running a web application.
I would like to restrict access to the manager app (it is currently being
hit by spammers every so often who are unable to connect (get a message
"...an attempt was made to authenticate the locked user")).
I was think
me know if you have any suggestions for something simple.
Thanks.
On Friday, 20 May 2016, Christopher Schultz
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
>
>
> On 5/18/16 7:41 AM, Yuval Schwartz wrote:
> > Hello,
> >
> > I am currently running
Hello,
I am currently running a web application:
Tomcat: 8.0.22
JDK: 1.8.0_05
Server: Amazon Linux AMI
At the moment, I am simply using the default logging.
catalina.out
catalina.[date].log
localhost.[date].log
host-manager.[date].log
localhost_access_log.[date].log
manager.[date].log
These log
Christopher,
On Wed, Mar 9, 2016 at 5:38 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> Yuval,
>
> On 3/8/16 4:04 PM, Yuval Schwartz wrote:
> > @WebServlet(name="SomeServlet", urlPatterns={"/help/why-no-work",
> > "/iw/help/ל
On Wed, Mar 9, 2016 at 7:46 PM, Mark Eggers
wrote:
> Yuval,
>
> Notes are inline (I hope). This is quickly becoming a NetBeans question.
>
> On 3/9/2016 1:38 AM, Yuval Schwartz wrote:
> > Thanks Mark, follow up questions below:
> >
> > On Wed, Mar 9, 2016 at
On Wed, Mar 9, 2016 at 5:38 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> Yuval,
>
> On 3/8/16 4:04 PM, Yuval Schwartz wrote:
> > @WebServlet(name="SomeServlet", urlPatterns={"/help/why-no-work",
> > "/iw/help/למה-לא-עובד&qu
Thanks Mark, follow up questions below:
On Wed, Mar 9, 2016 at 1:26 AM, Mark Eggers
wrote:
> Yuval,
>
> On 3/8/2016 2:35 PM, Yuval Schwartz wrote:
> > On Tue, Mar 8, 2016 at 10:53 PM, Mark Thomas wrote:
> >
> >> On 08/03/2016 20:20, Christopher Schultz wrote:
>
h the
Windows system that is not handling utf8 correctly?
On Wed, Mar 9, 2016 at 12:35 AM, Yuval Schwartz
wrote:
>
>
> On Tue, Mar 8, 2016 at 10:53 PM, Mark Thomas wrote:
>
>> On 08/03/2016 20:20, Christopher Schultz wrote:
>> > Yuval,
>> >
>> > On
On Tue, Mar 8, 2016 at 10:53 PM, Mark Thomas wrote:
> On 08/03/2016 20:20, Christopher Schultz wrote:
> > Yuval,
> >
> > On 3/8/16 12:38 PM, Yuval Schwartz wrote:
> >> Hello Christopher, thanks, responses below.
> >
> >> On Tue, Mar 8, 2
On Tue, Mar 8, 2016 at 10:55 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Yuval,
>
> On 3/8/16 3:47 PM, Yuval Schwartz wrote:
> > On Tue, Mar 8, 2016 at 10:20 PM, Christopher Schultz <
> &
Thanks again, see below...
On Tue, Mar 8, 2016 at 10:20 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Yuval,
>
> On 3/8/16 12:38 PM, Yuval Schwartz wrote:
> > Hello Christopher, thanks, response
Hello Christopher, thanks, responses below.
On Tue, Mar 8, 2016 at 6:23 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Yuval,
>
> On 3/8/16 3:14 AM, Yuval Schwartz wrote:
> > Tomcat version: 8.0.2
Tomcat version: 8.0.22
Jdk: 1.8.0_05
Server: Amazon Linux
Hello,
I want to map my servlet to a Hebrew url pattern.
I tried placing the hebrew url pattern both in the "@webservlet" annotation
(urlpatterns attribute) and in the the web.xml file. In both cases it
doesn't work, it's as if there's no
On Mon, Feb 8, 2016 at 6:53 PM, Peter Rifel wrote:
> Yuval,
>
>
>
> On 2/8/16, 6:57 AM, "Christopher Schultz"
> wrote:
>
> >-BEGIN PGP SIGNED MESSAGE-
> >Hash: SHA1
> >
> >Yuval,
> >
> >On 2/7/16 2:27 AM, Yuval Schwartz
tomcat version: 8.0.22
java: jdk1.8.0_05
server: amazon linux ami
This might be outside the scope of this forum.
I have an ELB (Elastic Load Balancer) distributing load between two
instances that run tomcat.
When I observe the tomcat manager app I see that at every health check
interval (1 per 60
net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Yuval,
>
> On 2/4/16 3:14 AM, Yuval Schwartz wrote:
> >> On Wed, Feb 3, 2016 at 11:15 PM, Christopher Schultz <
> >> ch...@christopherschultz.net> wrote:
> >
> > ELB usually
Update below.
On Thu, Feb 4, 2016 at 8:15 AM, Yuval Schwartz
wrote:
> Thanks, answers below.
>
> On Wed, Feb 3, 2016 at 11:15 PM, Christopher Schultz <
> ch...@christopherschultz.net> wrote:
>
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
&g
Thanks, answers below.
On Wed, Feb 3, 2016 at 11:15 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Yuval,
>
> On 2/3/16 12:29 PM, Yuval Schwartz wrote:
> > Thanks a lot. Comments below.
> >
Thanks a lot. Comments below.
On Wed, Feb 3, 2016 at 5:02 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Yuval,
>
> On 2/2/16 6:11 PM, Yuval Schwartz wrote:
> > Thanks. Answers below
>
Thanks. Answers below
On Tuesday, 2 February 2016, Christopher Schultz <
ch...@christopherschultz.net
> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Yuval,
>
> On 2/2/16 9:28 AM, Yuval Schwartz wrote:
> > On Tue, Feb 2, 2016 at 4:15 PM
Hello Terence,
Can you explain what you mean when you say "who owns the thread"?
On Tue, Feb 2, 2016 at 5:18 PM, Terence M. Bandoian
wrote:
> On 2/2/2016 2:49 AM, Yuval Schwartz wrote:
>
>>
>>
>> On Mon, Feb 1, 2016 at 7:36 PM, Terence M. Bandoian &
On Tue, Feb 2, 2016 at 4:15 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Yuval,
>
> On 2/2/16 6:21 AM, Yuval Schwartz wrote:
> > Hello again Christoph,
> >
> > I think there is a pro
alled (yum remove apr-devel
openssl-devel tomcat-native) then this warning goes away.
Is there something that I forgot to configure when installing the APR
library?
Thank you
_
On Thu, Jan 28, 2016 at 2:34 PM, Yuval Schwartz
wrote:
> Thank you Christoph,
>
> I installed a compiled version
?
How else can I go about debugging this message?
Thank you
On Mon, Feb 1, 2016 at 5:59 PM, Terence M. Bandoian
wrote:
> On 2/1/2016 8:54 AM, Yuval Schwartz wrote:
>
>> Hello Mark,
>>
>> I think that the issue below was related to the way I was shutting down an
>>
but I
don't see any thread named http-apr-8080.
Any ideas on how to trouble shoot this?
Thanks.
On Sun, Jan 31, 2016 at 8:18 PM, Yuval Schwartz
wrote:
>
>
> On Sunday, 31 January 2016, Mark Thomas wrote:
>
>> On 31/01/2016 08:06, Yuval Schwartz wrote:
>> > Hellow
On Sunday, 31 January 2016, Mark Thomas wrote:
> On 31/01/2016 08:06, Yuval Schwartz wrote:
> > Hellow Mark,
> >
> > Thanks for the reply.
> > Follow up questions below.
> >
> > On Fri, Jan 29, 2016 at 6:22 PM, Mark Thomas wrote:
> >
> >>
Hellow Mark,
Thanks for the reply.
Follow up questions below.
On Fri, Jan 29, 2016 at 6:22 PM, Mark Thomas wrote:
> On 29/01/2016 14:34, Yuval Schwartz wrote:
> > Hello,
> >
> > tomcat version: 8.0.22
> > java: jdk1.8.0_05
> > server: Amazon Linux AMI
&g
Hello,
tomcat version: 8.0.22
java: jdk1.8.0_05
server: Amazon Linux AMI
I get the following warning message in my catalina log when I undeploy a
web application:
*WARNING [ContainerBackgroundProcessor[StandardEngine[Catalina]]]
org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThr
Thank you Christoph,
I installed a compiled version from the distros on my production servers
and I installed the binary version from
http://tomcat.apache.org/download-native.cgi
on my development server.
A slight problem is that when I install from the distros I don't have
control of the version
Hello,
tomcat version: 8.0.22
java: jdk1.8.0_05
server: Amazon Linux AMI
When deploying my web application to my production environment (detailed
above), I get a message:
*The APR based Apache Tomcat Native library which allows optimal
performance in production environments was not found on th
On Tue, Nov 24, 2015 at 3:35 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:
> > From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> > Subject: Re: Fwd:
>
> > > First of all, I have a context.xml file in the WEB-INF folder of my
> > > application (call it "myApplication
Thanks a lot Christopher, my response is below.
On Tue, Nov 24, 2015 at 2:26 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> Yuval,
>
> On 11/23/15 8:38 AM, Yuval Schwartz wrote:
> > I am using tomcat 8.0.22.0
> > Language: Java
> > development:
Update regarding my second question below...The first question is still
valid as is and I am still interested in input.
On Mon, Nov 23, 2015 at 3:38 PM, Yuval Schwartz
wrote:
> Hello,
>
> I am using tomcat 8.0.22.0
> Language: Java
> development: Windows, NetBeans.
> deploymen
Hello,
I am using tomcat 8.0.22.0
Language: Java
development: Windows, NetBeans.
deployment: ec2 linux
I am still having trouble understanding/working with "path" and "docBase"
of context element.
I have two questions:
First of all, I have a context.xml file in the WEB-INF folder of my
applicati
On Wed, Nov 11, 2015 at 7:14 PM, Mark Eggers
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Yuval,
>
> On 11/11/2015 8:34 AM, Yuval Schwartz wrote:
> > Hello Mark,
> >
> > Thanks for the reply. I am interested in finding where the
>
, it should be under
c:\tomcat\webapps...but it is not.
Thanks again.
On Wed, Nov 11, 2015 at 6:13 PM, Mark Eggers
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Yuval,
>
> On 11/11/2015 7:06 AM, Yuval Schwartz wrote:
> > Hello,
> >
> > I am using
Hello,
I am using tomcat 8.0.22.0.
My Catalina_Home is set to "C:\tomcat".
IDE: Netbeans.
Language: Java.
For some reason, when I deploy a web application in Netbeans that has the
name "applicationName" and context path: "/applicationName" I do not see
the application in the c:\tomcat\webapps fol
Hello Chris,
Answers below.
Thanks again.
On Mon, May 25, 2015 at 3:18 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Yuval,
>
> On 5/24/15 5:06 PM, Yuval Schwartz wrote:
> > Firstly, I
ative
responsibilities).
I have some more follow up questions and they are below.
Thank you again for your time.
On Sun, May 24, 2015 at 9:00 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Yuval,
>
> On 5/
7 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Yuval,
>
> On 5/22/15 9:54 AM, Yuval Schwartz wrote:
> > I wasn't aware that I can look at the actual classes but I wasn't
> > able to find a precompil
ks
On Thu, May 21, 2015 at 11:49 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Yuval,
>
> On 5/21/15 2:39 PM, Yuval Schwartz wrote:
> > Hello,
> >
> > I have some follow-up qu
Hello,
I have some follow-up questions to Chris' response below (in blue).
On Wed, May 20, 2015 at 5:53 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Yuval,
>
> On 5/20/15 9:34 AM, Yuval Schwa
Hello,
I believe I am running tomcat 8.0 (although when I call the getServerInfo()
method of the implicit ServletContext Object It tells me that I am running
on 7.54)
I configured my realm element in my context.xml file as follows (based on
the howto guide: https://tomcat.apache.org/tomcat-8.0-do
65 matches
Mail list logo