Denis Golovin [
http://community.jboss.org/people/dgolovin] replied to the discussion
"Deployment from Eclipse don't deploy?"
To view the discussion, visit:
http://community.jboss.org/message/533053#533053
--------------------------------------------------------------
By default JBoss AS Adapter uses
.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss-AS-5.1.0.GA/deploy folder to deploy
your project and then registed this temp folder in JBoss AS throug JMX. It might not
working properly for JBoss 6.0.0. I would try direct publishing to server deploy folder:
1. Open Srver configuration by double click on your server instance in Servers view
2. Go to Deployment tab and select "Use the JBoss Deploy folder"
3. Save Server configuration
4. Select your project on server and make a "Ful Publish" using project context
menu
5. Start server
I hope it helps.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/533053#533053]
Start a new discussion in JBoss Tools at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]