cancel
Showing results for 
Search instead for 
Did you mean: 

Apache not working

Former Member
0 Kudos

Good afternoon:

I have installed Apache 5.0 and i have the apache tomcat started in my services, but when i go to the http://127.0.0.1:8080/admin in my browser i can´t see the page it gives me a 404 error, but when i do a telnet to the localhost 8080 it answers, can anybody please give me a clue of the problem?

Thanks in advance

regards

Accepted Solutions (0)

Answers (3)

Answers (3)

prashil
Advisor
Advisor
0 Kudos

Hi,

I think Apache tomcat work on default port (80). Please try giving only <i>http://localhost</i> in the browser.

If you have defined the port as 8080 during the installation.

Then i think there must be a problem of the classpath.

Set the Enviornment variable:

CATALINA_HOME = <apache root path>

JAVA_HOME = <java root path>

PATH = <add java bin directory path>

Remember Apache Tomcat 5.0.x suggest jdk 1.4 or higher.

Regards,

Prashil

Former Member
0 Kudos

Hi,

To my knowledge Tomcat 5.0 need JDK 1.5. Do you have the right one installed your machine?. If not please install it and try. Please let me know about it?

regards

Vivek Nidhi.

Former Member
0 Kudos

It is a problem of the context

Thanks