Re: Need help understanding support for Unix Domain Sockets in Tomcat 7.0.x

2015-09-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Graham, On 9/25/15 7:23 PM, Graham Leggett wrote: > On 25 Sep 2015, at 10:33 PM, Christopher Schultz > wrote: > >> While I obviously agree with the sentiment, I do feel bad for >> the OP who has to fight this battle. > > It is important however

Re: Need help understanding support for Unix Domain Sockets in Tomcat 7.0.x

2015-09-25 Thread Graham Leggett
On 25 Sep 2015, at 10:33 PM, Christopher Schultz wrote: > While I obviously agree with the sentiment, I do feel bad for the OP > who has to fight this battle. It is important however to clarify that this isn’t a typical scenario, lest someone cites this thread as to why they should be doing th

Re: Class Loader Problems with Tomcat 8 + Ant Task

2015-09-25 Thread Amit Lonkar
Yes its an Administrator web application used to deploy our product war files to customers via a patch. I just posted a example of a servlet to help reproduce it. — Amit > On Sep 25, 2015, at 2:47 PM, Christopher Schultz > wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Amit

Re: Class Loader Problems with Tomcat 8 + Ant Task

2015-09-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Amit, On 9/24/15 2:24 PM, Amit Lonkar wrote: > We are trying to upgrade from Tomcat 7 to Tomcat 8. One of the > functionalities we have is to deploy a war file using the > DeployTask class. I have a simple test servlet that uses the > DeployClass.

RE: Uninstalling Apache Tomcat 7.0.59 from Windows Server

2015-09-25 Thread Caldarale, Charles R
> From: Troy Robinson [mailto:troy.robin...@sasktel.com] > Subject: Re: Uninstalling Apache Tomcat 7.0.59 from Windows Server Don't top-post on this mailing list. > Sorry, I also ran "%CATALINA_HOME%\bin\service.bat install" and a Windows > Service is there and available in the SERVICES gui.

Re: Which version of Tomcat supports Java 8

2015-09-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 9/24/15 7:20 PM, André Warnier (tomcat) wrote: > On 25.09.2015 01:03, gloria.zh...@wellsfargo.com wrote: >> Hi, >> >> We are currently using Tomcat 7.0.62. Does this version >> officially support Java 8? If not, which version of Tomcat >>

Re: Uninstalling Apache Tomcat 7.0.59 from Windows Server

2015-09-25 Thread Troy Robinson
So, originally I had just used the startup batch script. But then I configured it as a Service and used the Windows Services utility to Start and Stop Tomcat, after that point. I don't think that will change your thoughts/comments on the un-install. But if so, please advise. Thank you both for yo

Re: Parallel Deployment: Can I request a specific webapp version?

2015-09-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 George, On 9/24/15 5:59 PM, George Sexton wrote: > On 9/24/2015 4:35 AM, Linus Brimstedt wrote: >> Hello, >> >> Opening an old thread here regarding controlling which version of >> a web app a request ends up at in a parallell deployment >> scenari

Re: Need help understanding support for Unix Domain Sockets in Tomcat 7.0.x

2015-09-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Graham, On 9/24/15 2:56 PM, Graham Leggett wrote: > On 23 Sep 2015, at 22:05, André Warnier (tomcat) > wrote: > >> - you convince whoever wrote that requirement, that an internal >> TCP connection within the same host, is no less secure than a >>

Re: Uninstalling Apache Tomcat 7.0.59 from Windows Server

2015-09-25 Thread Troy Robinson
Hi, Sorry, I also ran "%CATALINA_HOME%\bin\service.bat install" and a Windows Service is there and available in the SERVICES gui. On Fri, Sep 25, 2015 at 2:05 PM, Mark Thomas wrote: > On 25/09/2015 20:58, Troy Robinson wrote: > > Hi, > > > > I just : > > > > - downloaded the 7.0.59 version

RE: Uninstalling Apache Tomcat 7.0.59 from Windows Server

2015-09-25 Thread Caldarale, Charles R
> From: Troy Robinson [mailto:troy.robin...@sasktel.com] > Subject: Re: Uninstalling Apache Tomcat 7.0.59 from Windows Server > I just : > - downloaded the 7.0.59 version from the http://tomcat.apache.org/ site. Which version? There are three for Windows (ignoring Itanium), plus two other gene

Re: Uninstalling Apache Tomcat 7.0.59 from Windows Server

2015-09-25 Thread Mark Thomas
On 25/09/2015 20:58, Troy Robinson wrote: > Hi, > > I just : > > - downloaded the 7.0.59 version from the http://tomcat.apache.org/ site. > - unpacked the distribution into its own directory. > - configured the CATALINA_HOME and CATALINA_BASE environment variable to > this directory. > - configu

Re: Uninstalling Apache Tomcat 7.0.59 from Windows Server

2015-09-25 Thread Troy Robinson
Hi, I just : - downloaded the 7.0.59 version from the http://tomcat.apache.org/ site. - unpacked the distribution into its own directory. - configured the CATALINA_HOME and CATALINA_BASE environment variable to this directory. - configured teh JRE_HOME and JAVA_HOME environment variables to appr

Re: Uninstalling Apache Tomcat 7.0.59 from Windows Server

2015-09-25 Thread Mark Thomas
On 25/09/2015 19:22, Troy Robinson wrote: > Hi, > > We have Apache Tomcat 7.0.59 installed and running on one of our Dev > Windows 2012 Servers. > > How do I do a clean Un-Install of Apache Tomcat from this windows server ? > > We are going to re-install it soon, but want to start from a clean s

Uninstalling Apache Tomcat 7.0.59 from Windows Server

2015-09-25 Thread Troy Robinson
Hi, We have Apache Tomcat 7.0.59 installed and running on one of our Dev Windows 2012 Servers. How do I do a clean Un-Install of Apache Tomcat from this windows server ? We are going to re-install it soon, but want to start from a clean slate on that server, so are trying to uninstall several pi

Re: [OT] Re: Parallel Deployment: Can I request a specific webapp version?

2015-09-25 Thread George Sexton
On 9/24/2015 4:27 PM, André Warnier (tomcat) wrote: On 24.09.2015 23:59, George Sexton wrote: ... Couldn't you have your load balancer send x% to one instance, and 1-x% to the other instance? Wait, I didn't get this. Say that x = 20. So we send 20% to instance A. Then we send (1 - 20)% =

RE: Need help understanding support for Unix Domain Sockets in Tomcat 7.0.x

2015-09-25 Thread Srinivasan Raman
Hi Chris, I did not get much in terms of reference, but here goes: 1.http://tomcat.apache.org/tomcat-7.0-doc/apr.html Tomcat can use the Apache Portable Runtime to provide superior scalability, performance, and better integration with native server technologies. The Apache Portable Runtime is a h

Re: Tomcat deployment from public_html user folder of a war application is not working

2015-09-25 Thread Manuel Parra
Thanks, yes, I was looking for other solutions. Thanks again ! On Fri, Sep 25, 2015 at 1:54 PM, Aurélien Terrestris wrote: > As said by Konstantin, the listener doesn't do what you are trying to > achieve (I tested on my side, it doesn't work). > > You can do virtual hosting, but this means that

Re: Tomcat deployment from public_html user folder of a war application is not working

2015-09-25 Thread Aurélien Terrestris
As said by Konstantin, the listener doesn't do what you are trying to achieve (I tested on my side, it doesn't work). You can do virtual hosting, but this means that you need either one different host name or port for each user. I think it is easier to deal with ports, and then you can hide them b