GTRZ said:
well i know some stuff.

I'll try to help.. what problem you have? System Application server starting problem?
hey thnx for de help bro.
my prob starts wen i use the asadmin.bat command to create a JNDI object reference for a database.
i use the asant.bat command to compile the build.xml file and heres where the prob starts.
in the build.xml file thers a asadmin.bat file command.
in normal circumstances wen u execute the asadmin.bat command it asks for the username and password in the comand prompt.
But here since the bat file is executed within the code the username and password are passed to it by 2 enviromrnt variables. (I checked the value of those variables and they are correct)
so wen i execute the asant.bat file which in turn executes the asadmin.bat file it gives me an error
username and password cannot be given in this way please provide it by link to a file.
and this is the part that i cant do..
i hope u understand what i say.