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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

How to deploy a JAVA application in JBOSS as a Dynamic web Application?

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi,

How to deploy a JAVA application in JBOSS as a Dynamic web Application?

Thanks
RS
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Can you please explain a bit more on what the question means?
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
You cannot. A stand-alone Java application cannot be deployed to JBoss As as a web application.

Or are you saying you have a plain Java project in and IDE, but that project is really a web app, and now you want to deploy it to JBoss AS within the IDE? If so, you will have ot first create a new Dynamic Web App project, copy all of your sources to it, and then deploy that.
 
Peter Johnson
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
This is a duplicate post of https://coderanch.com/t/570336/JBoss/deploy-Java-Project-Jboss-Server, let's continue the discussion there. I am locking this one.
 
    Bookmark Topic Watch Topic
  • New Topic