Search found 6 matches

by dstricker
Thu Apr 26, 2012 1:27 pm
Forum: Java API
Topic: Java API configuration with web.xml
Replies: 9
Views: 27118

Re: Java API configuration with web.xml

This is great -- thanks!!
by dstricker
Wed Apr 11, 2012 3:59 pm
Forum: Java API
Topic: Java API configuration with web.xml
Replies: 9
Views: 27118

Re: Java API configuration with web.xml

Hi again, I see 1.4 is released, which is great! I am in the process of upgrading now. Does the tutorial you referred to exist yet, or if not, can you paraphrase the steps here? Anyway, according to your detailed question, you don't need such a feature, but you are asking for a shared wurfl <INSTANC...
by dstricker
Wed Mar 28, 2012 11:10 am
Forum: Java API
Topic: Java API configuration with web.xml
Replies: 9
Views: 27118

Re: Java API configuration with web.xml

> This is something which has to do with Java and Tomcat, and does not depend on Wurfl version. > Obviously, anyway, the tutorial will be focused on Wurfl 1.4, and ready to be deployed with such > version, but if you need it you can customize it to work with previous versions of Wurfl. I understand ...
by dstricker
Tue Mar 27, 2012 9:58 am
Forum: Java API
Topic: Java API configuration with web.xml
Replies: 9
Views: 27118

Re: Java API configuration with web.xml

Hi Fulvio, Thanks again for the quick and detailed response. Looking forward to 1.4! > For the time being, anyway, you can take a look at this document, which explains how to > implement a shared wurfl instance, according to your specific visibility and security requirements. Is this something that ...
by dstricker
Mon Mar 26, 2012 4:35 pm
Forum: Java API
Topic: Java API configuration with web.xml
Replies: 9
Views: 27118

Re: Java API configuration with web.xml

Hi Fulvio, Thanks for your quick response! However, this is not working for me, partially because the resource gets loaded via ServletContextWURFLHolder as follows: 93: private URI toURI(ServletContext servletContext, String mainPath) { 94: URI uri = null; 95: try { 96: uri = servletContext.getResou...
by dstricker
Wed Mar 21, 2012 3:10 pm
Forum: Java API
Topic: Java API configuration with web.xml
Replies: 9
Views: 27118

Java API configuration with web.xml

Hi, I am currently using WURFL via the Java API configured through WEB-INF/web.xml. The app server stack consists of apache 2.2.9, tomcat 5.5, and java 1.5. I have a number of contexts that each use WURFL, and while the code library dependencies are shared, the WURFL device file and patch files are ...