• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Jboss configuration issue

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I Have a very strange issue while creating build .First will explain the project structure after that main problem.

Development Environmet :
IDE: eclipse
Server:Jboss 4.2.3GA

I have created three web Dynamic project(WDP),and one Enterprise application project (EAP)and link all three (WDP) with this project.
Scenario 1):
I configured Jboss with EAP, create build using publish option on Jboss.Build create successfully but Application does’nt run.

Scenario 2):
When I configure EAP with the Jboss server I copies from server(Where application is running fine)
On my local machine. Application runs fine ,but using this server I am not able to create build. One intresting thing with this scenario is ,there is no .ear file in this server still application running fine.

Only customized setting in Jboss I m using is that I make a copie of default folder inside server and rename to the name of EAP.

Any one has some clue about this problem
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Vip, welcome to Java Ranch!

Let's try doing this without Eclipse and get your application running first. This way we won't have to worry about Eclipse being "helpful" and just messing things up.

So do this, build your application (you can use Eclipse for this is you like). Then start JBoss AS manually from the command line. Then copy the EAR file to the deploy directory within JBoss AS. Let me know if that works. If it doesn't, post the first exception stack trace from the console log.

I really am not understanding scenario 2. Are you saying that you deploy the EAR to a remote host running JBoss AS? Or just the WAR files? Once again, doing this without Eclipse being involved and instead telling me what you did manually would greatly help.
 
vip singh
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Peter ,

I have resolved this configuration issue..by some other alternate....but m still amaze of second scenario....

Thanks for your solution..
 
reply
    Bookmark Topic Watch Topic
  • New Topic