something like:
log4j.logger.com.infotechsw=INFO, infotechsw
#if you're using hibernate 3.x
log4j.logger.org.hibernate=ERROR, hibernate
#if you're using hibernate 2.x
log4j.logger.net.sf.hibernate=ERROR, hibernate
log4j.appender.hibernate=org.apache.log4j.RollingFileAppender
log4j.appender
hi,
i have an application that listens to a specific port to do its task.
this app runs on multiple instances by specifying different ports in
the argument.
MyApp-1211.bat contains
java com.sample.MyApp 1211
MyApp-1311.bat contains
java com.sample.MyApp 1311
MyA