Hi,
Well, that should pretty much be it in a perfect world.
As you figured out, that is the mapping to the spring servlet, and from
there all controller mapping, view resolving, etc is handled from the
spring-configuration.
And if we had done our job correct the servlet mapping should have been the
only place to change it.
Though, there has been some slips here and there resulting in that we have
some url's with hardcoded "/spring"-s in them. Mainly it is the menu
component and the front index.jsp.
You can always change it with aop (tell me if you need help).
And if you think it is an important feature, vote this one up:
http://fornax.itemis.de/jira/browse/CSC-469
.../Andreas
On Tue, Feb 9, 2010 at 5:25 AM, greatfooty <greatfo...@gmail.com> wrote:
>
> My apologies for posting this question here as its only mildly related to
> sculptor but guessing no-one will mind me asking this here :working:. I've
> been trying to figure how to configure springwebflow so that url includes
> default path other than /spring/ For example say i wanted it to be
> something
> like /swf/ instead
>
> Fairly clear that I'll need to change the mapping as below
>
> <servlet-mapping>
> <servlet-name>Spring MVC Dispatcher Servlet</servlet-name>
> <url-pattern>/spring/*</url-pattern>
> </servlet-mapping>
>
> but i can't figure where that /spring/ value is configured - i'm guessing
> its a default but hoping it can be overridden? Could it be specified
> somehow
> inside sculptor-generator.properties?
> --
> View this message in context:
> http://old.nabble.com/-Sculptor--Spring-WebFlow-tp27510308s17564p27510308.html
> Sent from the Fornax-Platform mailing list archive at Nabble.com.
>
>
>
> ------------------------------------------------------------------------------
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the
> business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> _______________________________________________
> Fornax-developer mailing list
> Fornax-developer@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/fornax-developer
>
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Fornax-developer mailing list
Fornax-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fornax-developer