Re: Cors-Filter

2016-02-25 Thread tomcat
On 25.02.2016 22:59, RICHARD DOUST wrote: Hi, I’m running Tomcat 7.0. Can’t find the version.bat file, so I don’t know more than that. It’s installed on a Windows computer running Windows Server 2003 DataCenter Edition. (How’s that for refusing to upgrade?) Anyway, it’s a client’s box. I’m

Cors-Filter

2016-02-25 Thread RICHARD DOUST
Hi, I’m running Tomcat 7.0. Can’t find the version.bat file, so I don’t know more than that. It’s installed on a Windows computer running Windows Server 2003 DataCenter Edition. (How’s that for refusing to upgrade?) Anyway, it’s a client’s box. I’m trying to migrate an application to

Uploading large files

2016-02-25 Thread Baldur Dae
Hi all, I have a Primefaces webapp which lets users upload files up to 50MB and saves posted files into Alfresco (located in another tomcat machine). I've successfully configured it to avoid Heap exceptions but it is very slow and has a huge impact in CPU load. Basically, the configuration

Symlinks to index JSP files.

2016-02-25 Thread gmc filter
Hi all, I'm having some trouble with tomcat and symbolic links. I am working with OSX and I use a local instance of Tomcat to do some testing before deploying my site elsewhere. What I want to do: I'd like to create a small script which will stop tomcat, clear out old deployment folders, rebuild

Re: Class loading locking threads

2016-02-25 Thread Christopher Schultz
Wayne, On 2/25/16 7:49 AM, Wayne W wrote: > unfortunately its not our jar - I don't believe there is a way we can > remove the signature as all the class files are encoded. http://lmgtfy.com/?q=java+jar+remove+signature -chris > On Wed, Feb 24, 2016 at 6:31 PM, Mark Thomas

Re: Debugging Apache Tomcat

2016-02-25 Thread Chiranga Alwis
Hi Theo, first of all thanks for the answer. I will certainly try this method as well. This issue seems to be solved when I restarted the computer and executed the server. Please refer to the comments I have made regarding this issue, at stackoverflow post. On Thu, Feb 25, 2016 at 1:58 PM, Theo

Re: 'javax.xml.parsers.FactoryConfigurationError: Provider for class javax.xml.parsers.DocumentBuilderFactory cannot be created' for Tomcat Valve

2016-02-25 Thread Chiranga Alwis
Hi, Sorry for the late response. I did start working by sticking to the default and it seems to work. Thanks for the help. On Thu, Feb 11, 2016 at 5:16 PM, Chiranga Alwis wrote: > Hi Chris, > > I will check if it works by sticking to the default. > > On Mon, Feb 8,

Re: Class loading locking threads

2016-02-25 Thread Wayne W
Thanks Mark, unfortunately its not our jar - I don't believe there is a way we can remove the signature as all the class files are encoded. On Wed, Feb 24, 2016 at 6:31 PM, Mark Thomas wrote: > On 24/02/2016 17:49, Wayne W wrote: > > Hi, > > > > we are using a third party JAR

Re: Shutdown hook for Tomcat

2016-02-25 Thread Mark Thomas
On 25/02/2016 09:56, Eranga Samararathna wrote: > Tomcat Version : 7.0.47 > > How can I override shutdown hook in Tomcat? Currently one of my web > application invoke a remote process and due to unavailability of remote > process my web application code invoke a shut down hook and it cause Tomcat

Shutdown hook for Tomcat

2016-02-25 Thread Eranga Samararathna
Tomcat Version : 7.0.47 How can I override shutdown hook in Tomcat? Currently one of my web application invoke a remote process and due to unavailability of remote process my web application code invoke a shut down hook and it cause Tomcat to invoke it's shutdown hook. Finally Tomcat get shutdown

RE: Debugging Apache Tomcat

2016-02-25 Thread Theo Sweeny
Hi Chiranga, -Original Message- From: Chiranga Alwis [mailto:chirangaal...@gmail.com] Sent: 25 February 2016 07:03 To: Tomcat Users List Subject: Debugging Apache Tomcat Hi, please refer this post regarding Tomcat debugging issue: