can any body tell me how one should activate Osgi console in web.xml when one is tried to deploy .war?
Please provide one example
Any help would appreciate.
🙂
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Remember that only the last
<init-param>element is used. So if you have additional<init-param>elements – e.g. for-registryMultiLanguageor similar – then these must be merged into a single element.Also note that the Java EE server is not required to start the OSGi container before the first request… Tomcat does start it as it is started itself, but I don’t know about JBoss.