JBoss & Tomcat: Which one?

Hi,

I'd like to hear from you guys about what I am thinking. I have JBoss AS do I need to install Tomcat? Or it is bundled already? Because I don't have any idea where I will put my development files / programs in JBoss. And also can someone helped me where to start? A good tutorial link in J2EE / JBoss configuration.

Thanks a lot! Hope to hear from you guys!

[382 byte] By [ITMike_M.a] at [2007-11-27 6:18:29]
# 1
No need to add tomcat. For more info on deploying, configuring: http://docs.jboss.com/jbosside/tutorial/build/en/html/tutorial.preparation.html (it is explained using eclipse here)
Peetzorea at 2007-7-12 17:32:26 > top of Java-index,Java Essentials,New To Java...
# 2
there's a ton of information on the JBoss website to help you get started.That includes information on the embedded Tomcat instance.
jwentinga at 2007-7-12 17:32:26 > top of Java-index,Java Essentials,New To Java...
# 3
Thanks in a million! Yeah! I am having a hard time looking to some documentations and where will I place my application codes. Thanks!
ITMike_M.a at 2007-7-12 17:32:26 > top of Java-index,Java Essentials,New To Java...
# 4

Hi guys,

Btw, I tried using it now (Netbeans 5.5 and JBoss 4) but when I compiled it. I ran into some problems. Here is the complete compiling info of my project.

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

pre-init:

init-private:

init-userdir:

init-user:

init-project:

do-init:

post-init:

init-check:

init:

deps-jar:

deps-j2ee-archive:

init:

deps-jar:

Created dir: C:\Applications\TBK-EA\TBK-EA-ejb\build\jar

Created dir: C:\Applications\TBK-EA\TBK-EA-ejb\build\ear-module

Copying 3 files to C:\Applications\TBK-EA\TBK-EA-ejb\build\ear-module\META-INF

compile:

library-inclusion-in-manifest:

Created dir: C:\Applications\TBK-EA\TBK-EA-ejb\dist

Building jar: C:\Applications\TBK-EA\TBK-EA-ejb\dist\TBK-EA-ejb.jar

dist-ear:

init:

deps-module-jar:

deps-ear-jar:

init:

deps-jar:

compile:

library-inclusion-in-manifest:

dist-ear:

deps-jar:

Created dir: C:\Applications\TBK-EA\TBK-EA-war\build\ear-module\WEB-INF\classes

Created dir: C:\Applications\TBK-EA\TBK-EA-war\build\ear-module\META-INF

Copying 1 file to C:\Applications\TBK-EA\TBK-EA-war\build\ear-module\META-INF

Copying 3 files to C:\Applications\TBK-EA\TBK-EA-war\build\ear-module

library-inclusion-in-archive:

library-inclusion-in-manifest:

Copying 1 file to C:\Applications\TBK-EA\build

compile:

compile-jsps:

do-ear-dist:

Created dir: C:\Applications\TBK-EA\TBK-EA-war\dist

Building jar: C:\Applications\TBK-EA\TBK-EA-war\dist\TBK-EA-war.war

dist-ear:

pre-pre-compile:

Created dir: C:\Applications\TBK-EA\build\jar

pre-compile:

do-compile:

Copying 3 files to C:\Applications\TBK-EA\build\META-INF

Copying 1 file to C:\Applications\TBK-EA\build

post-compile:

compile:

pre-dist:

do-dist-without-manifest:

do-dist-with-manifest:

Created dir: C:\Applications\TBK-EA\dist

Building jar: C:\Applications\TBK-EA\dist\TBK-EA.ear

post-dist:

dist:

pre-run-deploy:

Starting server JBoss Application Server 4

Starting JBoss Application Server 4

Starting JBoss Application Server 4

JBoss Application Server 4 Started

Distributing C:\Applications\TBK-EA\dist\TBK-EA.ear to [org.jboss.deployment.spi.LocalhostTarget@6f54e]

Deploying C:\Applications\TBK-EA\dist\TBK-EA.ear

Deploying C:\Applications\TBK-EA\dist\TBK-EA.ear

Waiting for server to start the module http://localhost:7000/TBK-EA-war

Applicaton Deployed

Operation start started

Operation start completed

post-run-deploy:

run-deploy:

Browsing: http://localhost:7000/TBK-EA-war/

run-display-browser:

run-ac:

run:

BUILD SUCCESSFUL (total time: 5 minutes 26 seconds)

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

Not after that my browser opened and I got:

HTTP Status 404 - /TBK-EA-war/

--

type Status report

message /TBK-EA-war/

description The requested resource (/TBK-EA-war/) is not available.

--

Apache Tomcat/5.5.20

What's the problem here? Pls. help me. Thanks!

ITMike_M.a at 2007-7-12 17:32:26 > top of Java-index,Java Essentials,New To Java...