In your autoexec.bat file, put in
set TOMCAT_HOME=path\to\tomcat ex. TOMCAT_HOME=c:\tomcat
Looks like tomcat is trying to guess where it is located. I would recommend that you use mod_jk. Jserv is not developed anymore, and is outdated. mod_jk works better, is easier to configure and faster than mod_jserv. You can find it in the download section under win32/mod_jk.dll
Follow this install guide to get it working:
http://jakarta.apache.org/tomcat/to...k-howto.html#s7
Let me know how it goes.
Anyone have some ideas why this is happening? |