omcat directories,
> on the corresponding objects within the two directories, and on the
> corresponding objects within their respective bin directories.
>
Just wondering, what do you mean by "objects"? Files?
Best regards,
Konstantin Kolinko
--
2013/12/16 James H. H. Lampert :
> On 12/16/13 9:37 AM, pierre posset wrote:
My problem is that when in a browser I am writing mycompany.com I am
redirected with to www.mycompany.com.
>
>
> I could be way off-base here (it wouldn't be the first time!), but:
>
> It could also be that
y question is How can I search (online, web-search) SVN Log Messages for
> Apache Tomcat VCS Repository.
>
Who are you, and why do you want to do that?
For every commit there is a commit e-mail sent to the developers'
mailing list. Thus the easy way is to search the mailing list
ar
ad_a_Java_thread_dump_.3F
>
+1
How do you measure the timing?
Do you have antivirus scanner on that machine? (They love to inspect
zip files, and for a big file that may take notable time).
Also,
http://wiki.apache.org/tomcat/HowTo/FasterStartUp
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
pecification is
somewhat limited. The "*" has special meaning in two constructs only:
a) when defining prefix mapping, as "/*" at the end, e.g. /foo/*
b) when defining extension mapping, .e.g. *.foo
In all other situations the "*" character is interpreted liter
2014-07-10 10:26 GMT+04:00 Sergio Fernández :
> Hi Konstantin,
>
>
> On 08/07/14 09:45, Konstantin Kolinko wrote:
>>
>> There is no "application/x-pointplus" string in the default
>> conf/web.xml of Tomcat. So first you have to find where the string
>&
t; initializing the classes, connecting to the database, starting threads, etc.
Starting the webapp loads only those classes that are actually used.
Scanning for annotations has to unzip and parse every *.class file in
all of your libraries.
To get what actually happens, take several thread dumps
t/HowTo#How_do_I_obtain_a_thread_dump_of_my_running_webapp_.3F
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
HOME/bin/tomcat-juli.jar
>
> $CATALINA_BASE/lib, has the grant for java.security.AllPermission;
>
Unless all classes in the call chain have the necessary permission
("java.lang.RuntimePermission" "getClassLoader") the call won't be
allowed.
A workaround is to gran
>
> b) Here are the handler properties:
>
> 5serv1.org.apache.juli.FileHandler.level = FINE
> 5serv1.apache.juli.FileHandler.directory = ${catalina.base}/logs
2. The above property name is mistyped. It misses "org." before "apache".
Effectively it is ignore
ng Tomcat 7.0.54, Java 6, on a Windows machine.
> I have an example webapp (deployable with Eclipse) which reproduces this
> issue, which I can upload later.
>
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
ed twice (at Host and then at
Engine).
The relevant change log entry in 7.0.55 is "When an error occurs after
the response has been committed close the connection immediately ..."
https://svn.apache.org/r1602443
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
? Are daylight changes enabled? (I remember someone
reporting that a daylight timezone change have triggered a
redeployment. That matters only if automated deployments are enabled).
Huh, it was your own thread...
http://tomcat.markmail.o
rg.apache.derby.jdbc.ClientXADataSource.
The databaseName, serverName properties apparently are properties of
that datasource implementation. I expect that the class has setters
like org.apache.derby.jdbc.ClientXADataSource.setServerName(String).
You are using Oracle datasource class.
Good news are that exception actually originates from "oracle.jdbc.xa.client.
OracleXADataSource" class, so the resource definition works.
Bad news are that apparently it needs some different configuration
properties such as URL to your server.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
na.org.apache.juli.FileHandler.level = SEVERE
Note that the above setting filters what log messages are being written out.
If you want to filter what log messages are being generated (thus
saving some time on processing them), you can set level for a logger,
e.g.
".level = SEVERE" for the
configureClientSsl()),
but passing those to your HTTP client depends on what client you are
using and on API of that client.
You are not saying what client implementation you are using. It may be
better to ask on their mailing lists.
Best regards,
Konstantin Kolinko
-
ess.
>
> There is absolutely no information in the Tomcat logs to indicate any
> errors. Only the client message above indicates the error. However, the
> Tomcat version is the only difference.
>
> Does anyone have any ideas?
ly, bin/tool-wrapper.bat, bin/tool-wrapper.sh is designed as a
wrapper for such command-line tools, but JspC depends on
org.apache.tools.ant.Task, so you need to have Apache Ant libs on the
classpath.
3)
protected static final String SWITCH_HELP = "-help";
Best regar
2014-09-03 11:48 GMT+04:00 Kernel freak :
> Hello guys,
>
> I am working on a maven project. I have already asked this question on
> stackoverflow, but many believe it has something to do with Apache tomcat
> giving a problem. Whenever I run the project, it says, project threw a
> load() exception.
2014-09-04 20:06 GMT+04:00 :
> Hello, I have this error configuring SPDY in Tomcat 8.0.11 in RHEL Linux 6.4
> (64bit).
>
> Everything works fine removing npnHandler attribute for SPDY.
>
> Sep 04, 2014 9:30:02 AM org.apache.catalina.core.AprLifecycleListener init
> INFO: Loaded APR based Apache T
n both your\n"
+ "manifest and in the
META-INF/MANIFEST.MF "
+ "entry in the jar file.");
}
]]]
None of Tomcat jars have "Depends-On" entry in their manifests.
Such an
n version,
> attempting to download 7.0.x, until getting a 404
There have been several reports of mirrors that did not respond with
proper 404, but instead produced a redirection to some advertisement
page. Such behaviour is aga
2014-09-10 21:52 GMT+04:00 :
>
> (...)
>
> What puzzles me is the Context / Parameter feature of Tomcat. (context-param
> from Java is clear.) There are at least 3 locations to define Tomcat level
> parameters:
>
> - server.xml / Host (1)
> - webapps / ... / context.xml (2)
> - conf/.../myapp
2014-09-11 7:52 GMT+04:00 Kiran Badi :
> Hi,
>
> I am trying to deploy application as ROOT.war in tomcat 7.50 provided by
> hosting service provider, but for some reasons I get below message
>
> FAIL - War file "ROOT.war" cannot be uploaded if context is defined in
> server.xml
>
>
> I have below
2014-09-11 17:07 GMT+04:00 Elias Kopsiaftis :
> ok Thanks,
>
> I am using Tomcat7. I dont know much about Tomcat application development,
> so I will research these options you gave me before responding again.
>
> Thanks again
As written here:
http://tomcat.apache.org/lists.html#tomcat-users
Imp
but they
> have disappeared in 8.0.
>
>
> Or at least in the doc :
> https://tomcat.apache.org/tomcat-8.0-doc/config/context.html#Attributes
In Tomcat 8 it is
http://tomcat.apache.org/tomcat-8.0-doc/config/resources.html
http://tomcat.apache.org/migration-8.html#Web_application_resources
>>> when I try to do this in BASEDIR/conf/context.xml by adding the
>>> line
1. conf/context.xml is the default Context configuration file, shared
by all web applications. You would better create a file for your own
web application, instead of modifying the defaults.
>>>
>>> , the server won't start and spews out many lines of ...
2. The above line is not syntacticly valid to appear in an XML file.
http://en.wikipedia.org/wiki/XML
http://www.xmlnews.org/docs/xml-basics.html
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
2014-09-20 6:32 GMT+04:00 John Polansky :
> System:
> Tomcat 5.5.15 Java 1.5 Solaris/SPARC
Something old, with known issues and unsupported
> Guys, new to the group, well new to tomcat completely I was hoping to get a
> solution for our issue. We have a piece of software that is no longer
> s
2014-09-19 11:49 GMT+04:00 Rainer Jung :
> On behalf of the Tomcat committers I am pleased to announce that
> Felix Schumacher (fschumacher) has been voted in as a new Tomcat committer.
>
Welcome, Felix!
Best regards,
Konstanti
2014-09-20 3:01 GMT+04:00 Chad Maniccia :
> Enviroment
>
>
> Windows 2008 R2
>
> Tomcat 8.0.11
>
> Java 1.8.0_20-b26
>
> Sysco HTTPS Firewall (They have to authenticate through it first)
>
> HTTPS only
>
> Memory Pool=3072MB
>
> Thread Stack Size=384
>
>
>
> Problem
>
>
> We recently moved to a new
2014-09-19 22:15 GMT+04:00 Loïc Tregan :
> Hi,
>
> Setting logEffectiveWebXml=true in context.xml does not log the web
> fragments in the clause of the output web.xml; it is
> not specified.
>
> Is it expected ? Should I file a bug ?
>
> I think it is a convenient feature to debug in which order t
t the full set of resourceJars) . It matches my experience.
>
> Do you think I should file a bug and log the merged Xml after resourceJars
> is indeed complete ?
>
> Thanks,
>
> loïc
>
>
> On Sat, Sep 20, 2014 at 1:09 PM, Konstantin Kolinko
> wrote:
>
>>
2014-09-25 19:21 GMT+04:00 Rosario Marin :
> Do you run one Tomcat, listening on 2 different ports ? Yes
> What do you mean with "App Manager" ? For example :
> http://164.152.40.70:7533/manager/html (GUI for deploy of applications).
>
> Ok, I have installed apache-tomcat-7.0.29 in the next add
nly log.txt and server.xml, so at least two other files
are missing. Sending attachments to this mailing list is discouraged,
as the mailing list software is configured to remove ones that it does
not recognize.
I acknowledge your report as well-written and valid one, so please
file it into Bugzilla.
to JreMemoryLeakPreventionListener
in r884341 [1]
Mark has a presentation on Memory Leaks
http://people.apache.org/~markt/presentations/2010-11-04-Memory-Leaks-60mins.pdf
3. Bundling a separate copy of Apache Xerces with the web application
may help. It will not help if the root cause is your failur
=57020
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
anism.
> But why i get a 404?
What do you get if you invoke the file explicitly, without relying on
welcome files feature?
http://127.0.0.1:8080/bar/index.jsp
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
rseRequest(FileUploadBase.java:283)
> at
> org.apache.catalina.connector.Request.parseParts(Request.java:2737)
> ... 27 more
>
> Is there a configuration parameter somewhere that allows me to increase
> the al
yed by Tomcat or by other web server? Is this
request mentioned in Tomcat access log file?
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
.properties file in Tomcat sources.
E.g. my build.properties file on a Windows 7 machine is essentially
the following lines:
base.path=../../libraries/tomcat7
java.7.home=C:/Program Files (x86)/Java/jdk1.7.0_67
"ant deploy" or just "ant" build a ready-to-use version of Tomcat in
output directory.
"ant release" build a release (with all release artifacts) in output/release
Build instructions are in BUILDING.txt file.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
2014-10-02 22:16 GMT+04:00 Gibran Castillo :
> I installed Tomcat 8.0.12 in my MacBook OS X 10.9.5
> here /Library/Tomcat/Home. Home is a symbolic link that will always point
> to the current version Tomcat directory, in this case
> /Library/Tomcat/apache-tomcat-8.0.12
>
> In the /Library/Tomcat/
in/branches/tc8.x/
See archives of tomcat dev mailing list for discussions.
Thus far, integration tests are failing,
http://markmail.org/message/xc5r6yycrvmjh2vx
Best regards,
Konstantin Kolinko
-
To unsubscribe
2014-10-09 0:54 GMT+04:00 Deme Carv :
> I have an application which runs perfectly in WebSphere 6.1 using JDK6 but
> now I want to publish it to Tomcat8 using JDK8. It is a simple application
> which is based on some JSP and some servlets. I was able to deploy it to
> Tomcat8 eithier from my STS or
Any suggestion will very appreciated.
The logs say that your application has started. Are you using correct
URL in the web browser?
Also see into log files. Some errors are logged into log files but not
to the console.
> On Wed, Oct 8, 2014 at 6:34 PM, Konstantin Kolinko
> wrote:
&
e.org/migration-8.html#Upgrading_8.0.x
3) Many 3rd parties (Linux vendors) redistribute Tomcat with separate
home and base directories.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
or.java:1145)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> at
> org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
> at java.lang.Thread.run(Thread.java:745)
>
> Best Regards,
>
> Nasry Al-Haddad
Hi!
Thank you for detailed report. I was able to reproduce the issue.
The crash happens not in our code, but in Eclipse Java compiler (ECJ),
that Tomcat calls to compile the page.
It is possible to replace the version of ecj.jar in Tomcat with a
later one, but unfortunately, this issue is reproducible with the next
available version (ecj-4.4.1) as well as with current nightly build of
the compiler.
I reported the issue to the Eclipse project:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=448112
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
that method is present
both in current DBCP2 and in previous DBCP 1.4 used by Tomcat 7.
If this implementation is of any use, it must be properly documented.
As of now, it does not match its own javadoc which only says that
format is "[propertyName=property;]*". Neither it is documente
constructor you need the keyword "new".
> NamedParameterJdbcTemplate namedParameterJdbcTemplate = new
> NamedParameterJdbcTemplate(dataSource);
>
> To restate: I am assuming the two database connections for two separate
> calls of this above code wi
that single call, all those
connections will come from the same pool.
BTW,
http://en.wikipedia.org/wiki/Design_Patterns#Structural
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
rst one is used
to launch an external script in case of OOM.
Doing anything from Java rarely works in case of an OOM error,
especially a "PermGen" OOM. (You have a bit more luck with your "Java
heap space" one).
See
http://markmail.org/message/rr2
2014-11-06 14:04 GMT+03:00 Alessandro Panzeri :
> I deployed a war on Tomcat 7 to serve a jsp page.
>
> In the jsp page I put this css tag:
>
>
>
> Also, at the beginning of the jsp page I put this:
>
> <%@ page contentType="text/html;charset=utf-8" %>
>
> However when I contact via browser such j
lease candidate is currently in the voting
process on dev@)
e) simplify your web application until you have a reproducible test
case that you can show others
The examples webapp has EL on its pages and those are certainly working.
f) update you web.xml to version 3.
code is responsible for that.
Is your hardware OK? Is it a local harddrive, or a network one?
> https://issues.apache.org/bugzilla/show_bug.cgi?id=57173
Bug 57173 is irrelevant here. (Bug 57173 occurs when parsing a class
file. In this case the parsing has not been started yet. It failed
w
2014-11-09 1:08 GMT+03:00 Bjørn T Johansen :
> I have a init script I have been using now for severeal years that has been
> working without any problems...
> But since upgrading to Tomcat 8 (now 8.0.14), Tomcat is not coming up if I
> boot the server..
>
> Here is the output from catalina.out..:
viour is explained here:
>> https://wiki.apache.org/tomcat/HowTo/FasterStartUp#General
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
f Tomcat 7 had a bug that
"service.bat install" had to be run from console window that itself is
run with elevated privileges.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56143
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
2014-11-11 20:10 GMT+03:00 Gadhiraju, Satish :
> Hi, I am new to tomcat. I have installed tomcat binaries and created one
> stand alone instance.
> Tomcat is working fine with http port, I get the message It works.
> But when I try to access with https port I am getting page cannot be found.
> Bel
2014-11-12 0:03 GMT+03:00 Peter Robbins :
> Hi there,
> I’m running into an issue with fully-qualified domain names and https
> using Tomcat 8 and JDK 8.
> Tomcat version: 8.0.14
> JDK Version: 1.8.0_25OS: Mac OS X 10.10
>
> If you include the trailing dot in a request over https, the TLS handshake
to some global space.
> Properties, maybe? Ugly. But, ya do what ya gotta.
1. What if the web application does not have a war file, but is
deployed as an expanded directory?
2. Please find some specification references.
3. If there were a manifest for the WEB-INF/classes/ I would wonder
whether
COOKIE
>
If I add the above three lines to the web.xml of examples webapp, it
works for me.
http://localhost:8080/examples/servlets/servlet/SessionExample
On the first visit to that example page look at "URL encoded" link at
the bottom of the page, whether it conta
into a "$CATALINA_BASE/bin/setenv.sh" file.
> and put my jars in jdk/lib, jdk/jre/lib,
5. Are those the Java version that you are using? Are they visible to
the class loader (e.g can you load the class in any test JSP page?)
> tomcat/lib, tomcat/webapps/ROOT/WEB-INF/lib,
bu
2014-11-18 22:35 GMT+03:00 Konstantin Kolinko :
> 2014-11-18 11:29 GMT+03:00 Mark Thomas :
>> On 17/11/2014 22:47, Ignacio Ocampo wrote:
>>> Hi all,
>>>
>>> I'm using a third part library for NTLM authentication, one of their
>&
endBinary(bbuf);
> System.out.println("sent");
> }
>
2. There are tests for receiving binary messages in Tomcat, e.g.
test/org.apache.tomcat.websocket.TesterEchoServer class.
3. BTW, there is a typo in method name. s/recieved/received/
Best regards,
Konstantin Kolinko
---
2014-11-19 0:21 GMT+03:00 Stephen McCants :
> Hello Konstantin Kolinko,
>
> I fixed my dumb web.xml schema declaration. Thanks for pointing that out.
>
> I also added the COOKIE tracking mode to the example servlet and it worked
> there (the URL encoded link did not cont
2014-11-19 0:53 GMT+03:00 Konstantin Kolinko :
> 2014-11-19 0:21 GMT+03:00 Stephen McCants :
>> Hello Konstantin Kolinko,
>>
>> I fixed my dumb web.xml schema declaration. Thanks for pointing that out.
>>
>> I also added the COOKIE tracking mode to the example ser
.
[1] http://tomcat.apache.org/connectors-doc/reference/apache.html
[2] MSDN - CreateFileMapping function
http://msdn.microsoft.com/en-us/library/windows/desktop/aa366537%28v=vs.85%29.aspx
[3] MSDN - System Error Codes
http://msdn.microsoft.com/en-us/library/windows/desktop/ms681381%28v=vs.85%29.aspx
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
uestion is clear enough.
The proper temp is not "exporting", but "deployment".
Deployment can be done from Ant or from Maven. There exists tools for that.
If you are developing your web application, is there a reason why you
run Tomcat standalone and not from withi
2014-11-20 3:49 GMT+03:00 Barnes, Mark (CORP) :
> Hi, everyone -
>
> Could someone please help me to get Tomcat 8.0.14 to find my web apps???
>
> I am trying to upgrade a server from Tomcat 6.x to Tomcat 8.0.14 on Linux.
> Tomcat does not seem to build the path to the directory containing my web
2014-11-20 14:00 GMT+03:00 Luka Pavlič :
> Hi,
>
> I am running tomcat 8.0.15, win64 ZIP, on Windows 2008R2, Oracle JRE 8.0.20.
>
> Running with "catalina start", /manager app works perfectly.
>
> Running "catalina start -security" will result in not deployed manager app.
>
> I would *definitely ne
2014-11-20 13:56 GMT+03:00 Léa Massiot :
> Thank you for your answer.
>
>> Konstantin Kolinko wrote:
>> Deployment can be done from Ant or from Maven. There exists tools for
>> that.
>
> Ok, I understand.
>
>> Konstantin Kolinko wrote:
>> If you ar
2014-11-19 20:44 GMT+03:00 Igal @ getRailo.org :
> hi,
>
> I don't have use for scanning the jars for tld files etc., so usually,
> in catalina.properties, I skip all jars by setting
>
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip=*.jar
>
> I just noticed that I can set it via a system pr
ager-status, manager-jmx
Source code: o.a.c.manager.StatusManagerServlet.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
That IllegalStateException means that (new
File("/mnt/mynfsserver_img", "/img")).isDirectory() returned false.
In other words, the likely cause is that the path was not readable at
the time of the check.
Replacing PostResources by PreResources and vise versa will have no
effect on this.
2014-
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
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
> to wait before sending the body if it doesn't get a response.
>
> Given the timing issues, the only thing the server can safely do for
> non-200 responses is send the response, close the connection and
> optionally swallow any request body (some clients don't
re general. My code is not working and there are no
> error messages. Can anyone speculate why this would be the case? Is there
> any place else I should be looking for error messages?
>
1. Is this reproducible if you restart T
operties" warning), but
maybe it has trouble parsing it as a "properties" file. Maybe the
whole contents is interpreted as one line and provides no value for
"common.loader".
The *.loader properties are allowed to be empty, so there wi
l/cert.key"
>
> SSLCertificateChainFile="/home/scuser/ssl/intermediateCA.cer"
> clientAuth="false" sslProtocol="TLS"/>
>
> Can anyone see what might be going wrong?
The correct property name for APR connector is "SSLProt
t those 500 and 415 responses are not from Tomcat. Are they
from IIS? Is that one up-to-date?
Do you have access log configured in Tomcat? Are those requests
mentioned in Tomcat access log?
Does the issue happen randomly? Can you reproduce it?
Best regards,
Konstantin Kolinko
-
the configurations (browser-clients/etc) that I got the other messages
> mentioned.
>
>
>
> On Mon, Dec 22, 2014 at 7:02 AM, Konstantin Kolinko
> wrote:
>
>> 2014-12-19 20:49 GMT+03:00 Sean Dawson :
>> > Hello,
>> >
>> > We had a gwt app deployed a
h header must not be present if Transfer-Encoding: chunked is used.
If it is in a request, Tomcat 7.0.47 and later shall reject such
requests per CVE-2013-4286,
http://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.47
If it is in
rly on and that was the one change I found in 53
> that I thought might have affected us ("The response should be closed (i.e.
> no further output is permitted) when a call to AsyncContext.complete()
> takes effect"). But I don't know what we are doing/not-doing or how to fi
2014-12-23 22:06 GMT+03:00 Christopher Schultz
>
> Konstantin,
>
> On 12/23/14 11:12 AM, Konstantin Kolinko wrote:
>>
>> 2) I think that if getHeaders().get(header) returns a single
>> element, it would be better to use setHeader() method instead of
>> addH
t; The function incr must be used with a prefix when a default namespace is
> not specified
>
> org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:42)
>
An invalid EL. The '(' in '${(' has no pair.
Best regards,
Konstantin Kolinko
---
specific
status code on the response.
b) a valve detects presence of the attribute or status code and closes
the connection.
You have not mentioned your version of Tomcat.
For a pointer, note the following enum value in the source code
(ava
ms2048m
> -XX:MaxPermSize=512m -Dcom.sun.management.jmxremote"
>
> My question... pulse-java.jar does not exist in Java 7 although it did in
> Java 6. In Java 7, it is provided by a different file. It appears that the
> shortage of allocated memory manifests itself as a missing file. Ha
delay is when the application is deploying to DIR from WAR.
> Running on VM/newest RedHat, patches are up to date
https://wiki.apache.org/tomcat/HowTo/FasterStartUp
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: use
tting us know.
I cannot reproduce any issues there. The file from your link downloads
correctly for me, and its checksum is correct. If I remove filename
from the URL, a directory listing is correctly displayed.
I used both Firefox 34.0.5 and recently released Firefox 35.0 (on Windows 7).
Best reg
2015-01-17 2:31 GMT+03:00 Chris Arnold :
> Current working setup:
>
> apache 2.2 using mod_jk to pass 443 requests to tomcat on 8443.
>
>
> We are migrating from SLES 11 SP3 to SLEs 12. On SLES 11 we use alfresco
> 5.0.c which includes tomact 7.x i believe. SLES 11 has apache 2.2.10. SLES 12
> ha
2015-01-18 2:00 GMT+03:00 Sean Dawson :
> Hello,
>
> I mentioned in an previous question that newer releases of tomcat7
> (Windows) seems to be unpacking our war files to webapps when it wasn't
> doing that previously. We were running fine prior to this and have
> encountered some issues replacing
2015-01-20 17:33 GMT+03:00 Sean Dawson :
> On Tue, Jan 20, 2015 at 8:41 AM, Konstantin Kolinko
> wrote:
>
>> 2015-01-18 2:00 GMT+03:00 Sean Dawson :
>> > Hello,
>> >
>> > I mentioned in an previous question that newer releases of tomcat7
>> &g
ore information from the logs…
> Could the mount options of the file system influence the result? My partition
> is mounted with
> rw,nosuid,nodev,noexec,noatime,nodiratime,data=ordered.
> 19-Jan-2015 12:04:27.956 FINE [ContainerBackgroundProcessor[
StandardEngine[Catalina]]]
org.apache.catalina.ha.deploy.WarWatcher.check check cluster wars at
/my/watch/dir
Note that message says "/my/watch/dir", but the configuration above
uses "/my/listen/dir/".
What are access permissions for the directory and for the file. Is
there search permission on the directory, is the file readable?
E.g. if the directory is not readable File.listFiles() returns null,
but the code interprets it as an empty list, silently proceeding
further.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
.
Result: all downloads are OK.
I am using 32-bit JDK 7u72 on Windows 7.
I tested HTTP+(BIO,NIO,APR), HTTPS+(BIO,NIO).
I have not tested HTTPS+APR and AJP+anything.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
XML.
3. Read Tomcat log files for any unexpected messages.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
2015-01-25 7:39 GMT+03:00 杨华杰 :
> Now I have context.xml in three locations:
>
> A: in app: meta-info/context.xml
> B: in conf: context.xml
> C: in conf/Catalina/**.xml --->> seems like no longer copied to here.
>
>
> If I am going to define the same resources in these context.xml, which one
>
age in examples webapp that uses FORM authentication.
http://localhost:8080/examples/jsp/security/protected/index.jsp
If you look into index.jsp it will display "No user principal could be
identified." when request.getUserPrincipla() is null. It displays the
correct principal na
that request has not been authenticated yet.
There is the following change for 7.0.22 in the changelog file:
[quote]
Correct a regression with the fix for 51653 that broke custom error
pages for 4xx responses from the Authenticators. Error handling and
request listeners are now hand
2015-01-26 15:10 GMT+03:00 Thomas Strauß :
>
> -Ursprüngliche Nachricht-
>> Von: Konstantin Kolinko [mailto:knst.koli...@gmail.com]
>> Gesendet: Montag, 26. Januar 2015 13:01
>> An: Tomcat Users List
>> Betreff: Re: request.getUserPrincipal() is null but
&
kpoint on sendError(int,String), setStatus(int) methods of
org.apache.catalina.connector.Response.
It should be possible to implement a javax.servlet.Filter to cache a
request and feed it to the web application for further processing, but
it would be better to fix the web application itself.
Best regards,
Konstantin Kolinko
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
2015-01-30 16:45 GMT+03:00 Luc DALLEMANE :
> Hi,
>
>
> I'm facing a problem with my web application.
>
>
> I'm using Tomcat 7.0.56, Java 1.8, Postgres 9.4 and Debian 7.
>
> The application is configured as followed :
>
>
> The web server is located in a DMZ.
>
> The database server is located in ou
2001 - 2100 of 2381 matches
Mail list logo