Hi,
I have to set the config file and it read it through some method in
jsp. iam using tomcat4.1 n eclipse 2.1 version.
%WWF_JAVA_HOME%\bin\java.exe -Dconfigs=ap/config/config.xml;util/config/config.xml;tia/config/config.xml;user/config/config.xml;user/config/context.xml -Dwwf.user.noAgents -Dwwf.user.login=%WWF_USER_LOGIN% -Djava.library.path=%WWF_BLACKWOOD_LIB% -Dmozilla.home=%WWF_MOZILLA_HOME% -Djavax.xml.transform.TransformerFactory=com.icl.saxon.TransformerFactoryImpl -cp %JARS%;%LIB% %CLASS%
I used in
Java so i need to implement same in JSP so that i can use the same old methods otherwise iam not able to read the config files.
cud u please tell me where to place the config files of a project.
thank you