Hide Forgot
Help Desk Ticket Reference: https://c.na7.visual.force.com/apex/Case_View?id=500A00000090bud project_key: JBEPP Basically we would like to somehow warn when creating/deploying a custom container with an invalid site name. When we try to create pages in JBoss EPP, we are warned that the name length must be between 3 and 30 characters. When creating our own extension (like described in documentation [1]), we need to inform the default site for that extension. If we inform a site with an invalid name, we will notice it only when we try to access our new container because the following error will be logged: Error [WebAppController] Could not associate the request path={new site path} with an handler So we kindly suggest you to add a WARN or an ERROR in deploying time of my customer template when the site name length is out of range. Let me know if more information is needed. Thanks. [1] http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Portal_Platform/5.2/html/Developer_Guide/sid-8094155.html