Keith is correct in case if you have used the installer. ejb3 profile doesn't
currently include web-console. This should be fixed soon:
http://jira.jboss.com/jira/browse/JBINSTALL-44
Meanwhile, you can copy the following files from the default or all to make
your installation work:
| <fileset dir="@{jboss.install}"
| targetdir="$INSTALL_PATH/server/$SERVER_CONFIG">
| <include name="deploy/jsr77-service.xml"/>
| </fileset>
| <fileset dir="@{jboss.dist}/server"
| targetdir="$INSTALL_PATH/server/$SERVER_CONFIG">
| <include name="lib/jboss-jsr77.jar"/>
| <include name="lib/jboss-management.jar"/>
| </fileset>
|
| <fileset dir="@{jboss.dist}/server"
| targetdir="$INSTALL_PATH/server/$SERVER_CONFIG">
| <include name="deploy/management/**"/>
| <include name="deploy/monitoring-service.xml"/>
| <include name="lib/jboss-monitoring.jar"/>
| </fileset>
|
If you have used ZIP distro, you should have web-console.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969600#3969600
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969600
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user