This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I am using Windows 2000. I want to install the tomcat 5.0. For that I used the below URL, where there ia zip file in which tomcat is already preconfigured. Since I can't install the tomcat newly, due to admin restriction, I downloaded the zip file and unziped it and placed the jakarta-tomcat-5.5.9 folder under E:\Mark
URL where I downloaded the tomcat preconfigured zip file: URL
The unzipped file has everything, including the bat file for PATH, classpath and JAVA_HOME.
I had set all the things coorectly matching my system directories:
In the bat file, I am having the following:
But, while I had tried to start the tomcat thru startup.bat in the ms-dos, I encounter with the following error message:
And also the following error message in the alert message box:
You seem to be missing a "-" sign in front of the "D", and it probably needs to read "java.util", not "javautil".
As to JAVA_HOME, what is the semicolon doing at its end? That is bound to cause trouble. Or maybe not, looking at the Tomcat output. [ September 09, 2005: Message edited by: Ulf Dittmer ]
Try setting JAVA_HOME as a permanent system environment variable rather than relying on the bat file. As I recall you use ControlPanel dialog -> System -> Advanced -> Environment variables. Bill
Niyas Ahmed Sheikh
Ranch Hand
Joined: Jun 15, 2005
Posts: 129
posted
0
Hi,
Try setting JAVA_HOME as a permanent system environment variable rather than relying on the bat file. As I recall you use ControlPanel dialog -> System -> Advanced -> Environment variables.
By doing this, It will have any impact on the system. In the environment variables >> New >> variable name = Path and variable path = E:\Mark\jdk1.5
That's it. Any other thing we have to add(even ; and "). Why I am worrying so much is, I don't want to take risk in my workstation. [ September 09, 2005: Message edited by: Niyas Ahmed Sheikh ]