Re: Using calendar .ics files over Tomcat 5.5

2011-09-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dean, On 9/14/2011 1:14 PM, Dean Hoover wrote: > I am running Tomcat 5.5 in support of a internal-use only JSPWiki > site. Time to upgrade. It's 7.0.21 time. > To consolidate, I decided to move our internal calendars (using the > iCal .ics extension

Re: Using calendar .ics files over Tomcat 5.5

2011-09-15 Thread André Warnier
this is a little more involved than I thought, which is fine. I see there are open-source alternatives, so I will pursue those. It's all good. Thanks again. Dean On Thu, Sep 15, 2011 at 9:47 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: From: Dean Hoover [mailto:kb7..

Re: Using calendar .ics files over Tomcat 5.5

2011-09-15 Thread André Warnier
I see there are open-source alternatives, so I will pursue those. It's all good. Thanks again. Dean On Thu, Sep 15, 2011 at 9:47 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: From: Dean Hoover [mailto:kb7...@gmail.com] Subject: Re: Using calendar .ics file

Re: Using calendar .ics files over Tomcat 5.5

2011-09-15 Thread Dean Hoover
ose. It's all good. Thanks again. Dean On Thu, Sep 15, 2011 at 9:47 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Dean Hoover [mailto:kb7...@gmail.com] > > Subject: Re: Using calendar .ics files over Tomcat 5.5 > > > We are not usi

RE: Using calendar .ics files over Tomcat 5.5

2011-09-15 Thread Caldarale, Charles R
> From: Dean Hoover [mailto:kb7...@gmail.com] > Subject: Re: Using calendar .ics files over Tomcat 5.5 > We are not using DAV, just simple iCalendar (.ics) files. But what _writes_ the files? Unless you have your own servlet to do this, or use DAV or a similar file upload mechanism

Re: Using calendar .ics files over Tomcat 5.5

2011-09-15 Thread Dean Hoover
We are not using DAV, just simple iCalendar (.ics) files. It was running on an old Win2k server using an even older Apache web service before. Was just hoping to be able to move the files over and allow write permissions in Tomcat. If that's not possible, I will pursue another option to make it

Re: Using calendar .ics files over Tomcat 5.5

2011-09-15 Thread Pid
On 15/09/2011 13:28, André Warnier wrote: > Pid wrote: >> On 15/09/2011 02:08, Dean Hoover wrote: >>> We're using Lightning (add-on from Thunderbird email client). The >>> error we >>> get is MODIFICATION_FAILED, which from some review points to >>> permissions to >>> the .ics file. >>> >>> On Wed

Re: Using calendar .ics files over Tomcat 5.5

2011-09-15 Thread André Warnier
Pid wrote: On 15/09/2011 02:08, Dean Hoover wrote: We're using Lightning (add-on from Thunderbird email client). The error we get is MODIFICATION_FAILED, which from some review points to permissions to the .ics file. On Wed, Sep 14, 2011 at 4:34 PM, Pid wrote: On 14/09/2011 18:14, Dean Hoov

Re: Using calendar .ics files over Tomcat 5.5

2011-09-15 Thread Pid
On 15/09/2011 02:08, Dean Hoover wrote: > We're using Lightning (add-on from Thunderbird email client). The error we > get is MODIFICATION_FAILED, which from some review points to permissions to > the .ics file. > > On Wed, Sep 14, 2011 at 4:34 PM, Pid wrote: > >> On 14/09/2011 18:14, Dean Hoov

Re: Using calendar .ics files over Tomcat 5.5

2011-09-14 Thread Dean Hoover
We're using Lightning (add-on from Thunderbird email client). The error we get is MODIFICATION_FAILED, which from some review points to permissions to the .ics file. On Wed, Sep 14, 2011 at 4:34 PM, Pid wrote: > On 14/09/2011 18:14, Dean Hoover wrote: > > The problem I am having is that we are

Re: Using calendar .ics files over Tomcat 5.5

2011-09-14 Thread Pid
On 14/09/2011 18:14, Dean Hoover wrote: > The problem I am having is that we are unable to modify (add/remove calendar > entries) after the move. How are you trying to update them? p signature.asc Description: OpenPGP digital signature

Using calendar .ics files over Tomcat 5.5

2011-09-14 Thread Dean Hoover
Hello, I am running Tomcat 5.5 in support of a internal-use only JSPWiki site. To consolidate, I decided to move our internal calendars (using the iCal .ics extension) from our very old Win2k server to the root directory of Tomcat as well. The problem I am having is that we are unable to modify