On 2003.02.17 12:23 ps wrote: > 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?
It is usually easier to copy, but there is a jboss ant - jmx task you can use to call the main deployer. Look in the change notes for a description. > > 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? I don't think you can use the tomcat webapps dir, but you can deploy using ant as in (1) > > 3)Is it possible to deploy a directory structure in jboss's "deploy" > directory or only EARs/WARs are admitted? yes, your directory has to be named like myapp.ear and follow the exact structure of the package you are imitating. > > 4)The only way to have apache in front of jboss is using the tomcat's > connector, or is there any alternative way? don't know > > 5)the only way for defining connections database is using the > *-service.xml or there are any alternatives? In 3.2 and 4 you can and should use the simpler *-ds.xml files. Is it a connection pool? among many other things, yes. > Can we define a custom database connection pool as DBCP1.0? I don't recommend this. AFAIK you will not be connected to the transaction or security systems of jboss. > > 6)it's possible to change the jboss's tomcat version for a new release? don't know david jencks > > 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