PDA

View Full Version : Java:How to Deploy an EJB application on JBoss web server??


EJBProject
10-11-2005, 09:52 PM
Hi,
I have created a web based application using JSP,Servlet & EJB.I used Jdeveloper as the IDE.The application works fine in Jdeveloper.Now I want to upload it on the webserver.I read that a WARor an EAR file must be made in order to upload the appliaction.How do I make this type of file in Jdeveloper?How do I deploy it on the web server(JBoss)?How will I access the pages through the web browser?

Please help.I would really appreciate it.

suryad
10-12-2005, 06:18 AM
Never worked with JBoss but I am assuming it is an application server? Or is it just a servlet container like Tomcat is? I think the best bet would be for you to check out the JBoss documentation...