I have added a button in mgmt console by putting button tags in config console, I have also created and deployed new war file in VCM weblogic console as mentinoed in Extensibiltiy guide. But I am getting below error...when I clicked the new added button..
Error 403--Forbidden
javax.servlet.UnavailableException: Missing configuration resource for path /WEB-INF/struts-config.xml
at org.apache.struts.action.ActionServlet.initMapping(ActionServlet.java:1317)
at org.apache.struts.action.ActionServlet.init(ActionServlet.java:466)
As mentioned in the guide we have to use the jsp and tlds of vgn-appsvcs-cma.war file, so I created the new war file which was deployed successfully, also struts-config.xml file was not in vgn-appsvcs-cma.war file. It seems we need to copy some more jsp's and other config files from any other war file...if anyone has any idea then please share your experience on this.
I am using WEM 8.1
Thanks in Advance!