> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of ps
> Sent: Monday, February 17, 2003 12:24 PM
> To: [EMAIL PROTECTED]
> Subject: [JBoss-user] migrate from tomcat (standalone) + J2EE R.I. ->
> JBOSS : questions!
>
>
> Greetings,
>
> I'm migrating from a tomcat environment and from a J2EE Reference
> Implementation (SUN) to the JBoss environemnt. I would like to ask a few
> questions about JBOSS.
>
> 1)Is there any ant tasks for deploying EARs in JBOSS, like the
> catalina's ant tasks (org.apache.catalina.ant), or the only way to do it
> is deploying buy putting the EAR in the jboss's deploy directory?
>

only in deploy directory

> 2)To deploy a WAR file without a EAR, it must be deploy also in "deploy"
> directory, or can we deploy it in tomcat's webapps directory? If not,
> what the need for the tomcat structure?
>

only in deploy directory

> 3)Is it possible to deploy a directory structure in jboss's "deploy"
> directory or only EARs/WARs are admitted?
>

You may have exploded (non-jared) components that have the same directory
structure as the jar.

i.e.

foobar.war/
foobar.war/WEB-INF
foobar.war/META-INF
etc....

This can be used for JARs, EARS, WARS, SARS, etc...


> 4)The only way to have apache in front of jboss is using the tomcat's
> connector, or is there any alternative way?
>

That's it.   AJP13 is all you can use.

> 5)the only way for defining connections database is using the
> *-service.xml or there are any alternatives? Is it a connection pool?
> Can we define a custom database connection pool as DBCP1.0?
>

It is a connection pool.  Our connection pools are JCA based so yes, in
theory you could write your own custom database connection pool.

> 6)it's possible to change the jboss's tomcat version for a new release?
>

Changing minor releases probably wouldn't be a problem.


> thanks,
> Pedro Salazar.
> --
> <ps>
> [EMAIL PROTECTED]
> key id: 0E129E31D803BC61
>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to