`
文章列表
select * from mysql.user;
tomcat用http://IP:8080启动不了,用localhost和127.0.0.1可以 解决: 防火墙---高级-----把本地连接前面的勾去掉就可以了 见附件
打开http://localhost/时可以出现小猫,在后面加上8080也可以,但就 是在这样的时候出错:http://localhost/demo/ HTTP Status 404 - /test/type Status report message /demo/ description The requested resource (/test/) is not available. Apache Tomcat/5.5.28 这里是server.xml ...
Tomcat启动分析 1 - Tomcat Server的组成部分 1.1 - Server A Server element represents the entire Catalina servlet container. (Singleton) 1.2 - Service A Service element represents the combination of one or more Connector components that share a single Engine Service是这样一个集合 ...
我的具备条件http://localhost :8080已经成功! 但在测试程序时有 package javax.servlet does not exist import javax.servlet.*; package javax.servlet.http does not exist import javax.servlet.http.*; 解决: 如果是Tomcat 5 classpath 中加入 %catalina_home%\common\lib\servlet-api.jar;%catalina_home%\common\lib\jsp-api.jar; 如果是Tomcat ...

maven电子书

Maven实战: 附件下载 maven权威指南: 附件下载 Better Builds With Maven: 附件下载
tocmat6.0\conf\tomcat-users.xml中配置: <tomcat-users> </tomcat-users> 之间加进下面的内容: <role rolename="manager-gui"/> <user username="admin" password="123" roles="manager-gui"/>
Window => Preferences => Myeclipse Enterprise Workbench => maven 禁用Download repository index updates on startup

jar包下载地址

jar包下载地址: http://mvnrepository.com
热部署tomcat tomcat6.0\conf\tomcat-users.xml中配置: <role rolename="manager-gui"/> <user username="admin" password="123" roles="manager-gui"/> settings.xml中配置: <server>             <id>tomcat</id>             <username>admin</ ...
问题: Run as ->package   tomcat:deploy 时,总是build failed. 错误:          Unable to locate the Javac Compiler in: G:\..\lib\tools.jar 解决办法: Window -> Preferences -> Java -> Installed JREs, 点击"Add"按钮,选择默认的"Standard VM", 点 击"Next >", 点击"JRE home" ...

手动部署war

mvn archetype:generate -DgroupId=org.sonatype.mavenbook.ch05 -DartifactId=simple-webapp2 -DpackageName=org.sonatype.mavenbook -DarchetypeArtifactId=maven-archetype-webappmvn 进入simple-webapp2路径 mvn package 将war放进webapp http://localhost:8080/simple-webapp2/

maven中新建pom

在maven中新建pom,找不到 解决: 按照new----->other----->maven----pom找到了
tomcat中出现下面的错误: 严重: Error initializing endpoint java.net.BindException: Address already in use: JVM_Bind:8080 at org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java:298) 说明tomcat端口号被占用 解决: 方法一: 方法可以采用如下: 用netstat -ano 命令结果: Proto Local Address          Foreign Addres ...
打开tomcatHome\bin\tomcat6w.exe,点击Java选项卡,然后将会发现其中有这么两项: Initial memory pool和Maximum memory pool. Initial memory pool这个就是初始化设置的内存的大小。 Maximum memory pool这个是最大内存的大小 将其中的Initial memory pool设置为64MB.!!!Success!!! 设置完了就按确定然后再重启TOMCAT你就会发现tomcat中jvm可用的内存改变了(anyoneking) 补充:改了tomcat的内存大小只能让你的服务多挺一会再挂,治标不治本的; ...
Global site tag (gtag.js) - Google Analytics