File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JBoss and the fly likes How to deploy a JAVA application in JBOSS as a Dynamic web Application? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply locked New topic
Author

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

Ravish Srivastava
Greenhorn

Joined: Sep 05, 2011
Posts: 14
Hi,

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

Thanks
RS
Jaikiran Pai
Marshal

Joined: Jul 20, 2005
Posts: 8142
    
  52

Can you please explain a bit more on what the question means?

[My Blog] [JavaRanch Journal]
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5536

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.


JBoss In Action
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5536

This is a duplicate post of http://www.coderanch.com/t/570336/JBoss/deploy-Java-Project-Jboss-Server, let's continue the discussion there. I am locking this one.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to deploy a JAVA application in JBOSS as a Dynamic web Application?
 
Similar Threads
Discussion Forum in JBoss
Deploying a web application in tomcat which was created as java project in eclipse
How to run Web Application in ItellijIDEA
How to deploy a Java Project on Jboss Server as a web module?
jboss not able to read .war file