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]
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
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
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