Win98下安裝JSP環境(tomcat-4.0.1 在 jdk1.3.1 下) (轉)
Win98下安裝JSP環境(tomcat-4.0.1 在 jdk1.3.1 下) (轉)[@more@]在環境下 ,我使用執行環境為1.3.1,如果您沒有請到個大jsp站點處。JDK1.3.1無須只需解壓即可。-4.0.1也只需解壓即可。然後修改AUTOEXEC.BAT如下:
PATH=%PATH%;c:jdk1.3.1
set CLASSPATH=C:jdk1.3.1libTools.jar
set _HOME=c:jdk1.3.1(我把JDK1.3.解壓到了C盤)
注意:有兩個問題有必要說明一下。
一. 啟動tomcat4.0.1.1下的startup.bat的時候,報告Out of Environment Space錯誤。
查閱裡面的redme.html得到:
Out of Environment Space error message
On 95/98 systems, you may see an "Out of Environment Space" error message when starting the server. This happens if Windows provs too small a space for environment variables. To work around this limitation:
1 Close the Dwindow (the error can corrupt its CLASSPATH variable).
2 Open a new DOS window.
3 Click on the MS-DOS icon at the top left of the window.
4 the Properties option.
5 Click on the Memory tab.
6 Adjust the "Initial Environment" drop-down box from "Auto" to "2816".
7 Click OK.
8 Start the server.
明白了,只要調整startup.bat 的屬性,將“”中的“初始環境”由“自動”修改做“2816”就搞定了。shutdown也是如此。然後 啟動服務環境,在.0的位址列輸入 或 http://'的名字,:8080/
呵,終於看到了 TomCat 的版本號網頁的大字標題。安裝成功……
PATH=%PATH%;c:jdk1.3.1
set CLASSPATH=C:jdk1.3.1libTools.jar
set _HOME=c:jdk1.3.1(我把JDK1.3.解壓到了C盤)
注意:有兩個問題有必要說明一下。
一. 啟動tomcat4.0.1.1下的startup.bat的時候,報告Out of Environment Space錯誤。
查閱裡面的redme.html得到:
Out of Environment Space error message
On 95/98 systems, you may see an "Out of Environment Space" error message when starting the server. This happens if Windows provs too small a space for environment variables. To work around this limitation:
1 Close the Dwindow (the error can corrupt its CLASSPATH variable).
2 Open a new DOS window.
3 Click on the MS-DOS icon at the top left of the window.
4 the Properties option.
5 Click on the Memory tab.
6 Adjust the "Initial Environment" drop-down box from "Auto" to "2816".
7 Click OK.
8 Start the server.
明白了,只要調整startup.bat 的屬性,將“”中的“初始環境”由“自動”修改做“2816”就搞定了。shutdown也是如此。然後 啟動服務環境,在.0的位址列輸入 或 http://'的名字,:8080/
呵,終於看到了 TomCat 的版本號網頁的大字標題。安裝成功……
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10752019/viewspace-982194/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 在Ubuntu環境下安裝eclipseUbuntuEclipse
- HMMer在Windows環境下的安裝HMMWindows
- (轉)Windows下安裝Docker, GitBash環境配置WindowsDockerGit
- Windows 環境下 Python 環境安裝WindowsPython
- 在 Ubuntu18.04 下安裝 LNMP 環境UbuntuLNMP
- yapi 在linux環境下的安裝部署APILinux
- jdk在linux下安裝、配置環境變數JDKLinux變數
- Linux下Java環境安裝LinuxJava
- Windows環境下安裝RabbitMQWindowsMQ
- Windows 環境下安裝 RedisWindowsRedis
- Windows 環境下安裝 LaravelWindowsLaravel
- kali環境下安裝dvwa
- Linux環境下安裝NginxLinuxNginx
- Linux下安裝Go環境LinuxGo
- Mac環境下安裝PodMac
- docker環境下安裝tensorflowDocker
- linux環境下redis安裝LinuxRedis
- Windows環境下安裝LinuxWindowsLinux
- Windows環境下安裝NexusWindows
- ubuntu環境下安裝perf工具Ubuntu
- Linux環境下nginx安裝配置LinuxNginx
- Docker 下安裝配置 lnmp 環境DockerLNMP
- Mac環境下安裝配置RedisMacRedis
- Linux環境下ApacheActiveMQ基本安裝LinuxApacheMQ
- linux或者CentOS環境下安裝.NET Core環境LinuxCentOS
- Linux環境下 RabbitMQ 的下載與安裝LinuxMQ
- 簡單安裝PHP在Linux下的執行環境PHPLinux
- Python3中在Anaconda環境下 安裝basemap包Python
- Linux 下使用 Docker 安裝lnmp環境LinuxDockerLNMP
- Centos7環境下安裝curlCentOS
- WAMPSERVER整合環境下載與安裝Server
- linux環境下安裝nginx步驟LinuxNginx
- Linux 環境下編譯安裝 RedisLinux編譯Redis
- Linux環境下Apache ActiveMQ 基本安裝LinuxApacheMQ
- 使用conda&pip在指定環境下安裝需要的包
- [保姆教程] [Postgres] 3分鐘在Ubuntu環境下安裝PostgresqlUbuntuSQL
- window環境下安裝和切換兩個python環境Python
- Linux環境下透過docker安裝mysqlLinuxDockerMySql
- 如何在 Linux 環境下安裝使用 pycharm?LinuxPyCharm