Thanks for the reply.
My application.xml seems to be in my working folder and looks like:
| <?xml version="1.0"?>
|
| <!DOCTYPE application PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Application
1.3//EN"
| "http://java.sun.com/dtd/application_1_3.dtd">
| <application>
| <display-name>myproj</display-name>
| <module>
| <web>
| <web-uri>myproj.war</web-uri>
| <context-root>/myproj</context-root>
| </web>
| </module>
| <module>
| <ejb>myproj-ejb.jar</ejb>
| </module>
| <module id="EJB">
| <ejb>myproj-ejb.jar</ejb>
| </module>
|
| </module>
|
| <!-- <module id="Web"> -->
| <!-- <web> -->
| <!-- <web-uri>myproj.war</web-uri> -->
| <!-- <context-root>Web</context-root> -->
| <!-- </web> -->
| <!-- </module> -->
|
| </application>
|
For the console log, are you looking for the output from my running the following
command?:
sudo $JBOSS_HOME/bin/run.sh -c myproj
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4263620#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...