Hi guys.. I m using windows 98..I have installed tomcat n have been able to start the server without any bug.But when i search for localhost:8080,I dont get the welcome page of tomcat.Ne solution ??.plz provide.. cya..
Thnx
GeofferyR Durham
Greenhorn
Joined: Oct 17, 2003
Posts: 15
posted
0
Have you set the system enviroment variables for JAVA_HOME and TOMCAT_HOME?
Nischal Tanna
Ranch Hand
Joined: Aug 19, 2003
Posts: 182
posted
0
I have set both the JAVA_HOME and CATALINA_HOME paths..n since i m getting the server started..I m also able to shutdown the server but not able to find the tomcat home page..
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 11863
posted
0
One possibility is that your system does not define "localhost" - search for a file named "hosts" - it should have an entry that looks like: 127.0.0.1 localhost -------- It is also possible that Tomcat did not really start - are you executing the start batch file from a command window? Does another window flash open and close again? In win98 there is a problem with environment space that causes Tomcat to crash if you have not modified the default memory allowance for environment variables. Bill