Search found 32 matches

by support-all
Mon Jun 30, 2014 4:19 am
Forum: Varnish Cache, Apache, NGINX Modules and WURFL C++ API
Topic: WURFL Varnish missing libraries
Replies: 6
Views: 41367

Re: WURFL Varnish missing libraries

Yes, exactly.

just extract the infuze_1.5.1.2_varnish_ubuntu_14.04_x86_64.zip with:

# unzip infuze_1.5.1.2_varnish_ubuntu_14.04_x86_64.zip

and you should get a .deb file, which can be installed by running:

# dpkg -i varnish-mod_wurfl-1.5.1.2.Ubuntu_14.04.x86_64.deb

Andrea
by support-all
Mon Jun 30, 2014 4:01 am
Forum: Varnish Cache, Apache, NGINX Modules and WURFL C++ API
Topic: WURFL Varnish missing libraries
Replies: 6
Views: 41367

Re: WURFL Varnish missing libraries

This means that you have installed libwurfl but haven't installed the wurfl varnish module yet.

You should already have two deb files, one for libwurfl and one for the varnish module, is that correct?

Thank you,
Andrea
by support-all
Mon Jun 30, 2014 2:14 am
Forum: Varnish Cache, Apache, NGINX Modules and WURFL C++ API
Topic: WURFL Varnish missing libraries
Replies: 6
Views: 41367

Re: WURFL Varnish missing libraries

Hi Kirsten,

can you please post the output of the following command:

# dpkg --get-selections | grep wurfl

Thank you,
Andrea
by support-all
Mon Jun 23, 2014 10:18 am
Forum: Varnish Cache, Apache, NGINX Modules and WURFL C++ API
Topic: Help implementing WURFL InFuze for Varnish-Cache
Replies: 10
Views: 50496

Re: Help implementing WURFL InFuze for Varnish-Cache

Ok, I'll send you a patch file example, along with an explanation on how to use the patch with WURFL.

Thanks,
Andrea
by support-all
Mon Jun 23, 2014 9:48 am
Forum: Varnish Cache, Apache, NGINX Modules and WURFL C++ API
Topic: Help implementing WURFL InFuze for Varnish-Cache
Replies: 10
Views: 50496

Re: Help implementing WURFL InFuze for Varnish-Cache

Hi Kirsten, It's not strictly necessary to implement all vcl subroutines, since they act as callbacks for the Varnish user which needs to intervene in a particular flow prior to cease the control to Varnish Cache again (for example vcl_pass is used when Varnish is set to "pass" mode, and in this cas...
by support-all
Fri Jun 20, 2014 8:13 am
Forum: Varnish Cache, Apache, NGINX Modules and WURFL C++ API
Topic: Help implementing WURFL InFuze for Varnish-Cache
Replies: 10
Views: 50496

Re: Help implementing WURFL InFuze for Varnish-Cache

Hi Kirsten, you're taking the right approach with your vcl, here you are a few advices: -) Since you're looking for detecting both desktop and mobile devices I would recommend to set the high_accuracy mode instead of high_performance. In this case WURFL will be way more accurate in detecting both de...
by support-all
Thu Jan 02, 2014 6:11 am
Forum: Java API
Topic: Java API performance issue in standalone configuration
Replies: 5
Views: 40434

Re: Java API performance issue in standalone configuration

Hello, looking at the linux kernel version on your actual hosts I'd say that you are using RHEL 4.4 64 bit (linux kernel version 2.6.9-42) on the first one and RHEL 4.5 32 bit (linux kernel version 2.6.9-55) on the under performing one. After some research I've discovered that 2.6.9-55 kernel versio...
by support-all
Tue Dec 17, 2013 11:08 am
Forum: Java API
Topic: Use API outside web application
Replies: 2
Views: 33039

Re: Use API outside web application

Hello Stefan! Regarding your question: unless you need to get some more detail, the WURFL Engine setup could be done in a single line in a shorter way, i.e. WURFLEngine engine = new GeneralWURFLEngine("/path/to/wurfl.xml"); As for the engine.setEngineTarget(EngineTarget.accuracy); it's okay and rega...
by support-all
Fri Dec 13, 2013 7:32 am
Forum: Varnish Cache, Apache, NGINX Modules and WURFL C++ API
Topic: Apache 2.4 Error
Replies: 1
Views: 31912

Re: Apache 2.4 Error

Greetings,

I'm currently investigating the issue you encountered on Apache 2.4 and we'll let you know as soon as possible.
In the meantime I would like to know the steps you used to install the Apache 2.4 environment on your Ubuntu 12.04 distribution.

Best Regards,
Andrea
by support-all
Tue Nov 27, 2012 12:18 pm
Forum: Java API
Topic: WURFL logging problem
Replies: 5
Views: 42650

Re: WURFL logging problem

Hello Rafal,
I will send you the package you requested to your e-mail address immediately.

Fulvio
by support-all
Mon Nov 26, 2012 3:33 am
Forum: Device Detection Issues
Topic: Bug report: Generic Windows RT tablet exception
Replies: 2
Views: 8274

Re: Bug report: Generic Windows RT tablet exception

Hi,
we will check your problem and let you know as soon as possible.

Fulvio
by support-all
Mon Oct 08, 2012 3:29 am
Forum: ScientiaMobile WURFL Cloud Service
Topic: Java client example: Cannot find symbol: ICloudClientManager
Replies: 2
Views: 7750

Re: Java client example: Cannot find symbol: ICloudClientMan

Hello Stefan. I guess that what you are actually running is a simple example of a web application, exploiting the WURFL Cloud Service. Looks like what is missing is the WURFL Cloud core JAR itself (containing packages and classes you are looking for). If you have downloaded the simple-client-example...