RE: Uploading large files

2016-02-26 Thread Pottinger, Hardy J.
Hi, I've managed to get our DSpace instance (on Tomcat 7) to upload >2GB files. I can help, there's a "funny" mix of config options you need to set up. Let me know how things go with following Chris' advice. --Hardy From: Baldur Dae [baldur@gmail.com

Re: Uploading large files

2016-02-26 Thread Baldur Dae
Hi Chris! Thank you so much for your quick response. I'll have a look and I'll come back here with my progress. 2016-02-26 17:30 GMT+01:00 Christopher Schultz : > Baldur, > > On 2/25/16 4:44 PM, Baldur Dae wrote: > > I have a Primefaces webapp which lets users upload files up to 50MB and > >

Re: Symlinks to index JSP files.

2016-02-26 Thread gmc filter
Thanks Mark, Regretfully, my favorite IDE right now is IntelliJ (I use the free one) but it seems pretty obvious that it's not the right choice for developing this kind of application, as it doesn't have any explicit support for this kind of development at all. I might just have to buckle down and

Re: Symlinks to index JSP files.

2016-02-26 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris, On 2/26/2016 12:36 PM, Christopher Schultz wrote: > To whom it may concern, > > On 2/26/16 2:07 PM, gmc filter wrote: >> Chris, I am specifically trying to avoid rebuilding the project >> each time I make small changes in jsp/html/whatever fi

Re: Cors-Filter

2016-02-26 Thread RICHARD DOUST
> On Feb 26, 2016, at 3:40 PM, Christopher Schultz > wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Jose, > > On 2/26/16 7:08 AM, Jose María Zaragoza wrote: >> 2016-02-26 9:08 GMT+01:00 RICHARD DOUST : >>> My question is, why doesn't it work, or, how can I debug it? >> >> Are

Re: Cors-Filter

2016-02-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jose, On 2/26/16 7:08 AM, Jose María Zaragoza wrote: > 2016-02-26 9:08 GMT+01:00 RICHARD DOUST : >> My question is, why doesn't it work, or, how can I debug it? > > Are you tested to allow to all origins (default option) ? Only for > testing purpose

Re: Symlinks to index JSP files.

2016-02-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, On 2/26/16 2:07 PM, gmc filter wrote: > Chris, I am specifically trying to avoid rebuilding the project > each time I make small changes in jsp/html/whatever files, if that > is what you are suggesting. Now that you mention thi

Re: Apache Tomcat context update listeners

2016-02-26 Thread Chiranga Alwis
Well, sorry if the question is not clear. What I want to know is for what type of event we need to listen in order to carry out a task when a Context is modified. It would be great if there is a clear explanation on how this is to be checked. On Fri, Feb 26, 2016 at 5:21 PM, Mark Thomas wrote:

Re: Symlinks to index JSP files.

2016-02-26 Thread gmc filter
Chris, I am specifically trying to avoid rebuilding the project each time I make small changes in jsp/html/whatever files, if that is what you are suggesting. Now that you mention this, I doubt any maven plugin can achieve what I'm trying to do either. That did give me an idea though. I suppose I

Re: Symlinks to index JSP files.

2016-02-26 Thread Christopher Schultz
To whom it may concern, On 2/26/16 11:53 AM, gmc filter wrote: > I am currently using Maven to build my project and compile it into a WAR > file. > > Does Maven have some plugin that can help me achieve what I am trying to do? If Maven doesn't know how to copy one file from one place to another,

Re: TC Embedded: Some public binaries different from build output

2016-02-26 Thread Christopher Schultz
B, On 2/26/16 1:16 PM, babs...@yahoo.com.INVALID wrote: >> The ASF does not control which patches a distribution chooses to back-port >> or the version scheme they choose to adopt. > > Ah.. Ok. > >> If you want exactly the software as provided by the ASF then you'll need to >> get it from the

Re: TC Embedded: Some public binaries different from build output

2016-02-26 Thread babsuca
>The ASF does not control which patches a distribution chooses to back-port or >the version scheme they choose to adopt. Ah.. Ok. >If you want exactly the software as provided by the ASF then you'll need to >get it from the ASF. That was the source I referenced above; thus the confusion. I

Re: TC Embedded: Some public binaries different from build output

2016-02-26 Thread Mark Thomas
On 26/02/2016 17:19, babs...@yahoo.com.INVALID wrote: > >Any one of a number of reasons. > > All understood, but: > >> Distribution specific backports of security fixes > > Don't you bump up the patch version no. in that case? If the tag no. doesn't > change how can this be managed (maven ca

Re: TC Embedded: Some public binaries different from build output

2016-02-26 Thread babsuca
>Any one of a number of reasons. All understood, but: >Distribution specific backports of security fixes Don't you bump up the patch version no. in that case? If the tag no. doesn't change how can this be managed (maven caches .. etc)

Re: Symlinks to index JSP files.

2016-02-26 Thread gmc filter
Christopher, I am currently using Maven to build my project and compile it into a WAR file. Does Maven have some plugin that can help me achieve what I am trying to do? On Fri, Feb 26, 2016 at 10:34 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > To whom it may concern, > > On 2/

Re: Symlinks to index JSP files.

2016-02-26 Thread Christopher Schultz
To whom it may concern, On 2/25/16 4:08 PM, gmc filter wrote: > 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

Re: Uploading large files

2016-02-26 Thread Christopher Schultz
Baldur, On 2/25/16 4:44 PM, Baldur Dae wrote: > 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

Re: Symlinks to index JSP files.

2016-02-26 Thread Christoph Nenning
> > > 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

Re: Symlinks to index JSP files.

2016-02-26 Thread gmc filter
On Fri, Feb 26, 2016 at 1:59 AM, Christoph Nenning < christoph.nenn...@lex-com.net> wrote: > > 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. > > > > Wha

Re: Cors-Filter

2016-02-26 Thread Jose María Zaragoza
2016-02-26 9:08 GMT+01:00 RICHARD DOUST : > My question is, why doesn't it work, or, how can I debug it? Are you tested to allow to all origins (default option) ? Only for testing purpose, I mean: cors.allowed.origins * At first sight, your settings should work, but ... > I guess I'm going to

Re: Class loading locking threads

2016-02-26 Thread Wayne W
ugh ignore me, doing on a linux box works, but not my mac for some silly reason. cheers On Fri, Feb 26, 2016 at 11:52 AM, Wayne W wrote: > eer thx chris. > > I have tired that already and does;t work. The classes won't load > > On Thu, Feb 25, 2016 at 2:53 PM, Christopher Schultz < > ch...@chris

Re: Class loading locking threads

2016-02-26 Thread Wayne W
eer thx chris. I have tired that already and does;t work. The classes won't load On Thu, Feb 25, 2016 at 2:53 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > 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 >

Re: Apache Tomcat context update listeners

2016-02-26 Thread Mark Thomas
On 26/02/2016 11:44, Chiranga Alwis wrote: > Hi, > > I have currently created a LifecycleListener which listens to Tomcat's > context deployment event and loads data in a custom configuration file at > that point. > > I have been trying to find out whether LifecycleListeners support context > upd

Re: TC Embedded: Some public binaries different from build output

2016-02-26 Thread Mark Thomas
On 26/02/2016 11:31, babs...@yahoo.com.INVALID wrote: > On Ubuntu 14.04.4 LTS > > 1. Installed, Ant 1.9.6 > 2. Installed Subversion, svn, version 1.8.8 (r1568071) > 3. svn co https://svn.apache.org/repos/asf/tomcat/tc8.0.x/tags/TOMCAT_8_0_32 > tc8.0.32 > 4. Changed build.properties base.path > 5.

Apache Tomcat context update listeners

2016-02-26 Thread Chiranga Alwis
Hi, I have currently created a LifecycleListener which listens to Tomcat's context deployment event and loads data in a custom configuration file at that point. I have been trying to find out whether LifecycleListeners support context update and modification events but yet in my understanding I c

TC Embedded: Some public binaries different from build output

2016-02-26 Thread babsuca
On Ubuntu 14.04.4 LTS 1. Installed, Ant 1.9.6 2. Installed Subversion, svn, version 1.8.8 (r1568071) 3. svn co https://svn.apache.org/repos/asf/tomcat/tc8.0.x/tags/TOMCAT_8_0_32 tc8.0.32 4. Changed build.properties base.path 5. ant (BUILD SUCCESSFUL) 6. ant embed (BUILD SUCCESSFUL) BUILD OUTPUT:

Re: Cors-Filter

2016-02-26 Thread tomcat
Hi. On this list, it is preferred to not top-post, but respond in-line or below the previous intervention. Re : http://tomcat.apache.org/lists.html#tomcat-users -> important -> 6 It makes it easier to follow the conversation, and for people with small screens, to avoid scrolling up and down all

Re: Cors-Filter

2016-02-26 Thread RICHARD DOUST
There's no doubt in my mind that this is considered a cross-domain request. The question is, why is it not being allowed given the configuration. The domain that requested the original page (via http) is specifically set to be allowed to access the site in a cross-domain scenario. My question is

Re: Symlinks to index JSP files.

2016-02-26 Thread Christoph Nenning
> 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 fol