LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Tomcat (https://www.linuxquestions.org/questions/linux-software-2/tomcat-469825/)

max2004 08-01-2006 02:05 PM

Tomcat
 
Hi,

I installed tomcat5 using yum on a Fedora Box and started the tomcat service. But when I access it with the webbrowser on port 8080, I just see a blank white page, not the tomcat-welcome page. What did I do wrong?


Thx, Max

macemoneta 08-01-2006 02:12 PM

Is SELinux enabled? If so, you are probably getting audits (/var/log/audit/audit.log). As a quick test, as root, you can temporarily disable SELinux with:

setenforce 0

If tomcat works, then re-enable SELinux with:

setenforce 1

and authorize the audited function.

max2004 08-03-2006 06:57 AM

I tried it (setenforce 0), but I still get am empty page (and there is no file "audit.log").

Any other ideas?

Thanks! Max

macemoneta 08-03-2006 09:19 AM

There are some more possibilities here.


All times are GMT -5. The time now is 02:20 AM.