Disregard. I figured it out and should have thought of the solution.
If the Tomcat or Java directories change, you have to recreate the
Tomcat service so that it knows about the change. To do that, use
tomcat -uninstall "Service Name Here" from the command prompt to clear
it.
Then reinstall it with something like this sustituting your correct
folder names as needed.
tomcat.exe -install "Apache Tomcat 4.1" "C:\Program
Files\Java\jdk1.5.0_02\jre\bin\server\jvm.dll"
-Djava.class.path="C:\Program Files\Apache Group\Tomcat
4.1\bin\bootstrap.jar" -Dcatalina.home="C:\Program Files\Apache
Group\Tomcat 4.1" -Djava.endorsed.dirs="C:\Program Files\Apache
Group\Tomcat 4.1\common\endorsed" -start
org.apache.catalina.startup.Bootstrap -params start -stop
org.apache.catalina.startup.Bootstrap -params stop -out "C:\Program
Files\Apache Group\Tomcat 4.1\logs\stdout.log" -err "C:\Program
Files\Apache Group\Tomcat 4.1\logs\stderr.log" -current "C:\Program
Files\Apache Group\Tomcat 4.1\bin"
All of these lines will have to be on one line in your batch file.
Thanks!
Drew
>> Stay informed about: tomcat 4.1 no longer working after xp upgrade and java upg..