[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problems deploying app in a 64-bit environment
jimmycallaghan
do-not-reply at jboss.com
Wed Jul 16 05:24:24 EDT 2008
Unfortunately, moving the war entry in the application.xml has not resolved the problem. Here is my new application.xml:
<?xml version="1.0" encoding="UTF-8"?>
<application>
|
| <display-name>mpee</display-name>
|
| <module><java>lib/core.jar</java></module>
| <module><java>lib/mpee.jar</java></module>
| <module><java>lib/config.jar</java></module>
|
| <module id="webapp">
| <web>
| <web-uri>mpee.war</web-uri>
| <context-root>/mpee</context-root>
| </web>
| </module>
|
| </application>
I did wonder though.... if all the modules in the application deploy in the correct order locally, and nothing is different in the two environments except the 64-"bitness" and the version of Java, then why would the order in application.xml make a difference?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164687#4164687
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164687
More information about the jboss-user
mailing list