You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by "F. Da Costa Gomez" <dc...@fixed.com> on 2003/11/10 19:32:52 UTC

[Spindle] .application file

Following  a snippet of code generated by Spindle (which obviously works)
    <servlet>
        <servlet-name>ffNeuzen</servlet-name>
        
<servlet-class>org.apache.tapestry.ApplicationServlet</servlet-class>
        <load-on-startup>1</load-on-startup>
    </servlet>

This piece of code works outside of the Spindle enviroment but not within.
As one can see the .application file resides in a sub-dir called /tapahco.
Outside of Spindle it work ok so what do I change in order to get it 
back in line under the Spindle banner?
The warning generated by Spindle is:
    init param ignored, Sublcass of Application Servlet provided the 
application location

  <servlet>
    <servlet-name>StdTapestryServlet</servlet-name>
    <servlet-class>org.dcg.platform.StdTapestryServlet</servlet-class>
    <init-param>
       
 <param-name>org.apache.tapestry.application-specification</param-name>
        <param-value>/tapahco/StdTapestry.application</param-value>
    </init-param>
      <load-on-startup>0</load-on-startup>
  </servlet>

TIA
Fermin DCG


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org