Re: No direct access to Tomcat as it is using AJP connector?

2015-11-10 Thread Christopher Schultz
Suleman, On 11/10/15 5:18 AM, Suleman Butt wrote: > Now I have the following requirement, I have been asked by my operation > team member that he needs to " replace Battery and install McAfee" on the > Apache web server and the activity would require approx. 1 hour. He also > told me that during t

RE: Tomcat Ports

2015-11-10 Thread Tauzell, Dave
You are right. I removed our webaps and now I don't see those ports in use. I will do more digging, though, because when I run using an embedded Jetty webserver I don't see them. I'll reply back if I have any more questions. Thanks, Dave -Original Message- From: Ben Stringer [mailt

Re: Tomcat Ports

2015-11-10 Thread patrycio .
Sorry i cant help Em terça-feira, 10 de novembro de 2015, Ben Stringer escreveu: > On Wed, November 11, 2015 8:21 am, Tauzell, Dave wrote: > > Hello, > > > > I am using Tomcat 8.0.24 as an embedded server. When I run my > application > > I've noticed that in addition to the HTTP port I specifi

Re: Tomcat Ports

2015-11-10 Thread Ben Stringer
On Wed, November 11, 2015 8:21 am, Tauzell, Dave wrote: > Hello, > > I am using Tomcat 8.0.24 as an embedded server. When I run my application > I've noticed that in addition to the HTTP port I specified (7001) it is > also listening on several other: > > 1099 - this appears to be for JMX > 2000 -

Tomcat Ports

2015-11-10 Thread Tauzell, Dave
Hello, I am using Tomcat 8.0.24 as an embedded server. When I run my application I've noticed that in addition to the HTTP port I specified (7001) it is also listening on several other: 1099 - this appears to be for JMX 2000 - 4211 35810 - this changes when I restart the application I started

Re: org.apache.tomcat.util.http.ServerCookie.ALLOW_EQUALS_IN_VALUE Explanation

2015-11-10 Thread Mark Thomas
On 10/11/2015 19:53, Tessler, Micah (M.B.) wrote: > I am trying to understand the reasoning behind needing this setting: > org.apache.tomcat.util.http.ServerCookie.ALLOW_EQUALS_IN_VALUE=true > When set to true, my cookie values can contain the '=' character. > I assume that Tomcat did not implem

[ANN] Apache Tomcat Native 1.2.2 released

2015-11-10 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.2.2 stable. The key features of this release are: - ALPN support - SNI support - Add access methods for OpenSSL BIO - Windows binaries built with APR 1.5.1 and OpenSSL 1.0.2d - Itanium binaries no longer provided

org.apache.tomcat.util.http.ServerCookie.ALLOW_EQUALS_IN_VALUE Explanation

2015-11-10 Thread Tessler, Micah (M.B.)
I am trying to understand the reasoning behind needing this setting: org.apache.tomcat.util.http.ServerCookie.ALLOW_EQUALS_IN_VALUE=true When set to true, my cookie values can contain the '=' character. I assume that Tomcat did not implement this setting which defaults to false for no reason.

SV: Cannot load JDBC driver class 'oracle.jdbc.driver.OracleDriver '"

2015-11-10 Thread Simon Kepp Nielsen
Thanks Felix, Removing the extraneous space seems to have fixed it. A classic copy-paste-error. Best regards, Simon Kepp Nielsen IT Infrastructure Manager - IT Operations M: 30 52 77 07 - E: s...@pfa.dk Sundkrogsgade 4, DK-2100København Ø, T: 39 17 50 00, www.pfa.dk Disclaimer This message is

Re: Cannot load JDBC driver class 'oracle.jdbc.driver.OracleDriver '"

2015-11-10 Thread Felix Schumacher
Am 10. November 2015 15:06:09 MEZ, schrieb Simon Kepp Nielsen : >Hi all, > >I've tried following the instructions in >https://tomcat.apache.org/tomcat-7.0-doc/jndi-datasource-examples-howto.html >to add an Oracle DataSource to my Tomcat 7.0.65 installation. The >relevant contents of my $CATALINA_

Cannot load JDBC driver class 'oracle.jdbc.driver.OracleDriver '"

2015-11-10 Thread Simon Kepp Nielsen
Hi all, I've tried following the instructions in https://tomcat.apache.org/tomcat-7.0-doc/jndi-datasource-examples-howto.html to add an Oracle DataSource to my Tomcat 7.0.65 installation. The relevant contents of my $CATALINA_HOME\conf\context.xml is: I have added ojdbc6.jar to $CATALINA_HOME

Re: No direct access to Tomcat as it is using AJP connector?

2015-11-10 Thread Suleman Butt
no there is only one Apache and also there is no load balance involved. One Apache pointing to 2 Tomcats (2 applications) with different URL. On Tue, Nov 10, 2015 at 12:18 PM, Björn Raupach wrote: > > > On 10 Nov 2015, at 11:46, Suleman Butt wrote: > > > > Thanks, Björn for your reply. > > > >

Re: Windows service with apache tomcat launches too many instances of the aplication

2015-11-10 Thread Sterpu Victor
I fixed the problem, my code had a BUG. -- Original Message -- From: "Sterpu Victor" To: users@tomcat.apache.org Sent: 11/10/2015 3:10:27 PM Subject: Windows service with apache tomcat launches too many instances of the aplication Hello I made a windows service using the instruction

Windows service with apache tomcat launches too many instances of the aplication

2015-11-10 Thread Sterpu Victor
Hello I made a windows service using the instructions from here http://web.archive.org/web/20090228071059/http://blog.platinumsolutions.com/node/234. I renamed the files tomcat5.exe and tomcat5w.exe to CaidoServers.exec and CaidoServersw.exe and I runned the command: CaidoServers.exe //IS//Ca

Re: No direct access to Tomcat as it is using AJP connector?

2015-11-10 Thread Björn Raupach
> On 10 Nov 2015, at 11:46, Suleman Butt wrote: > > Thanks, Björn for your reply. > > * Load balancing > is not the case. > > * Routing many services within a single website > The same Apache Web server is serving other applications running on other > Tomcats > > * SSL issues > The applicatio

Re: No direct access to Tomcat as it is using AJP connector?

2015-11-10 Thread Suleman Butt
Thanks, Björn for your reply. * Load balancing is not the case. * Routing many services within a single website The same Apache Web server is serving other applications running on other Tomcats * SSL issues The application endpoint URL is HTTPS. * SLA or corporate policies Not sure, but the lay

Re: No direct access to Tomcat as it is using AJP connector?

2015-11-10 Thread Björn Raupach
Hello Suleman, > On 10 Nov 2015, at 11:18, Suleman Butt wrote: > > Hi All, > > I have the following configuration. > > Standalone Apache web server is talking to Tomcat AS using AJP connector. > Both Apache and Tomcat are running on seperate server machines. All my > application components are

Re: Does Tomcat support clustering for automatic fail over?

2015-11-10 Thread S.Booth
On 05/11/15 22:10, Christopher Schultz wrote: > I would argue that any production deployment ought to utilize a load > balancer and at least two servers, even if only to allow you to take one > of them offline for upgrades. Maybe you don't require 24x7 uptime, but > most production deployments do,

No direct access to Tomcat as it is using AJP connector?

2015-11-10 Thread Suleman Butt
Hi All, I have the following configuration. Standalone Apache web server is talking to Tomcat AS using AJP connector. Both Apache and Tomcat are running on seperate server machines. All my application components are deployed on the Tomcat AS and Apache is just used to redirect the user requests t