est difference.
Tomcat has no control over how long IIS gives a request to complete before
deciding to return a 502. You should look at your IIS / ISAPI configuration.
Mark
>
> Many thanks,
> Petr Nemecek
>
> connectionTimeout="2"
>
that proxyName, proxyPort and scheme are set
in the first connector.
Obviously I need both, to have those set and to serve the log running requests
without error... Any idea?
Many thanks,
Petr Nemecek
---
This email has been checked for viruses by Avast antivirus software.
https://www.avas
Hello,
I've bumped to "Cannot create a secure XMLInputFactory" issue.
The reason is probably this one (copied from stackoverflow):
***
Since version 2.7.4, CXF added a feature in order to ensure that the
XMLInputFactory is secured and loaded from woodstox (>= 4.2.x packages, see
dered
unavailable."
Any idea what to do with this?
Many thanks,
Petr Nemecek
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
Hi all,
I need to use cyrillic in my webapp.
What I did:
* Added -Dfile.encoding=utf-8 to the Java options
* Added URIEncoding="UTF-8" to the connector in server.xml
What I achieved:
* When I send a request with cyrillic chars to the Tomcat, it's properly
received.
* When I send response with cy
Hello,
I have troubles configuring SSL, even if I follow
https://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html.
See my connectors as well as startup output below.
After the startup I could navigate to http://localhost:8082/, but
https://localhost:8445/ doesn't work.
Any idea?
Many thanks,
P
Hello,
I've been using Tomcat 7.0.47 on Windows Server 2012 R2.
Today I tried to update to 7.0.52, but had a problem, that even if the
configurations seem to be the same, *stdout*.log and *stderr*.log are not
created on logs folder for 7.0.52. In 7.0.47 (and previous versions) this
worked autom