Reg:Unix shellscripts running java programs

hi,

We are using unix shell scripts , by running that script it will execute some java programs.

when we running shell scripts, which executes the programs it is generating some log files ie some error is occuring.

i want to why these files are generating

Thanks and Regards,

Meer S.

[323 byte] By [NMVa] at [2007-11-27 5:19:33]
# 1
There are 2 possibilities:1) Inside the script, it redirect the Java's standard & error output stream to the log files. For example:java HelloWorld > file.log2) The Java programs is actually logging the messages to the log files, using log4j and etc.
hezjinga at 2007-7-12 10:42:59 > top of Java-index,Desktop,Runtime Environment...
# 2

HI ,

we are running the shell script which runs java programs,

we are getting the result no problem ,

but it is generating the unwanted ORBTRC files

we are using websphere application server.

we donot want these orbtrc files.

HOW CAN WE DISABLE THE FILES

pls guide this.

Thanks and regards,

NMVa at 2007-7-12 10:42:59 > top of Java-index,Desktop,Runtime Environment...