• 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

by right-clicking my project, deployment option is not getting

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I am using JBoss IDE 2.0 beta with JBoss server 4.2.0 When i am trying
to deploy the war file by right-clicking, deployment option is not getting
displayed.
Server is running properly. The bulid using XDoclet & packaging is successfull.

The configuration is as below.
JBoss ide 2.0 beta
JBoss server 4.2.0
O/s Windows xp.
Java version 1.5

Can any one please help me to solve the problem?
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"JayaBharathy.M"

Please check your private message, for a message from JavaRanch.
 
Jaikiran Pai
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't know much about JBoss IDE. However, the Chapter 11 in the JBoss IDE document says that you have to first configure the deployment through the Window->Preferences option.


Select Window > Preferences. The workbench preferences appears.

Select JBoss-IDE > Deployer to display the defined deployment targets.

The upper area contains the file system targets build upon the debug configuration defined.



The upper area should point to the deploy folder of your JBoss. Once you have done that, you can then right click on your application (xyz.ear) and deploy it.

Disclaimer: I havent tried this. I am just going by what's been mentioned in that document
 
JayaBharathy.M
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Jaikiran Pai

------------------------------------------------------------------------
Select Window > Preferences.
Select JBoss-IDE > Deployer to display the defined deployment targets.
------------------------------------------------------------------------

But in my eclipse after selecting Window > Preferences.
I am having only Jboss eclipse IDE > Jboss server in that delpoy option not found.

************************************************************************

I tried in other way by copying my EAR file into %JBOSS_HOME%/server/default/deploy on doing so i got error in console


--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo@3788a4a5 { url=file:/D:/jboss-4.2.0.CR1/server/default/deploy/FiboApp.ear }
deployer: org.jboss.deployment.EARDeployer@1aacd5f
status: null
state: FAILED
watch: file:/D:/jboss-4.2.0.CR1/server/default/deploy/FiboApp.ear
altDD: null
lastDeployed: 1185170608732
lastModified: 1185170608623
mbeans:

Pls reply me as soon as possible. I spend three days for this problem,till now i find no solution for please help me.

thanks in advance

[ July 22, 2007: Message edited by: JayaBharathy.M ]

[ July 23, 2007: Message edited by: JayaBharathy.M ]

Y no reply from anyone i hope this site would help me a lot,Till now i did not lose my hope please replpy.. Thank You
[ July 23, 2007: Message edited by: JayaBharathy.M ]
 
You totally ruined the moon. You're gonna hafta pay for that you know. This tiny ad agrees:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic