This is the current entry in my web.xml file
<servlet>
         <servlet-name>velocity</servlet-name>
         <display-name>GLO Velocity Application</display-name>
     <description>This is the initial servlet.</description>
     <servlet-class>org.apache.turbine.Turbine</servlet-class>
         <init-param>
       <param-name>applicationRoot</param-name>
       <param-value>webContext</param-value>
     </init-param>
         <init-param>
       <param-name>properties</param-name>
 
<param-value>/WEB-INF/conf/TurbineResources.properties</param-value>
     </init-param>
     <load-on-startup></load-on-startup>
    </servlet>

     <servlet-mapping>
     <servlet-name>velocity</servlet-name>
     <url-pattern>*.vm</url-pattern>
     </servlet-mapping>

-----Original Message-----
From: brian [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 03, 2004 12:29 PM
To: [EMAIL PROTECTED]
Subject: servlet mapping

I am trying to display the first page of my turbine application.  I
tried to map the turbine servlet to .vm files but this doesn't work.
What class should I be mapping from turbine to the .vm files in my
web.xml file?

 

Brian A

 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to