Velocity URL Resource Loader: Resource Not Found

2009-08-11 Thread Mark Swinson
Hi, I'm having trouble access a template using URLResourceLoader using something similar to the following code: Properties p1 = new Properties(); p1.put("resource.loader","url"); p1.put("url.resource.loader.class", "org.apache.velocity.runtime.resource.loader.URLResourceLoader"); p1.put("

Re: Velocity URL Resource Loader: Resource Not Found

2009-08-12 Thread Jason Tesser
can you within your environment hit the url directly by adding a port without going through a proxy. if so ad the port to your root URL. I think eliminating the proxy is your best answer if possible. if not you will need the following java system properties props.put("http.proxyHost", "proxyhos