i am getting an error while modifying the startup.bat in tomcat
set JAVA_HOME= e:\java\jdk\bin\
set CATALINA_HOME=..
windows can not find -Dsun.io.useCanonCaches=false.make sure u typed
the name correctly and then try again.
would any one please tell me the process as what to type in the
starttup.bat to connect the tomcat to jdk or j2sdk...so that we can
start the tomcat
ppesci@gmail.com - 10 Mar 2005 20:16 GMT
hmmmm.
sounds to me you have a bad JAVA_HOME.
try:
set JAVA_HOME= e:\java\jdk\
and that' all.
hope this help.
Pietro