Some Web Applications fail to deploy !

2016-05-05 Thread Utkarsh Dave
Hi Tomcat users and owners, I upgraded to tomcat 7.0.69 from 64 and noticed that some of the web applications do not get deployed. After verifying i noticed that with tomcat 7.0.64, manager.log file use to populated with these additional logs where as it is not seen in new Tomcat. May 05, 2016 6:

Re: Auto-bounce a host or webapp?

2016-05-05 Thread Jerry Malcolm
On 5/5/2016 2:05 PM, David kerber wrote: On 5/5/2016 2:56 PM, Jerry Malcolm wrote: I am not using WAR files for my apps. I simply copy updated files to the image in \webapps as changes/updates are required. I have a server running on my local dev machine. When I refresh any webapp file (jars,

Re: Do I need a keystore?

2016-05-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matthew, On 5/5/16 9:09 PM, Matthew Herzog wrote: > You said, "the http-bio-8443 endpoint is an HTTP connector, not an > AJP13 connector." > > This is confusing to me because all the tutorials I have read don't > say anything about commenting out the

Re: Do I need a keystore?

2016-05-05 Thread Matthew Herzog
Firstly, thanks. You said, "the http-bio-8443 endpoint is an HTTP connector, not an AJP13 connector." This is confusing to me because all the tutorials I have read don't say anything about commenting out the line in server.xml that reads: I had assumed port 8443 was analogous to port 443. Bad

RE: BackupManager Heterogeneous Environment / Functionality?

2016-05-05 Thread Decker, Richard M
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, May 05, 2016 4:26 PM To: Tomcat Users List Subject: Re: BackupManager Heterogeneous Environment / Functionality? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Richard, On 5/5/16 3:29 PM

Re: Do I need a keystore?

2016-05-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matthew, On 5/5/16 5:05 PM, Matthew Herzog wrote: > when I run the startup script > > /usr/bin/java -Djava.security.egd=file:/dev/./urandom > -Djava.awt.headless=true -Xmx512m -XX:MaxPermSize=256m > -XX:+UseConcMarkSweepGC -classpath > /usr/share/

Re: BackupManager Heterogeneous Environment / Functionality?

2016-05-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Richard, On 5/5/16 3:29 PM, Decker, Richard M wrote: > I'm trying to configure & demo an Apache Tomcat [v8] cluster env, > that supports different apps functioning on different systems. > > Basically, I'm trying to setup an environment where an app

Do I need a keystore?

2016-05-05 Thread Matthew Herzog
when I run the startup script /usr/bin/java -Djava.security.egd=file:/dev/./urandom -Djava.awt.headless=true -Xmx512m -XX:MaxPermSize=256m -XX:+UseConcMarkSweepGC -classpath /usr/share/tomcat/bin/bootstrap.jar:/usr/share/tomcat/bin/tomcat-juli.jar:/usr/share/java/commons-daemon.jar -Dcatalina.base

Re: Tomcat connector settings

2016-05-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael, On 5/5/16 3:28 PM, Michael Fox wrote: > Please confirm that to configure the passthrough with an external > HTTPS and an internal HTTP, I would set Apache to listen to SSL on > port 8443 and Tomcat on port 8080, with a line inside the Virtu

Re: Failed to read schema document 'classpath:/schema/shibboleth-2.0-services.xsd'

2016-05-05 Thread Violeta Georgieva
Hi, 2016-05-05 20:51 GMT+03:00 Hilbert, Colin : > > Hi, > > On 5/5/16, 1:48 PM, "Hilbert, Colin" wrote: > > >Hello, > > > >Thank you for checking up on this. In the meantime, is there a different > >way you recommend I add these to the class path other than moving the > >jars? > > > >Colin > >

BackupManager Heterogeneous Environment / Functionality?

2016-05-05 Thread Decker, Richard M
ASF Tomcat Members, I'm trying to configure & demo an Apache Tomcat [v8] cluster env, that supports different apps functioning on different systems. Basically, I'm trying to setup an environment where an app can be on only 1 or 2 (deployed or running) out of the 3 Tomcat systems in the cluster.

RE: Tomcat connector settings

2016-05-05 Thread Michael Fox
Chris, Thanks for your explanations and help! Please confirm that to configure the passthrough with an external HTTPS and an internal HTTP, I would set Apache to listen to SSL on port 8443 and Tomcat on port 8080, with a line inside the Virtual Host directive of ProxyPass /myapp http://DNS_hos

Re: Auto-bounce a host or webapp?

2016-05-05 Thread David kerber
On 5/5/2016 2:56 PM, Jerry Malcolm wrote: I am not using WAR files for my apps. I simply copy updated files to the image in \webapps as changes/updates are required. I have a server running on my local dev machine. When I refresh any webapp file (jars, jsps, etc) the server detects the changes

Auto-bounce a host or webapp?

2016-05-05 Thread Jerry Malcolm
I am not using WAR files for my apps. I simply copy updated files to the image in \webapps as changes/updates are required. I have a server running on my local dev machine. When I refresh any webapp file (jars, jsps, etc) the server detects the changes, refreshes, and everything is good with

Re: Failed to read schema document 'classpath:/schema/shibboleth-2.0-services.xsd'

2016-05-05 Thread Hilbert, Colin
Hi, On 5/5/16, 1:48 PM, "Hilbert, Colin" wrote: >Hello, > >Thank you for checking up on this. In the meantime, is there a different >way you recommend I add these to the class path other than moving the >jars? > >Colin > > >On 4/27/16, 4:06 AM, "Violeta Georgieva" wrote: > >>Hi, >> >> >>2016-0

Re: Failed to read schema document 'classpath:/schema/shibboleth-2.0-services.xsd'

2016-05-05 Thread Hilbert, Colin
Hello, Thank you for checking up on this. In the meantime, is there a different way you recommend I add these to the class path other than moving the jars? Colin On 4/27/16, 4:06 AM, "Violeta Georgieva" wrote: >Hi, > > >2016-04-26 22:49 GMT+03:00 Hilbert, Colin : >> >> Tomcat version 7.0.69

antiClickJackingUri syntax in HTTP header security filter definition

2016-05-05 Thread Ruan van Tonder
Good day We are running Apache Tomcat 7.0.64 on Windows Server 2012 R2. Currently we have an issue where an application page which we are using is being framed by another and due to the default settings in the HTTP header security filter is not being allowed to be displayed in Internet Explorer

Re: Getting confusing websocket error message on Tomcat 7

2016-05-05 Thread Mark Thomas
On 04/05/2016 20:24, Jason Ricles wrote: > I am trying to send a file over a websocket in binary and keep getting > this error > > "code [1009], reason [No async message support and buffer too small. > Buffer size: [800,000], Message size: [131,170]]" > > I am confused since it is saying the buff