Dirk Moolman wrote: > I am trying to install Tomcat (version 5.5.17) on SLES9 for the first > time. Is there an installation guide I can follow that will help me > with the installation and setup ? > > I know nothing about Tomcat, and have to learn it from scratch. I have > downloaded the binaries, extracted them onto my server, but do not know > where to go from here.
1. If it doesn't already, set the JAVA_HOME environment variable to point to the directory where your Java installation is located. 2. Execute catalina.sh which you'll find in the bin directory of your Tomcat installation. 3. Open your browser and go to http://localhost:8080 (provided browser and Tomcat run on the same machine). You should see Tomcat's welcome page. There you should click on "Tomcat Documentation" which contains losts of material wrt Tomcat. Regards mks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]