[jboss-user] [Installation, Configuration & Deployment] - Re: Web-console missing or not available in JBoss AS 4.0.4-G

alex.pinkin@jboss.com do-not-reply at jboss.com
Tue Sep 5 19:27:42 EDT 2006


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



More information about the jboss-user mailing list