Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Page not found error 1

Status
Not open for further replies.

AlexGreco

Programmer
Jan 27, 2003
12
IT
Hello,

I have downloaded and installed jakarta-tomcat-4.1.18 from file: jakarta-tomcat-4.1.18.exe. The installation wizard prompted me for my Java home and it confirmed it as being correct. I have, just to be sure, set a JAVA_HOME environment variable and the class path is also set.

I started the sever both by clicking on the startup.bat file and by going to

Programs --> Apache Tomcat --> Start Tomcat

To be certain I also checked that the Service was started. I then proceeded to open the browser and I get the “Page Not Found” browser error.

I also tried


but none of these combinations work.

Please help me?
 
Check your conf/server.xml file, namely port parameters of your connectors. Do you have one with port=8080? You may also look at files in logs directory to see what happened. Regards, Dima
 
That file says that port 8080 is the default port.

 
I have two log files.

1. stdout.log

Bootstrap: Create Catalina server
Bootstrap: Class loader creation threw exception
java.lang.IllegalMonitorStateException: current thread
not owner

2. stderr.log

java.lang.NullPointerException
at org.apache.catalina.startup.BootstrapService.init
(BootstrapService.java, Compiled Code)
at org.apache.catalina.startup.BootstrapService.main
(BootstrapService.java, Compiled Code)

 
What OS do you use? Is it XP? Regards, Dima
 
What version of JDK do you use? Regards, Dima
 
C:\Tomcat 4.1\bin>java -version
java version "1.3.1_02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_02-b02)
Java HotSpot(TM) Client VM (build 1.3.1_02-b02, mixed mode)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top