facebook

removing "skyway" from a scaffolded project

  1. MyEclipse IDE
  2.  > 
  3. Spring Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #341482 Reply

    ismoore999
    Member

    Hi

    I have scaffolded a project but essentially I did it for speed (read laziness) as I did not want to create a lot of the DAO/web etc from scratch.

    The main use of the application was to provide REST.
    However I am now facing an issue that, unless I remove the redirects from web.xml for skyway, all of my pages display the default skyway screen before redirecting and getting the rest of the content.

    Ideally I want to remove the following from web.xml, but as this is autogenerated, certain operations put them back in again

    
    <filter>
            <description>generated-sitemesh-filter</description>
            <filter-name>Sitemesh Filter</filter-name>
            <filter-class>
                com.opensymphony.module.sitemesh.filter.PageFilter
            </filter-class>
        </filter>
    
        <filter-mapping>
            <filter-name>Sitemesh Filter</filter-name>
            <url-pattern>/*</url-pattern>
        </filter-mapping>
    

    I even tried changing the pattern to something else but if that is the case, it will add it back in as a new mapping with the /* pattern

    #341500 Reply

    support-tony
    Keymaster

    ismoore999,

    It seems this is a similar issue to the other one you’ve raised. I’ll answer both in the other topic.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: removing "skyway" from a scaffolded project

You must be logged in to post in the forum log in