I need to access the Apache Tomcat folder in order to complete the install Open PPM. The steps I am trying to cpmplete are as follows: Go to the apache-tomcat-6.0.35 folder . In the “conf” directory, Copy the “jaas.config”file. In the “bin” directory, Create a setenv.* file o If using a Windows Operating System, you have to create a file named “setenv.bat” o If using Linux Operating System, you have to create a file named “setenv.sh”/ In the “setenv” file, copy and add the following line: set JAVA_OPTS=%JAVA_OPTS% -Djava.security.auth.login.config="%CATALINA_HOME%/conf/jaas.config". Copy the following 3 libraries in the Tomcat “lib” directory: activation.jar mail.jar mysql-connector-java-5.1.13-bin.jar. Any assistance greatly appreciated.