Search found 6 matches

by squeezypiano
Tue Aug 02, 2016 9:31 am
Forum: Feature requests
Topic: [Implemented] import
Replies: 3
Views: 6156

Re: [Implemented] import

Loving the NetXMS sync. Thanks, Tomas.
by squeezypiano
Fri Jul 15, 2016 11:11 am
Forum: Beta
Topic: [Fixed in 0.2.0] Initial bug report
Replies: 5
Views: 7699

Re: Initial bug report

There is currently a known issue where "12:24" will be sorted as later than "2:24" (am/pm). Is this the issue you are seeing, or is the entire sorting wrong for you? I am seeing the dates sorted alphabetically on the day name rather than chronologically as here: Fri, 15 Jul 2016...
by squeezypiano
Fri Jul 15, 2016 9:06 am
Forum: Beta
Topic: [Fixed in 0.2.0] Initial bug report
Replies: 5
Views: 7699

Re: Initial bug report

Not sure if this is strictly a bug or not but the 'Created Time' column in Backups doesn't sort in proper date order.
by squeezypiano
Fri Jul 15, 2016 8:16 am
Forum: Support
Topic: Deploying Unimus in Tomcat (or other application servers)
Replies: 22
Views: 28623

Re: Deploying Unimus in Tomcat (or other application servers)

Have you created the /etc/unimus folder and given permissions for Tomcat to access it? For example...

Code: Select all

mkdir /etc/unimus
chown tomcat7:tomcat7 /etc/unimus
by squeezypiano
Fri Jul 08, 2016 1:26 pm
Forum: Support
Topic: Deploying Unimus in Tomcat (or other application servers)
Replies: 22
Views: 28623

Re: Deploying Unimus in Tomcat (or other application servers)

Hi Tomas,

Yes, Tomcat is running JRE 8. The log looked much the same as jermudgeon's so I manually created /etc/unimus, chown'd it to the tomcat user and restarted Tomcat. Working a treat now.

Many thanks.
by squeezypiano
Fri Jul 08, 2016 12:04 pm
Forum: Support
Topic: Deploying Unimus in Tomcat (or other application servers)
Replies: 22
Views: 28623

Re: Deploying Unimus in Tomcat (or other application servers)

I have run the .exe on my desktop and it is look great, thanks. However, when I try to use the WAR in Tomcat (Tomcat7 on a clean Ubuntu 14.04 server, downloaded the file, dropped it in /webapps and let it expand itself as I would with any other WAR) but only get a 404 error when browsing to it. Any ...