Re: Symlinks to index JSP files.

2016-03-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 gmc, On 2/26/16 4:48 PM, gmc filter wrote: > 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 > h

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: 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: 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: 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: 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: 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

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 m