Create Registration form in Mule -
i newbie muleesb. want create registration form using mule stuck.
i don't know how display index.jsp on start-up of application. gone through bookstore example couldn't efficient information.
i created web.xml under src->main->app->webapps->web-inf->web.xml
*<web-app....> <listener> <listener-class>org.mule.config.builders.mulexmlbuildercontextlistener</listener-class> </listener> <welcome-file-list> <welcome-file>index.jsp</welcome-file> </welcome-file-list> </web-app>*
any or suggestions.
you're missing web application context directory under: src->main->app->webapps->web-inf->web.xml
, ie should have like: src->main->app->webapps->my-context->web-inf->web.xml
.
follow bookstore example , should have no difficulty reaching goal.
Comments
Post a Comment