I am deploying a large application with approx - 12 WARs and JARs bundled in an EAR file. However I am unable to reach the application page from browser.
A few things I have verified -
- Server log, I don't see any exception. It's a clean deploy.
- Server console shows that the application is deployed. All the app components are deployed correctly, all the descriptors are correct.
- An earlier version of the app works fine when deployed from Eclipse as an exploded app i.e. not as an EAR. I am trying to get it working towards CI using ANT and Continuum.
JBoss version is 4.2.3, JRE is 1.6, the code is compiled using ANT for target version of 1.5.
I can post the logs too, but, before that wanted to check with the group if there are any other checks that I am missing. Any pointer or clues would be truly appreciated.