⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 startup.bat

📁 精通tomcat书籍原代码,希望大家共同学习
💻 BAT
字号:
d:

cd D:\eclipse\workspace\ch19\src

set JAVA_HOME=c:\j2sdk1.5.0

path %path%;%JAVA_HOME%\bin

set TOMCAT_HOME=C:\Documents and Settings\lzb\Desktop\apache-tomcat-5.5.17-src\build\build

set classpath=%classpath%;%TOMCAT_HOME%\bin\bootstrap.jar;
set classpath=%classpath%;%TOMCAT_HOME%\bin\commons-daemon.jar;
set classpath=%classpath%;%TOMCAT_HOME%\bin\commons-launcher.jar;
set classpath=%classpath%;%TOMCAT_HOME%\bin\commons-logging-api.jar;
set classpath=%classpath%;%TOMCAT_HOME%\bin\tomcat-juli.jar;
set classpath=%classpath%;%TOMCAT_HOME%\server\lib\catalina.jar;
set classpath=%classpath%;%TOMCAT_HOME%\server\lib\catalina-ant.jar;
set classpath=%classpath%;%TOMCAT_HOME%\server\lib\catalina-ant-jmx.jar;
set classpath=%classpath%;%TOMCAT_HOME%\server\lib\catalina-cluster.jar;
set classpath=%classpath%;%TOMCAT_HOME%\server\lib\catalina-optional.jar;
set classpath=%classpath%;%TOMCAT_HOME%\server\lib\catalina-storeconfig.jar;
set classpath=%classpath%;%TOMCAT_HOME%\server\lib\commons-modeler.jar
set classpath=%classpath%;%TOMCAT_HOME%\server\lib\servlets-default.jar;
set classpath=%classpath%;%TOMCAT_HOME%\server\lib\servlets-invoker.jar;
set classpath=%classpath%;%TOMCAT_HOME%\server\lib\servlets-webdav.jar;
set classpath=%classpath%;%TOMCAT_HOME%\server\lib\tomcat-ajp.jar;
set classpath=%classpath%;%TOMCAT_HOME%\server\lib\tomcat-apr.jar;
set classpath=%classpath%;%TOMCAT_HOME%\server\lib\tomcat-coyote.jar;
set classpath=%classpath%;%TOMCAT_HOME%\server\lib\tomcat-http.jar;
set classpath=%classpath%;%TOMCAT_HOME%\server\lib\tomcat-jkstatus-ant.jar;
set classpath=%classpath%;%TOMCAT_HOME%\server\lib\tomcat-util.jar;
set classpath=%classpath%;%TOMCAT_HOME%\common\lib\commons-el.jar;
set classpath=%classpath%;%TOMCAT_HOME%\common\lib\jasper-compiler.jar;
set classpath=%classpath%;%TOMCAT_HOME%\common\lib\jasper-compiler-jdt.jar;
set classpath=%classpath%;%TOMCAT_HOME%\common\lib\jasper-runtime.jar;
set classpath=%classpath%;%TOMCAT_HOME%\common\lib\jsp-api.jar;
set classpath=%classpath%;%TOMCAT_HOME%\common\lib\naming-factory.jar;
set classpath=%classpath%;%TOMCAT_HOME%\common\lib\naming-factory-dbcp.jar;
set classpath=%classpath%;%TOMCAT_HOME%\common\lib\naming-resources.jar;
set classpath=%classpath%;%TOMCAT_HOME%\common\lib\servlet-api.jar;

javac com\embed\TomcatServer.java
java com.embed.TomcatServer

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -