当前位置: 技术问答>java相关
如何配置TOMCAT?运行时出现下面错误
来源: 互联网 发布时间:2015-04-06
本文导语: 运行Startup后出现下面的错误: Out of environment space Out of environment space ... Out of environment space Unable to set CLASSPATH dynamically. Note:To set the CLASSPATH dynamically of Win9x systems only DOS 8.3 names may be used in TO...
运行Startup后出现下面的错误:
Out of environment space
Out of environment space
...
Out of environment space
Unable to set CLASSPATH dynamically.
Note:To set the CLASSPATH dynamically of Win9x systems
only DOS 8.3 names may be used in TOMCAT_HOME!
Setting your CLASSPATH statically.
Out of environment space
...
Out of environment space
Using CLASSPATH:
Starting Tomcat in new window
Bad command or file name
请教是什么问题?
我的系统是win98,Autoexec.bat如下:
set path=c:jdkbin
set classpath=.;c:jdklibtools.jar;c:jdklibdt.jar
set JAVA_HOME=c:jdk
set TOMCAT_HOME=c:tomcat
Out of environment space
Out of environment space
...
Out of environment space
Unable to set CLASSPATH dynamically.
Note:To set the CLASSPATH dynamically of Win9x systems
only DOS 8.3 names may be used in TOMCAT_HOME!
Setting your CLASSPATH statically.
Out of environment space
...
Out of environment space
Using CLASSPATH:
Starting Tomcat in new window
Bad command or file name
请教是什么问题?
我的系统是win98,Autoexec.bat如下:
set path=c:jdkbin
set classpath=.;c:jdklibtools.jar;c:jdklibdt.jar
set JAVA_HOME=c:jdk
set TOMCAT_HOME=c:tomcat
|
try
c:>command.com /e:2048 /c c:autoexec.bat
or
Add this to your config.sys
shell=c:command.com /p /e:32000
c:>command.com /e:2048 /c c:autoexec.bat
or
Add this to your config.sys
shell=c:command.com /p /e:32000
|
DIABL0(电脑破坏神) ( ) 信誉:100 2002-2-25 14:36:31 得分:0
在MS-DOS下执行仍然看不到错误信息
那你看一下startup文件到底执行了那些命令产生的
在MS-DOS下执行仍然看不到错误信息
那你看一下startup文件到底执行了那些命令产生的
|
请换一个tomcat的版本,或重新下载。