From: Eric B. R. <eb...@tc...> - 2002-11-25 15:19:00
|
On Monday, November 25, 2002, at 02:43 AM, Steve Vu wrote: > Hi there, > > I am using Tomcat4.1 and have placed the WebMacro.properties file > under my > c:\Tomcat 4.1\webapps\moj directory (the webroot for the application). > The > contents are as follows: > > TemplatePath="c:\Tomcat 4.1\webapps\moj" > > However, when I try load a page onto the browser, I get an error about > webmacro not being able to find the requested template. Am I missing > something here? Is the space in the directory name causing any > problems? > Forward or Backward slash issues? Are you subclassing WMServlet? Which template? What error message? Where is it located? In a servlet 2.3 environment when subclassing WMServlet, templates need to be in your webroot. eric |