[appfuse-user] making hit in two different database

2010-10-11 Thread Anshu Dhamija
Hi I want to make the hit in two different databases using appfuse how can it be possible. Regards Anshu - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

[appfuse-user] How to Roll Tomcat stdout log file

2010-10-11 Thread Babu
Hi, I need to roll-out or rotate tomcat stdout log when its size exceeds.Any one can help me how to do with tomcat logging configuration.Am using Tomcat 6 and windows 2008 server. Thanks G -- View this message in context: http://appfuse.547863.n4.nabble.com/How-to-Roll-Tomcat-stdout-log-file-t

Re: [appfuse-user] making hit in two different database

2010-10-11 Thread Matt Raible
Do you need to the core classes to hit different databases or just new classes you create? It should be as easy as creating another datasource bean (in applicationContext-resources.xml) and referencing it accordingly. You might have to import the core classes into your project if you get an error

Re: [appfuse-user] How to Roll Tomcat stdout log file

2010-10-11 Thread Matt Raible
First Google result: http://www.minaret.biz/tips/log4j.html On Fri, Oct 8, 2010 at 5:15 AM, Babu wrote: > > Hi, > > I need to roll-out or rotate tomcat stdout log when its size exceeds.Any > one > can help me how to do with tomcat logging configuration.Am using Tomcat 6 > and windows 2008 server