You can actually just dump you war file in the deploy dir.  JBoss's
deployer knows to pass it off to whatever Web Container is being used.
Use Ear files if you have EJB Jars and Wars.

-James


-----Original Message-----
From: Richard Plukker [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, July 23, 2002 2:19 AM
To: Tomcat Users List
Subject: Re: Jboss application server

put your war file in an ear file.
Or put the servlets in an ear file conform the j2ee spec.
Than when you put it in the deploy directory of your jboss installation,

your webapp will be deployed.

Visit the free documentation of www.jboss.org or look for a tutorial on 
deploying applications in jboss.
good luck,

Richard



Alessio Bettiol wrote:

>Thank you for your interest in my question.
>I have downloaded from www.jboss.org the new version (3.0.0) of the
famous 
>application server, the version that includes tomcat 4.0.3 inside, 
>pre-configured.
>You can launch it in standalone mode or with jboss, but ... it works
only in 
>standalone mode.
>With jboss, the configuration file that jboss give to tomcat isn't
server.xml, 
>but tomcat4-service.xml, in another directory 
>($jboss_home/server/default/deploy)
>When all services are started, I try to connect with a web-browser at 
>http://localhost:8080, then I see this message: 'no context configured
for 
>this application', even if the <context> blocks are present and the
<context> 
>default block (with path set to nothing) also.
>
>The thing I've tried was to connect tomcat4 launched from jboss with
the 
>'webapps' directory.
>
>Can you give me help?
>
>Thanks a lot!!
>
>Alex from Italy
>
>
>--
>To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>
>  
>




--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to