RE: Somewhat OT: moving Struts app from BEA to Jboss

2004-08-27 Thread Slattery, Tim - BLS
> > Make sure to copy your dir structure to > > JBOSS_HOME/server/all/deploy/"nameOfYouWebApp.war" > Right, even in unexpanded form, the *directory*'s name containing the > app must end in .war THANK YOU!! That turned out to be the missing magic word! Nowhere in the introductory docs that I w

Re: Somewhat OT: moving Struts app from BEA to Jboss

2004-08-27 Thread Emmanouil Batsis
ksitron wrote: Make sure to copy your dir structure to JBOSS_HOME/server/all/deploy/"nameOfYouWebApp.war" Right, even in unexpanded form, the *directory*'s name containing the app must end in .war - To unsubscribe, e-mail: [EMA

RE: Somewhat OT: moving Struts app from BEA to Jboss

2004-08-27 Thread Paul McCulloch
I use 3.2.3... The debug messages can be turned off by playing with the log4j config file in C:\jboss\jboss-3.2.3\server\default\conf\log4j.xml You should deploy your application (as either a .war file, or a .war directory) by copying to C:\jboss\jboss-3.2.3\server\default\deploy. I have never se

Re: Somewhat OT: moving Struts app from BEA to Jboss

2004-08-27 Thread ksitron
Make sure to copy your dir structure to JBOSS_HOME/server/all/deploy/"nameOfYouWebApp.war" Slattery, Tim - BLS wrote: I've got a rather small Struts app that runs fine on BEA Weblogic. Now we're looking in to Jboss, so I've got a copy of Jboss 3.2.5. I've added a sybase-ds.xml file defining my dat