Use this tool to learn about websites, specifically the one you just entered.
If you find some aspect of it inappropriate it is not our fault.
If you are the owner of this website: yes we are a real search engine, we do have a real web crawler called FyberSpider and you can block it if you feel the urge.
Is It Cataloged?
We are in the process of updating this tool. Until we are done just use our search results to check the inclusion status of your site.
Find out if your site has been cataloged by top search engines for only $8.99.
Below you will see site info taken directly from the URL you entered in real time. This is also known as our URL Breakdown tool and can be used independently of our site info tool.
Page Title
Tomcat5 on (Suse) Linux
Stripped Text Content
This is just a sample of the content found on this website. Please visit the website to read the entire page.
"HOME
ABOUT
PHOTOS
SUBSCRIBE
DISCLAIMER
CONTACT
Article: Tomcat5 on (Suse) Linux » FERDY CHRISTANT - OCT 22, 2005 (10:58:28 AM)
Suse 9.3 is a fairly complete Linux distribution that comes with Apache, PHP, but also Tomcat , if you enable it. I enabled it, but had many problems getting it to work. After a few frustrating hours I still had nothing but an empty Tomcat welcome page. I decided to start from scratch, minutes later I had everything working.
Below is a small tutorial on setting up Tomcat5 on Suse Linux 9.3:
Removing Tomcat
I had a lot of problems with my existing Tomcat installation. I therefore wanted it to be completely removed from my system, so I could start from scratch:
First stop the Tomcat service if it is running, by issueing the following command:
/srv/init.d/tomcat5 stop
Alternatively, you can use the YaST system services panel to stop the Tomcat service.
Next, remove all Tomcat packages from your system. Go to the YaST install and remove software panel, search for "tomcat" and uninstall the tomcat packages (there were 5 in my case).
The previous step cleared out the packages, but left some files on the system that can conflict with your new installation. Therefore, be sure to remove the "/srv/www/tomcat5" directory completely.
Installing Tomcat
Now that we have a clean installation, there are two ways to install Tomcat. You can install fresh Tomcat and JVM packages and set up the whole thing manually. Or, you can let your distribution take care of it. Since Suse 9.3 comes with Tomcat, I prefer to let YaST take care of the install:
Open up the YaST install and remove software panel, search for "tomcat" and install all 5 resulting packages. It is important that you also select the "sample web applications" package, as this contains the Tomcat welcome page and example applications. This will make it easy to"
....
read entire page